Uses of Interface
org.pentaho.platform.api.engine.IScheduledJob

Packages that use IScheduledJob
org.pentaho.platform.api.engine   
org.pentaho.platform.scheduler   
 

Uses of IScheduledJob in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine that return IScheduledJob
 IScheduledJob ISubscriptionScheduler.deleteJob(String jobName)
          Delete the job.
 IScheduledJob ISubscriptionScheduler.executeJob(String jobName)
          Execute the job.
 IScheduledJob ISubscriptionScheduler.getScheduledJob(String schedRef)
          Returns the IScheduledJob for the passed in schedule reference from the scheduling system
 IScheduledJob ISubscriptionScheduler.pauseJob(String jobName)
          Pause the job.
 IScheduledJob ISubscriptionScheduler.resumeJob(String jobName)
          Resume the job.
 IScheduledJob ISubscriptionScheduler.scheduleJob(ISchedule schedule)
           
 IScheduledJob ISubscriptionScheduler.syncSchedule(String oldScheduleReference, ISchedule newSchedule)
          Synchronizes schedules between the subscription repos and the scheduling system
 

Methods in org.pentaho.platform.api.engine that return types with arguments of type IScheduledJob
 Map<String,IScheduledJob> ISubscriptionScheduler.getScheduledJobMap()
           
 

Uses of IScheduledJob in org.pentaho.platform.scheduler
 

Classes in org.pentaho.platform.scheduler that implement IScheduledJob
 class QuartzScheduledJob
           
 

Methods in org.pentaho.platform.scheduler that return IScheduledJob
 IScheduledJob QuartzSubscriptionScheduler.deleteJob(String triggerName)
           
 IScheduledJob QuartzSubscriptionScheduler.executeJob(String jobName)
           
 IScheduledJob QuartzSubscriptionScheduler.getScheduledJob(String schedRef)
           
 IScheduledJob QuartzSubscriptionScheduler.pauseJob(String jobName)
           
 IScheduledJob QuartzSubscriptionScheduler.resumeJob(String jobName)
           
 IScheduledJob QuartzSubscriptionScheduler.scheduleJob(ISchedule schedule)
           
 IScheduledJob QuartzSubscriptionScheduler.syncSchedule(String oldScheduleReference, ISchedule newSchedule)
          Synchronizes The Scheduler schedule with the subscription schedule.
 

Methods in org.pentaho.platform.scheduler that return types with arguments of type IScheduledJob
 Map<String,IScheduledJob> QuartzSubscriptionScheduler.getScheduledJobMap()
          NOTE: doesn't actually throw any checked exceptions