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 void
Examples. examples(UserJobContext jc, SchedulerSession jcsSession)
void
Examples. 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 class
InsufficientLicensesException
Cannot create more objects than the license allows.class
InvalidLicensableItemValueException
The value for the given key is not valid.class
UnlicensedFeatureException
An 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 void
JobDefinitionType. 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.DatabaseConnection
Database. connect(Credential credential)
Connect to the database using a credential.DatabaseConnectionBuilder
Database. createDatabaseConnectionBuilder()
Create a DatabaseConnectionBuilder for this database.String
Exporter. getObjectXML(Readable readable)
Get the XML for an object.void
Exporter. writeToFile(String filename)
Export marked objects to a local file with the given name.JobFile
Exporter. writeToNewJobFile(Job job)
Export marked objects to a local job file that will be attached to the supplied job.
-