Uses of Interface
org.pentaho.platform.api.scheduler2.recur.ITimeRecurrence
-
Packages that use ITimeRecurrence Package Description org.pentaho.platform.api.scheduler2 org.pentaho.platform.api.scheduler2.wrappers org.pentaho.platform.scheduler2.recur -
-
Uses of ITimeRecurrence in org.pentaho.platform.api.scheduler2
Methods in org.pentaho.platform.api.scheduler2 with parameters of type ITimeRecurrence Modifier and Type Method Description voidComplexJobTrigger. addDayOfMonthRecurrence(ITimeRecurrence recurrence)Add a recurrence to the day of month recurrence.voidComplexJobTrigger. addDayOfWeekRecurrence(ITimeRecurrence recurrence)Add a recurrence to the day of week recurrence.voidComplexJobTrigger. addHourlyRecurrence(ITimeRecurrence recurrence)Add a recurrence to the hourly recurrence.voidComplexJobTrigger. addMinuteRecurrence(ITimeRecurrence recurrence)Add a recurrence to the minute recurrence.voidComplexJobTrigger. addMonthlyRecurrence(ITimeRecurrence recurrence)Add a recurrence to the monthly recurrence.voidComplexJobTrigger. addSecondRecurrence(ITimeRecurrence recurrence)Add a recurrence to the second recurrence.voidComplexJobTrigger. addYearlyRecurrence(ITimeRecurrence recurrence)Add a recurrence to the yearly recurrences.voidComplexJobTrigger. setDayOfMonthRecurrence(ITimeRecurrence recurrence)Overrides any previously applied day of month recurrences with the provided recurrence.voidComplexJobTrigger. setDayOfWeekRecurrence(ITimeRecurrence recurrence)Overrides any previously applied day of week recurrences with the provided recurrence.voidComplexJobTrigger. setHourlyRecurrence(ITimeRecurrence recurrence)Overrides any previously applied hourly recurrences with the provided recurrence.voidComplexJobTrigger. setMinuteRecurrence(ITimeRecurrence recurrence)Overrides any previously applied minute recurrences with the provided recurrence.voidComplexJobTrigger. setMonthlyRecurrence(ITimeRecurrence recurrence)Overrides any previously applied monthly recurrences with the provided recurrence.voidComplexJobTrigger. setSecondRecurrence(ITimeRecurrence recurrence)Overrides any previously applied second recurrences with the provided recurrence.voidComplexJobTrigger. setYearlyRecurrence(ITimeRecurrence recurrence)Overrides any previously applied yearly recurrences with the provided recurrence. -
Uses of ITimeRecurrence in org.pentaho.platform.api.scheduler2.wrappers
Fields in org.pentaho.platform.api.scheduler2.wrappers with type parameters of type ITimeRecurrence Modifier and Type Field Description protected List<ITimeRecurrence>ITimeWrapper. recurrencesMethods in org.pentaho.platform.api.scheduler2.wrappers that return ITimeRecurrence Modifier and Type Method Description ITimeRecurrenceITimeWrapper. get(int index)Methods in org.pentaho.platform.api.scheduler2.wrappers that return types with arguments of type ITimeRecurrence Modifier and Type Method Description List<ITimeRecurrence>DayOfMonthWrapper. getRecurrences()List<ITimeRecurrence>DayOfWeekWrapper. getRecurrences()List<ITimeRecurrence>HourlyWrapper. getRecurrences()abstract List<ITimeRecurrence>ITimeWrapper. getRecurrences()List<ITimeRecurrence>MinuteWrapper. getRecurrences()List<ITimeRecurrence>MonthlyWrapper. getRecurrences()List<ITimeRecurrence>SecondWrapper. getRecurrences()List<ITimeRecurrence>YearlyWrapper. getRecurrences()Methods in org.pentaho.platform.api.scheduler2.wrappers with parameters of type ITimeRecurrence Modifier and Type Method Description booleanITimeWrapper. add(ITimeRecurrence recurrence) -
Uses of ITimeRecurrence in org.pentaho.platform.scheduler2.recur
Classes in org.pentaho.platform.scheduler2.recur that implement ITimeRecurrence Modifier and Type Class Description classIncrementalRecurrenceUsed to specify incremental dates or times.classQualifiedDayOfMonthclassQualifiedDayOfWeekclassRecurrenceListUsed to specify a list of recurrences representing dates or times.classSequentialRecurrenceUsed to specify a sequence of dates or times from first value through and including the last value.
-