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

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

 

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

 

Methods in oracle.odi.domain.runtime.scheduling that return ScheduleStatus
 ScheduleStatus OdiSchedule.getStatus()
          Returns the activation status of this OdiSchedule.
static ScheduleStatus ScheduleStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ScheduleStatus[] ScheduleStatus.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 ScheduleStatus
 void OdiSchedule.setStatus(ScheduleStatus pStatus)
          Sets the activation status 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.