Package | Description |
---|---|
oracle.odi.domain.runtime.scheduling |
Modifier and Type | Field and Description |
---|---|
static RecurrenceAttributes.DayOfMonth |
RecurrenceAttributes.DayOfMonth.LAST_DAY_OF_MONTH
Instance of DayOfMonth representing the last day of month.
|
static RecurrenceAttributes.DayOfMonth |
RecurrenceAttributes.DayOfMonth.SECOND_LAST_DAY_OF_MONTH
Instance of DayOfMonth representing the second-last day of month.
|
Modifier and Type | Method and Description |
---|---|
RecurrenceAttributes.DayOfMonth |
ExplicitDate.getDay()
Returns the day of month.
|
RecurrenceAttributes.DayOfMonth |
Recurrence.getDayOfMonth()
Returns day of recurrence.
|
Modifier and Type | Method and Description |
---|---|
static Recurrence |
Recurrence.createMonthlyRecurrence(RecurrenceAttributes.DayOfMonth pDayOfMonth,
RecurrenceAttributes.TimeOfDay pTime)
Creates new instance of Recurrence of
RecurrenceAttributes.Frequency.MONTHLY Frequency
with specified day and time of execution. |
static Recurrence |
Recurrence.createYearlyRecurrence(RecurrenceAttributes.MonthOfYear pMonth,
RecurrenceAttributes.DayOfMonth pDay,
RecurrenceAttributes.TimeOfDay pTime)
Creates new instance of Recurrence of
RecurrenceAttributes.Frequency.YEARLY Frequency
with specified month, day and time of execution. |
Constructor and Description |
---|
ExplicitDate(RecurrenceAttributes.Year pYear,
RecurrenceAttributes.MonthOfYear pMonth,
RecurrenceAttributes.DayOfMonth pDay,
RecurrenceAttributes.TimeOfDay pTime)
Constructs the instance of ExplicitDate with specified year, month,
day and time.
|