|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITimeRecurrence | |
---|---|
org.pentaho.platform.api.scheduler2 | |
org.pentaho.platform.scheduler2.recur |
Uses of ITimeRecurrence in org.pentaho.platform.api.scheduler2 |
---|
Methods in org.pentaho.platform.api.scheduler2 that return types with arguments of type ITimeRecurrence | |
---|---|
List<ITimeRecurrence> |
ComplexJobTrigger.getDayOfMonthRecurrences()
Returns the day of month recurrence. |
List<ITimeRecurrence> |
ComplexJobTrigger.getDayOfWeekRecurrences()
Returns the day of week recurrence. |
List<ITimeRecurrence> |
ComplexJobTrigger.getHourlyRecurrences()
Returns the day of hourly recurrence. |
List<ITimeRecurrence> |
ComplexJobTrigger.getMinuteRecurrences()
|
List<ITimeRecurrence> |
ComplexJobTrigger.getMonthlyRecurrences()
Returns the monthly recurrence. |
List<ITimeRecurrence> |
ComplexJobTrigger.getSecondRecurrences()
Returns the day of minute recurrence. |
List<ITimeRecurrence> |
ComplexJobTrigger.getYearlyRecurrences()
Returns the yearly recurrence. |
Methods in org.pentaho.platform.api.scheduler2 with parameters of type ITimeRecurrence | |
---|---|
void |
ComplexJobTrigger.addDayOfMonthRecurrence(ITimeRecurrence recurrence)
Add a recurrence to the day of month recurrence. |
void |
ComplexJobTrigger.addDayOfWeekRecurrence(ITimeRecurrence recurrence)
Add a recurrence to the day of week recurrence. |
void |
ComplexJobTrigger.addHourlyRecurrence(ITimeRecurrence recurrence)
Add a recurrence to the hourly recurrence. |
void |
ComplexJobTrigger.addMinuteRecurrence(ITimeRecurrence recurrence)
Add a recurrence to the minute recurrence. |
void |
ComplexJobTrigger.addMonthlyRecurrence(ITimeRecurrence recurrence)
Add a recurrence to the monthly recurrence. |
void |
ComplexJobTrigger.addSecondRecurrence(ITimeRecurrence recurrence)
Add a recurrence to the second recurrence. |
void |
ComplexJobTrigger.addYearlyRecurrence(ITimeRecurrence recurrence)
Add a recurrence to the yearly recurrences. |
void |
ComplexJobTrigger.setDayOfMonthRecurrence(ITimeRecurrence recurrence)
Overrides any previously applied day of month recurrences with the provided recurrence. |
void |
ComplexJobTrigger.setDayOfWeekRecurrence(ITimeRecurrence recurrence)
Overrides any previously applied day of week recurrences with the provided recurrence. |
void |
ComplexJobTrigger.setHourlyRecurrence(ITimeRecurrence recurrence)
Overrides any previously applied hourly recurrences with the provided recurrence. |
void |
ComplexJobTrigger.setMinuteRecurrence(ITimeRecurrence recurrence)
Overrides any previously applied minute recurrences with the provided recurrence. |
void |
ComplexJobTrigger.setMonthlyRecurrence(ITimeRecurrence recurrence)
Overrides any previously applied monthly recurrences with the provided recurrence. |
void |
ComplexJobTrigger.setSecondRecurrence(ITimeRecurrence recurrence)
Overrides any previously applied second recurrences with the provided recurrence. |
void |
ComplexJobTrigger.setYearlyRecurrence(ITimeRecurrence recurrence)
Overrides any previously applied yearly recurrences with the provided recurrence. |
Uses of ITimeRecurrence in org.pentaho.platform.scheduler2.recur |
---|
Classes in org.pentaho.platform.scheduler2.recur that implement ITimeRecurrence | |
---|---|
class |
IncrementalRecurrence
Used to specify incremental dates or times. |
class |
QualifiedDayOfWeek
|
class |
RecurrenceList
Used to specify a list of recurrences representing dates or times. |
class |
SequentialRecurrence
Used to specify a sequence of dates or times from first value through and including the last value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |