Skip navigation links

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

E17060-02


Uses of Class
oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepSerial.RestartType

Packages that use OdiLoadPlanStepSerial.RestartType
oracle.odi.domain.runtime.loadplan   
oracle.odi.domain.runtime.lpi   

 

Uses of OdiLoadPlanStepSerial.RestartType in oracle.odi.domain.runtime.loadplan

 

Methods in oracle.odi.domain.runtime.loadplan that return OdiLoadPlanStepSerial.RestartType
 OdiLoadPlanStepSerial.RestartType OdiLoadPlanStepSerial.getRestartType()
          Returns the restart behavior of this step when the Load Plan is restarted.
In case the step is defined in the step hierarchy of an exception, this method will throw an UnsupportedOperationException
static OdiLoadPlanStepSerial.RestartType OdiLoadPlanStepSerial.RestartType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OdiLoadPlanStepSerial.RestartType[] OdiLoadPlanStepSerial.RestartType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.odi.domain.runtime.loadplan with parameters of type OdiLoadPlanStepSerial.RestartType
 void OdiLoadPlanStepSerial.setRestartType(OdiLoadPlanStepSerial.RestartType restartType)
          Defines the restart behavior of this step when the Load Plan is restarted.

 

Uses of OdiLoadPlanStepSerial.RestartType in oracle.odi.domain.runtime.lpi

 

Methods in oracle.odi.domain.runtime.lpi that return OdiLoadPlanStepSerial.RestartType
 OdiLoadPlanStepSerial.RestartType OdiLoadPlanInstanceStepSerial.getRestartType()
           

 


Skip navigation links

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

E17060-02


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