Uses of Interface
org.pentaho.platform.api.scheduler2.IScheduleSubject
Packages that use IScheduleSubject
-
Uses of IScheduleSubject in org.pentaho.platform.api.scheduler2
Methods in org.pentaho.platform.api.scheduler2 that return types with arguments of type IScheduleSubjectModifier 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 IScheduleSubjectModifier and TypeMethodDescriptionIScheduler.getMinScheduleInterval
(IScheduleSubject subject) Get the minimum time that must elapse between job runs.IScheduler.getSubjectAvailabilityWindow
(IScheduleSubject subject) Gets the scheduler availability window to the specified subjectvoid
IScheduler.setMinScheduleInterval
(IScheduleSubject subject, int intervalInSeconds) Sets the minimum time that must elapse between runs of any jobs.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 IScheduleSubjectModifier and TypeMethodDescriptionvoid
IScheduler.setAvailabilityWindows
(Map<IScheduleSubject, IComplexJobTrigger> windows) Replaces the scheduler availability map with the provided availability map.