Skip navigation links

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

E17060-04


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

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

 

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

 

Fields in oracle.odi.domain.runtime.scheduling declared as RecurrenceAttributes.DayOfMonth
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.

 

Methods in oracle.odi.domain.runtime.scheduling that return RecurrenceAttributes.DayOfMonth
 RecurrenceAttributes.DayOfMonth ExplicitDate.getDay()
          Returns the day of month.
 RecurrenceAttributes.DayOfMonth Recurrence.getDayOfMonth()
          Returns day of recurrence.

 

Methods in oracle.odi.domain.runtime.scheduling with parameters of type RecurrenceAttributes.DayOfMonth
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.

 

Constructors in oracle.odi.domain.runtime.scheduling with parameters of type RecurrenceAttributes.DayOfMonth
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.

 


Skip navigation links

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

E17060-04


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