Uses of Interface
org.pentaho.platform.api.scheduler2.IComplexJobTrigger
-
Packages that use IComplexJobTrigger Package Description org.pentaho.platform.api.scheduler2 -
-
Uses of IComplexJobTrigger in org.pentaho.platform.api.scheduler2
Methods in org.pentaho.platform.api.scheduler2 that return IComplexJobTrigger Modifier and Type Method Description IComplexJobTrigger
IScheduler. createComplexJobTrigger()
IComplexJobTrigger
IScheduler. createComplexTrigger(Integer year, Integer month, Integer dayOfMonth, Integer dayOfWeek, Integer hourOfDay)
IComplexJobTrigger
IScheduler. createComplexTrigger(String cronString)
IComplexJobTrigger
IScheduler. getSubjectAvailabilityWindow(IScheduleSubject subject)
Gets the scheduler availability window to the specified subjectMethods in org.pentaho.platform.api.scheduler2 that return types with arguments of type IComplexJobTrigger Modifier and Type Method Description Map<IScheduleSubject,IComplexJobTrigger>
IScheduler. getAvailabilityWindows()
Gets the scheduler availability window for all subjects for whom a window has been setMethods in org.pentaho.platform.api.scheduler2 with parameters of type IComplexJobTrigger Modifier and Type Method Description void
IScheduler. setSubjectAvailabilityWindow(IScheduleSubject subject, IComplexJobTrigger window)
Sets when a particular subject is allowed to schedule jobs.Method parameters in org.pentaho.platform.api.scheduler2 with type arguments of type IComplexJobTrigger Modifier and Type Method Description void
IScheduler. setAvailabilityWindows(Map<IScheduleSubject,IComplexJobTrigger> windows)
Replaces the scheduler availability map with the provided availability map.
-