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 IComplexJobTriggerIScheduler. createComplexJobTrigger()IComplexJobTriggerIScheduler. createComplexTrigger(Integer year, Integer month, Integer dayOfMonth, Integer dayOfWeek, Integer hourOfDay)IComplexJobTriggerIScheduler. createComplexTrigger(String cronString)IComplexJobTriggerIScheduler. 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 voidIScheduler. 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 voidIScheduler. setAvailabilityWindows(Map<IScheduleSubject,IComplexJobTrigger> windows)Replaces the scheduler availability map with the provided availability map.
-