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

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

 

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

 

Methods in oracle.odi.domain.runtime.loadplan that return OdiLoadPlanStepCase
 OdiLoadPlanStepCase OdiLoadPlanStepContainer.addStepCase(java.lang.String pStepName, OdiLoadPlanVariable pVariable)
          Creates an instance of OdiLoadPlanStepCase, adds it to the list of children steps in the last position and returns it.
 OdiLoadPlanStepCase OdiLoadPlanStepCase.copy(boolean generateName)
           

 

Methods in oracle.odi.domain.runtime.loadplan that return types with arguments of type OdiLoadPlanStepCase
 java.util.Collection<OdiLoadPlanStepCase> OdiLoadPlanVariable.getStepCaseUsage()
          Returns the unmodifiable collection of usage of this variable as a test variable for a stepCase.

 

Methods in oracle.odi.domain.runtime.loadplan with parameters of type OdiLoadPlanStepCase
 OdiLoadPlanCaseCondition OdiLoadPlanCaseCondition.copy(boolean generateName, OdiLoadPlanStepCase pParentStepCase)
           
 OdiLoadPlanCaseCondition OdiLoadPlanCaseCondition.duplicate(OdiLoadPlanStepCase parentElement)
           

 


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.