Uses of Class
org.pentaho.platform.api.scheduler2.ComplexJobTrigger

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

Uses of ComplexJobTrigger in org.pentaho.platform.api.scheduler2
 

Methods in org.pentaho.platform.api.scheduler2 that return ComplexJobTrigger
 ComplexJobTrigger IScheduler.getSubjectAvailabilityWindow(IScheduleSubject subject)
          Gets the scheduler availability window to the specified subject
 

Methods in org.pentaho.platform.api.scheduler2 that return types with arguments of type ComplexJobTrigger
 Map<IScheduleSubject,ComplexJobTrigger> IScheduler.getAvailabilityWindows()
          Gets the scheduler availability window for all subjects for whom a window has been set
 

Methods in org.pentaho.platform.api.scheduler2 with parameters of type ComplexJobTrigger
 void IScheduler.setSubjectAvailabilityWindow(IScheduleSubject subject, ComplexJobTrigger window)
          Sets when a particular subject is allowed to schedule jobs.
 

Method parameters in org.pentaho.platform.api.scheduler2 with type arguments of type ComplexJobTrigger
 void IScheduler.setAvailabilityWindows(Map<IScheduleSubject,ComplexJobTrigger> windows)
          Replaces the scheduler availability map with the provided availability map.
 

Uses of ComplexJobTrigger in org.pentaho.platform.scheduler2.quartz
 

Methods in org.pentaho.platform.scheduler2.quartz that return ComplexJobTrigger
static ComplexJobTrigger QuartzScheduler.createComplexTrigger(String cronExpression)
           
 ComplexJobTrigger QuartzScheduler.getSubjectAvailabilityWindow(IScheduleSubject subject)
          Gets the scheduler availability window to the specified subject
 

Methods in org.pentaho.platform.scheduler2.quartz that return types with arguments of type ComplexJobTrigger
 Map<IScheduleSubject,ComplexJobTrigger> QuartzScheduler.getAvailabilityWindows()
          Gets the scheduler availability window for all subjects for whom a window has been set
 

Methods in org.pentaho.platform.scheduler2.quartz with parameters of type ComplexJobTrigger
static String QuartzCronStringFactory.createCronString(ComplexJobTrigger jobTrigger)
           
 void QuartzScheduler.setSubjectAvailabilityWindow(IScheduleSubject subject, ComplexJobTrigger availability)
          Sets when a particular subject is allowed to schedule jobs.
 

Method parameters in org.pentaho.platform.scheduler2.quartz with type arguments of type ComplexJobTrigger
 void QuartzScheduler.setAvailabilityWindows(Map<IScheduleSubject,ComplexJobTrigger> availability)
          Replaces the scheduler availability map with the provided availability map.
 

Uses of ComplexJobTrigger in org.pentaho.platform.scheduler2.ws
 

Methods in org.pentaho.platform.scheduler2.ws with parameters of type ComplexJobTrigger
 String DefaultSchedulerService.createComplexJob(String jobName, Map<String,ParamValue> jobParams, ComplexJobTrigger trigger)
          
 String ISchedulerService.createComplexJob(String jobName, Map<String,ParamValue> jobParams, ComplexJobTrigger trigger)
           
 void DefaultSchedulerService.updateJobToUseComplexTrigger(String jobId, Map<String,ParamValue> jobParams, ComplexJobTrigger trigger)
          
 void ISchedulerService.updateJobToUseComplexTrigger(String jobId, Map<String,ParamValue> jobParams, ComplexJobTrigger trigger)