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

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

 

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

 

Methods in oracle.odi.domain.runtime.loadplan that return OdiLoadPlanStepVariable
 OdiLoadPlanStepVariable OdiLoadPlanStep.addVariable(OdiLoadPlanVariable pOdiLoadPlanVariable)
          Associate an OdiLoadPlanVariable to the current OdiLoadPlanStep.
 OdiLoadPlanStepVariable OdiLoadPlanStep.addVariable(OdiLoadPlanVariable pOdiLoadPlanVariable, java.lang.Object pValue)
          Associate an OdiLoadPlanVariable to the current OdiLoadPlanStep.

 

Methods in oracle.odi.domain.runtime.loadplan that return types with arguments of type OdiLoadPlanStepVariable
 java.util.Collection<OdiLoadPlanStepVariable> OdiLoadPlanStep.getLoadPlanStepVariables()
           
 java.util.Collection<OdiLoadPlanStepVariable> OdiLoadPlanVariable.getVariableOverridenUsages()
          Returns the unmodifiable collection of usage of this variable as overridden variable.

 

Methods in oracle.odi.domain.runtime.loadplan with parameters of type OdiLoadPlanStepVariable
 void OdiLoadPlanStep.removeVariable(OdiLoadPlanStepVariable pOdiLoadPlanStepVariable)
          Removes the OdiLoadPlanStepVariable from the list of the OdiLoadPlanStep

 


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.