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

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

 

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

 

Methods in oracle.odi.domain.runtime.scheduling that return RecurrenceAttributes.TimeOfDay
 RecurrenceAttributes.TimeOfDay TimeRange.getEndTime()
          Obtains the end time of range.
 RecurrenceAttributes.TimeOfDay TimeRange.getStartTime()
          Obtains the start time of range.
 RecurrenceAttributes.TimeOfDay ExplicitDate.getTime()
          Returns time of day.
 RecurrenceAttributes.TimeOfDay Recurrence.getTime()
          Returns time of recurrence.

 

Methods in oracle.odi.domain.runtime.scheduling with parameters of type RecurrenceAttributes.TimeOfDay
static Recurrence Recurrence.createDailyRecurrence(RecurrenceAttributes.TimeOfDay pTime)
          Creates new instance of Recurrence of RecurrenceAttributes.Frequency.DAILY Frequency with specified time of execution.
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.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.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.
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.TimeOfDay
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.
TimeRange(RecurrenceAttributes.TimeOfDay pStartTime, RecurrenceAttributes.TimeOfDay pEndTime)
          Constructs the TimeRange with specified start time and end time.

 


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.