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

Packages that use Recurrence
oracle.odi.domain.runtime.loadplan   
oracle.odi.domain.runtime.scenario This package contains classes for managing Oracle Data Integrator Scenarios and related objects. 
oracle.odi.domain.runtime.scheduling   

 

Uses of Recurrence in oracle.odi.domain.runtime.loadplan

 

Constructors in oracle.odi.domain.runtime.loadplan with parameters of type Recurrence
OdiLoadPlanSchedule(OdiLoadPlan pLoadPlan, java.lang.String pContextCode, java.lang.String pLogicalAgentName, Recurrence pRecurrence)
          Constructs the active Schedule with specified recurrence for specified OdiLoadPlan.

 

Uses of Recurrence in oracle.odi.domain.runtime.scenario

 

Constructors in oracle.odi.domain.runtime.scenario with parameters of type Recurrence
OdiScenarioSchedule(OdiScenario pScenario, java.lang.String pContextCode, java.lang.String pLogicalAgentName, Recurrence pRecurrence)
          Constructs the active Schedule with specified recurrence for specified OdiScenario.

 

Uses of Recurrence in oracle.odi.domain.runtime.scheduling

 

Methods in oracle.odi.domain.runtime.scheduling that return Recurrence
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.createHourlyRecurrence(int pMinute, int pSecond)
          Creates new instance of Recurrence of RecurrenceAttributes.Frequency.HOURLY Frequency with specified minute and second 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.createOnAgentStartupRecurrence()
          Creates new instance of Recurrence of RecurrenceAttributes.Frequency.ON_AGENT_STARTUP Frequency.
static Recurrence Recurrence.createSimpleRecurrence(ExplicitDate pDate)
          Creates new instance of Recurrence of RecurrenceAttributes.Frequency.SIMPLE Frequency with specified date 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.
 Recurrence OdiSchedule.getRecurrence()
          Returns the recurrence of this OdiSchedule.

 

Methods in oracle.odi.domain.runtime.scheduling with parameters of type Recurrence
 void OdiSchedule.setRecurrence(Recurrence pRecurrence)
          Sets the recurrence for this OdiSchedule.

 


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.