Uses of Interface
org.pentaho.platform.api.scheduler2.IComplexJobTrigger
-
Uses of IComplexJobTrigger in org.pentaho.platform.api.scheduler2
Modifier and TypeMethodDescriptionIScheduler.createComplexJobTrigger()
IScheduler.createComplexTrigger
(Integer year, Integer month, Integer dayOfMonth, Integer dayOfWeek, Integer hourOfDay) IScheduler.createComplexTrigger
(String cronString) IScheduler.getSubjectAvailabilityWindow
(IScheduleSubject subject) Gets the scheduler availability window to the specified subjectModifier and TypeMethodDescriptionIScheduler.getAvailabilityWindows()
Gets the scheduler availability window for all subjects for whom a window has been setModifier and TypeMethodDescriptionvoid
IScheduler.setSubjectAvailabilityWindow
(IScheduleSubject subject, IComplexJobTrigger window) Sets when a particular subject is allowed to schedule jobs.Modifier and TypeMethodDescriptionvoid
IScheduler.setAvailabilityWindows
(Map<IScheduleSubject, IComplexJobTrigger> windows) Replaces the scheduler availability map with the provided availability map.