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.loadplan.OdiCaseWhen

Packages that use OdiCaseWhen
oracle.odi.domain.runtime.loadplan   

 

Uses of OdiCaseWhen in oracle.odi.domain.runtime.loadplan

 

Methods in oracle.odi.domain.runtime.loadplan that return OdiCaseWhen
 OdiCaseWhen OdiLoadPlanStepCase.addCaseWhen(OdiCaseWhen.ComparisonOperator pComparisonOperator, java.lang.Object pValue)
          Creates an OdiCaseWhen, adds it to the list and return it

 

Methods in oracle.odi.domain.runtime.loadplan that return types with arguments of type OdiCaseWhen
 java.util.List<OdiCaseWhen> OdiLoadPlanStepCase.getCaseWhenList()
           

 

Methods in oracle.odi.domain.runtime.loadplan with parameters of type OdiCaseWhen
 void OdiLoadPlanStepCase.moveCaseWhenAfter(OdiCaseWhen pCaseToMove, OdiCaseWhen pAfterThisCase)
          Moves the given step in the children list, putting it right after the second parameter step.
No action if pStepToMove is already right after pAfterThisStep.
 void OdiLoadPlanStepCase.moveCaseWhenBefore(OdiCaseWhen pCaseToMove, OdiCaseWhen pBeforeThisCase)
          Moves the given step in the children list, putting it right before the second parameter step.
No action if pStepToMove is already right after pBeforeThisStep.
 void OdiLoadPlanStepCase.removeCaseWhen(OdiCaseWhen pOdiCaseWhen)
          Removes the given OdiCaseWhen of the list of OdiCaseWhen available for this OdiLoadPlanStepCase.

 


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.