Uses of Interface
org.pentaho.platform.scheduler2.recur.ITimeRecurrence
Packages that use ITimeRecurrence
Package
Description
-
Uses of ITimeRecurrence in org.pentaho.platform.api.scheduler2
Methods in org.pentaho.platform.api.scheduler2 with parameters of type ITimeRecurrenceModifier and TypeMethodDescriptionvoid
IComplexJobTrigger.addDayOfWeekRecurrence
(ITimeRecurrence recurrence) -
Uses of ITimeRecurrence in org.pentaho.platform.api.scheduler2.wrappers
Fields in org.pentaho.platform.api.scheduler2.wrappers with type parameters of type ITimeRecurrenceMethods in org.pentaho.platform.api.scheduler2.wrappers that return ITimeRecurrenceMethods in org.pentaho.platform.api.scheduler2.wrappers that return types with arguments of type ITimeRecurrenceModifier and TypeMethodDescriptionDayOfMonthWrapper.getRecurrences()
DayOfWeekWrapper.getRecurrences()
HourlyWrapper.getRecurrences()
abstract List<ITimeRecurrence>
ITimeWrapper.getRecurrences()
MinuteWrapper.getRecurrences()
MonthlyWrapper.getRecurrences()
SecondWrapper.getRecurrences()
YearlyWrapper.getRecurrences()
Methods in org.pentaho.platform.api.scheduler2.wrappers with parameters of type ITimeRecurrence -
Uses of ITimeRecurrence in org.pentaho.platform.scheduler2.recur
Classes in org.pentaho.platform.scheduler2.recur that implement ITimeRecurrenceModifier and TypeClassDescriptionclass
Used to specify incremental dates or times.class
class
class
Used to specify a list of recurrences representing dates or times.class
Used to specify a sequence of dates or times from first value through and including the last value.