Uses of Class
com.redwood.scheduler.api.exception.LicenseException
-
Packages that use LicenseException Package Description com.redwood.scheduler.api.database.examples Scheduler API - Database Examplescom.redwood.scheduler.api.exception Scheduler API - Exceptionscom.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of LicenseException in com.redwood.scheduler.api.database.examples
Methods in com.redwood.scheduler.api.database.examples that throw LicenseException Modifier and Type Method Description voidExamples. examples(UserJobContext jc, SchedulerSession jcsSession)voidExamples. exampleUsingBuilder(UserJobContext jc, SchedulerSession jcsSession)An example of Database.createDatabaseConnectionBuilder -
Uses of LicenseException in com.redwood.scheduler.api.exception
Subclasses of LicenseException in com.redwood.scheduler.api.exception Modifier and Type Class Description classInsufficientLicensesExceptionCannot create more objects than the license allows.classInvalidLicensableItemValueExceptionThe value for the given key is not valid.classUnlicensedFeatureExceptionAn attempt was made to use an unlicensed feature. -
Uses of LicenseException in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that throw LicenseException Modifier and Type Method Description voidJobDefinitionType. checkLicense()Check to see if the job definition type is licensed, and can be used to create job definitions or run jobs of this job definition type.DatabaseConnectionDatabase. connect(Credential credential)Connect to the database using a credential.DatabaseConnectionBuilderDatabase. createDatabaseConnectionBuilder()Create a DatabaseConnectionBuilder for this database.StringExporter. getObjectXML(Readable readable)Get the XML for an object.voidExporter. writeToFile(String filename)Export marked objects to a local file with the given name.JobFileExporter. writeToNewJobFile(Job job)Export marked objects to a local job file that will be attached to the supplied job.
-