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

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

 

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

 

Methods in oracle.odi.domain.runtime.loadplan that return OdiLoadPlanVariable
 OdiLoadPlanVariable OdiLoadPlan.addVariable(OdiVariable pVariable, IOdiVariableTextGenerator pGenerator)
          Calls the code generation service and creates an instance of OdiLoadPlanVariable from an OdiLoadPlanException.
adds the created OdiLoadPlanVariable to the list of OdiLoadPlanVariable available for this OdiLoadPlan and returns it.
If a OdiLoadPlanVariable corresponding to the parameter OdiVariable already exists, then the existing OdiLoadPlanVariable will be updated with the result of the code generation service.
If the created OdiLoadPlanVariable needs other Variables for its refresh, these OdiVariable will also be added to the Load Plan.
 OdiLoadPlanVariable OdiLoadPlanStepVariable.getLoadPlanVariable()
           
 OdiLoadPlanVariable OdiLoadPlanStepCase.getTestVariable()
           
 OdiLoadPlanVariable OdiLoadPlan.getVariableIfExistsInLoadPlan(java.lang.String pLoadPlanVariableName)
          Retrieve the OdiLoadPlanVariable if it exists in the LoadPlan

 

Methods in oracle.odi.domain.runtime.loadplan that return types with arguments of type OdiLoadPlanVariable
 java.util.List<OdiLoadPlanVariable> OdiLoadPlan.getVariables()
           

 

Methods in oracle.odi.domain.runtime.loadplan with parameters of type OdiLoadPlanVariable
 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.
 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.
 OdiJobStartupParam OdiLoadPlanSchedule.createJobStartupParam(OdiLoadPlanVariable pVariable, java.lang.Object pValue)
          Creates a new instance of OdiJobStartupParam and associate it with the schedule.
 void OdiLoadPlan.removeVariable(OdiLoadPlanVariable pLoadPlanVariable)
          Removes the given OdiLoadPlanVariable of the list of OdiLoadPlanVariable available for this OdiLoadPlan.
If the variable is overridden on one or several steps, these usages will also be removed.
If the variable is used as a test variable in a StepCase, the step case and its hierarchy of steps will be removed.
The OdiLoadPlanVariable must not be null and must have the same parent OdiLoadPlan.
 void OdiLoadPlanStepCase.setTestVariable(OdiLoadPlanVariable testVariable)
           

 


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.