Package org.pentaho.platform.api.scheduler2

Interface Summary
IJobFilter Specifies a filter to be used when processing lists of jobs such as in IScheduler.getJobs(IJobFilter)
IJobResult This structure is a representation of a particular scheduled job run.
IScheduler An object that allows for the scheduling of IActions on the Pentaho platform
IScheduleSubject An IScheduleSubject represents an entity that is associated in some way with the scheduling system.
 

Class Summary
ComplexJobTrigger Used to specify a recurrence of scheduled job execution or a recurrence of scheduler availability.
Job A Job 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  
JobTrigger The marker superclass for the various types of job triggers.
SimpleJobTrigger A simple way of specifying a schedule on which a job will fire as opposed to ComplexJobTrigger.
 

Enum Summary
IScheduler.SchedulerStatus  
IScheduleSubject.SubjectType  
Job.JobState  
 

Exception Summary
SchedulerException