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

Packages that use ExplicitDate
oracle.odi.domain.runtime.scheduling   

 

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

 

Methods in oracle.odi.domain.runtime.scheduling that return ExplicitDate
 ExplicitDate OdiSchedule.getActiveFromDate()
          Returns the representation of the beginning time of activation period.
 ExplicitDate OdiSchedule.getActiveToDate()
          Returns the representation of the ending time of activation period.

 

Methods in oracle.odi.domain.runtime.scheduling with parameters of type ExplicitDate
static Recurrence Recurrence.createSimpleRecurrence(ExplicitDate pDate)
          Creates new instance of Recurrence of RecurrenceAttributes.Frequency.SIMPLE Frequency with specified date of execution.
 void OdiSchedule.setActiveFromDate(ExplicitDate pActiveFromDate)
          Sets the representation of the beginning time of activation period.
 void OdiSchedule.setActiveToDate(ExplicitDate pActiveToDate)
          Sets the representation of the ending time of 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.