Uses of Interface
org.pentaho.platform.api.scheduler2.IComplexJobTrigger
Packages that use IComplexJobTrigger
- 
Uses of IComplexJobTrigger in org.pentaho.platform.api.scheduler2
Methods in org.pentaho.platform.api.scheduler2 that return IComplexJobTriggerModifier 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 subjectMethods in org.pentaho.platform.api.scheduler2 that return types with arguments of type IComplexJobTriggerModifier and TypeMethodDescriptionIScheduler.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 IComplexJobTriggerModifier and TypeMethodDescriptionvoidIScheduler.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 IComplexJobTriggerModifier and TypeMethodDescriptionvoidIScheduler.setAvailabilityWindows(Map<IScheduleSubject, IComplexJobTrigger> windows) Replaces the scheduler availability map with the provided availability map.