Skip navigation links

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

E17060-04


Uses of Interface
oracle.odi.generation.IOdiVariableTextGenerator

Packages that use IOdiVariableTextGenerator
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 IOdiVariableTextGenerator in oracle.odi.domain.runtime.loadplan

 

Methods in oracle.odi.domain.runtime.loadplan that return IOdiVariableTextGenerator
 IOdiVariableTextGenerator OdiLoadPlanValidator.getVariableTextGenerator()
           

 

Methods in oracle.odi.domain.runtime.loadplan with parameters of type IOdiVariableTextGenerator
 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.
 void OdiLoadPlanValidator.setVariableTextGenerator(IOdiVariableTextGenerator variableTextGenerator)
           

 

Uses of IOdiVariableTextGenerator in oracle.odi.generation

 

Methods in oracle.odi.generation that return IOdiVariableTextGenerator
abstract  IOdiVariableTextGenerator OdiVariableTextGeneratorFactory.getVariableTextGenerator(OdiInstance pOdiInstance)
          Obtains an instance of IOdiVariableTextGenerator from this factory.

 

Uses of IOdiVariableTextGenerator in oracle.odi.generation.support

 

Classes in oracle.odi.generation.support that implement IOdiVariableTextGenerator
 class OdiVariableTextGeneratorDwgImpl
          Default IOdiVariableTextGenerator implementation.

 

Methods in oracle.odi.generation.support that return IOdiVariableTextGenerator
 IOdiVariableTextGenerator OdiVariableTextGeneratorDwgImplFactory.getVariableTextGenerator(OdiInstance pOdiInstance)
           

 


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.