Uses of Package
org.pentaho.platform.api.scheduler2

Packages that use org.pentaho.platform.api.scheduler2
org.pentaho.platform.api.scheduler2   
org.pentaho.platform.scheduler2.quartz   
org.pentaho.platform.scheduler2.ws   
 

Classes in org.pentaho.platform.api.scheduler2 used by org.pentaho.platform.api.scheduler2
ComplexJobTrigger
          Used to specify a recurrence of scheduled job execution or a recurrence of scheduler availability.
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.SchedulerStatus
           
IScheduleSubject
          An IScheduleSubject represents an entity that is associated in some way with the scheduling system.
IScheduleSubject.SubjectType
           
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.
Job.JobState
           
JobTrigger
          The marker superclass for the various types of job triggers.
SchedulerException
           
SimpleJobTrigger
          A simple way of specifying a schedule on which a job will fire as opposed to ComplexJobTrigger.
 

Classes in org.pentaho.platform.api.scheduler2 used by org.pentaho.platform.scheduler2.quartz
ComplexJobTrigger
          Used to specify a recurrence of scheduled job execution or a recurrence of scheduler availability.
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
IScheduler.SchedulerStatus
           
IScheduleSubject
          An IScheduleSubject represents an entity that is associated in some way with the scheduling system.
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.
JobTrigger
          The marker superclass for the various types of job triggers.
SchedulerException
           
 

Classes in org.pentaho.platform.api.scheduler2 used by org.pentaho.platform.scheduler2.ws
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.
Job.JobState
           
JobTrigger
          The marker superclass for the various types of job triggers.
SchedulerException
           
SimpleJobTrigger
          A simple way of specifying a schedule on which a job will fire as opposed to ComplexJobTrigger.