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.OdiLoadPlanStep.ExceptionBehavior

Packages that use OdiLoadPlanStep.ExceptionBehavior
oracle.odi.domain.runtime.loadplan   
oracle.odi.domain.runtime.lpi   

 

Uses of OdiLoadPlanStep.ExceptionBehavior in oracle.odi.domain.runtime.loadplan

 

Methods in oracle.odi.domain.runtime.loadplan that return OdiLoadPlanStep.ExceptionBehavior
 OdiLoadPlanStep.ExceptionBehavior OdiLoadPlanStep.getExceptionBehavior()
          Returns the exception behavior specifies how this step should behave in case an exception is encountered.
In case the step is defined in the step hierarchy of an exception, this method will throw an UnsupportedOperationException
static OdiLoadPlanStep.ExceptionBehavior OdiLoadPlanStep.ExceptionBehavior.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OdiLoadPlanStep.ExceptionBehavior[] OdiLoadPlanStep.ExceptionBehavior.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 OdiLoadPlanStep.ExceptionBehavior
 void OdiLoadPlanStep.setExceptionBehavior(OdiLoadPlanStep.ExceptionBehavior exceptionBehavior)
          Defines the exception behavior i.e.

 

Uses of OdiLoadPlanStep.ExceptionBehavior in oracle.odi.domain.runtime.lpi

 

Methods in oracle.odi.domain.runtime.lpi that return OdiLoadPlanStep.ExceptionBehavior
 OdiLoadPlanStep.ExceptionBehavior OdiLoadPlanInstanceStep.getExceptionBehavior()
           

 


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.