|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RecurrenceAttributes.DayOfWeek | |
|---|---|
| oracle.odi.domain.runtime.scheduling | |
| Uses of RecurrenceAttributes.DayOfWeek in oracle.odi.domain.runtime.scheduling |
|---|
| Methods in oracle.odi.domain.runtime.scheduling that return RecurrenceAttributes.DayOfWeek | |
|---|---|
RecurrenceAttributes.DayOfWeek[] |
Recurrence.getDaysOfWeek()Returns array of week days of recurrence. |
RecurrenceAttributes.DayOfWeek[] |
OdiSchedule.getExcludedWeekDays()Returns the array of week days excluded from activation period. |
static RecurrenceAttributes.DayOfWeek |
RecurrenceAttributes.DayOfWeek.valueOf(int value)Method to retrieve the DayOfWeek corresponding to a given integer value. |
static RecurrenceAttributes.DayOfWeek |
RecurrenceAttributes.DayOfWeek.valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static RecurrenceAttributes.DayOfWeek[] |
RecurrenceAttributes.DayOfWeek.values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in oracle.odi.domain.runtime.scheduling with parameters of type RecurrenceAttributes.DayOfWeek | |
|---|---|
static Recurrence |
Recurrence.createMonthlyByWeekDayRecurrence(RecurrenceAttributes.DayOfWeek pDayOfWeek, RecurrenceAttributes.DayOfWeekRank pDayOfWeekRank, RecurrenceAttributes.TimeOfDay pTime)Creates new instance of Recurrence of RecurrenceAttributes.Frequency.MONTHLY_BY_WEEK_DAY Frequency with specified day of week, its rank in month and time of execution. |
static Recurrence |
Recurrence.createWeeklyRecurrence(RecurrenceAttributes.DayOfWeek[] pDaysOfWeek, RecurrenceAttributes.TimeOfDay pTime)Creates new instance of Recurrence of RecurrenceAttributes.Frequency.WEEKLY Frequency with specified week days and time of execution. |
void |
OdiSchedule.setExcludedWeekDays(RecurrenceAttributes.DayOfWeek[] pExcludedWeekDays)Specifies the array of week days to be excluded from activation period. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||