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.DayOfWeekRank

Packages that use RecurrenceAttributes.DayOfWeekRank
oracle.odi.domain.runtime.scheduling   

 

Uses of RecurrenceAttributes.DayOfWeekRank in oracle.odi.domain.runtime.scheduling

 

Methods in oracle.odi.domain.runtime.scheduling that return RecurrenceAttributes.DayOfWeekRank
 RecurrenceAttributes.DayOfWeekRank Recurrence.getDayOfWeekRank()
          Returns the day of week rank in month.
static RecurrenceAttributes.DayOfWeekRank RecurrenceAttributes.DayOfWeekRank.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RecurrenceAttributes.DayOfWeekRank[] RecurrenceAttributes.DayOfWeekRank.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.DayOfWeekRank
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.

 


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.