Uses of Class
com.erwin.api.beans.scheduler.JobOptions
Packages that use JobOptions
Package
Description
Contains Collection Classes, Java Bean Classes which are related to Jobs and its details.
-
Uses of JobOptions in com.erwin.api.beans.scheduler
Subclasses of JobOptions in com.erwin.api.beans.schedulerMethods in com.erwin.api.beans.scheduler that return JobOptionsMethods in com.erwin.api.beans.scheduler with parameters of type JobOptionsConstructors in com.erwin.api.beans.scheduler with parameters of type JobOptionsModifierConstructorDescriptionSchedulerJob(long objectId, String objectType, String jobName, APIConstants.JOBType jobType, Date scheduledDateTime, Date lastScheduledRunDateTime, Date nextScheduledRunDateTime, APIConstants.JOBInterval interval, boolean notify, String userId, String emailId, String ccList, JobOptions jobOptions, AuditHistory auditHistory)