Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Uses of Class
oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.DayOfWeek

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.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.