Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Uses of Class
oracle.odi.generation.OdiVariableTextGeneratorException

Packages that use OdiVariableTextGeneratorException
oracle.odi.domain.runtime.loadplan   
oracle.odi.generation This package contains the generation services for Oracle Data Integrator. 
oracle.odi.generation.support This package contains the generation services for Oracle Data Integrator. 

 

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

 

Methods in oracle.odi.domain.runtime.loadplan that throw OdiVariableTextGeneratorException
 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.

 

Uses of OdiVariableTextGeneratorException in oracle.odi.generation

 

Methods in oracle.odi.generation that throw OdiVariableTextGeneratorException
 java.lang.String IOdiVariableTextGenerator.generateLoadPlanVarText(java.lang.Number pVariableId)
          Generates the variable text when creating load plan variable from OdiVariable.

 

Uses of OdiVariableTextGeneratorException in oracle.odi.generation.support

 

Methods in oracle.odi.generation.support that throw OdiVariableTextGeneratorException
 java.lang.String OdiVariableTextGeneratorDwgImpl.generateLoadPlanVarText(java.lang.Number pVariableId)
           

 


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.