Package org.pentaho.platform.api.scheduler2
-
Interface Summary Interface Description IBackgroundExecutionStreamProvider An object used by the scheduler to provide actions that expect to write to an output stream with the stream to be written to.IBlockoutManager IJobFilter Specifies a filter to be used when processing lists of jobs such as inIScheduler.getJobs(IJobFilter)
IJobResult This structure is a representation of a particular scheduled job run.IJobTrigger IScheduler An object that allows for the scheduling of IActions on the Pentaho platformISchedulerListener IScheduleSubject AnIScheduleSubject
represents an entity that is associated in some way with the scheduling system. -
Class Summary Class Description ComplexJobTrigger Used to specify a recurrence of scheduled job execution or a recurrence of scheduler availability.CronJobTrigger Job AJob
is a representation of the union between an action to be performed, data to be supplied, and a schedule upon which the action will be fired.JobParam JobParams JobParamsAdapter JobTrigger The marker superclass for the various types of job triggers.JobTriggerAdapter SimpleJobTrigger A simple way of specifying a schedule on which a job will fire as opposed toComplexJobTrigger
. -
Enum Summary Enum Description IScheduler.SchedulerStatus IScheduleSubject.SubjectType Job.JobState -
Exception Summary Exception Description SchedulerException