Skip navigation links

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

E17060-04


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

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

 

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

 

Methods in oracle.odi.domain.runtime.loadplan that return OdiLoadPlanStepParallel.RestartType
 OdiLoadPlanStepParallel.RestartType OdiLoadPlanStepParallel.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 OdiLoadPlanStepParallel.RestartType OdiLoadPlanStepParallel.RestartType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OdiLoadPlanStepParallel.RestartType[] OdiLoadPlanStepParallel.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 OdiLoadPlanStepParallel.RestartType
 void OdiLoadPlanStepParallel.setRestartType(OdiLoadPlanStepParallel.RestartType restartType)
          Defines the restart behavior of this step when the Load Plan is restarted.

 

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

 

Methods in oracle.odi.domain.runtime.lpi that return OdiLoadPlanStepParallel.RestartType
 OdiLoadPlanStepParallel.RestartType OdiLoadPlanInstanceStepParallel.getRestartType()
           

 


Skip navigation links

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

E17060-04


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