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

E17060-01

Uses of Class
oracle.odi.domain.project.OdiVariable

Packages that use OdiVariable
oracle.odi.domain.project This package contains the Oracle Data Integrator Project implementation. 
oracle.odi.domain.project.finder This package contains Oracle Data Integrator Finder interfaces for domain project objects.
 
oracle.odi.domain.xrefs Provides cross reference class hierarchy. 
oracle.odi.domain.xrefs.expression Provides classes to manage expressions. 
 

Uses of OdiVariable in oracle.odi.domain.project
 

Methods in oracle.odi.domain.project that return OdiVariable
 OdiVariable StepVariable.getVariable()
          Returns the variable used by this step.
 

Methods in oracle.odi.domain.project that return types with arguments of type OdiVariable
 java.util.Collection<OdiVariable> OdiProject.getVariables()
           Obtains the unmodifable collection of OdiVariables.
Use removeVariable(OdiVariable) to remove elements from this collection.
 

Methods in oracle.odi.domain.project with parameters of type OdiVariable
 void OdiProject.removeVariable(OdiVariable pVariable)
           Remove the given OdiVariable from the collection of OdiVariables.
 

Constructors in oracle.odi.domain.project with parameters of type OdiVariable
StepVariable(OdiPackage pPackage, OdiVariable pVariable, java.lang.String pName)
          Constructor that sets the parent OdiPackage, the OdiVariable upon which this Step is based and the step name.
 

Uses of OdiVariable in oracle.odi.domain.project.finder
 

Methods in oracle.odi.domain.project.finder that return OdiVariable
 OdiVariable IOdiVariableFinder.findByName(java.lang.String pName, java.lang.String pProjectCode)
          Return OdiVariable matching the specified name present in the specified project.
 OdiVariable IOdiVariableFinder.findByProjectAndName(OdiProject pProject, java.lang.String pName)
          Deprecated. replaced by IOdiVariableFinder.findByName(String pName, String pProjecCode)
 OdiVariable IOdiVariableFinder.findByProjectCodeAndName(java.lang.String pProjectCode, java.lang.String pName)
          Deprecated. replaced by IOdiVariableFinder.findByName(String pName, String pProjecCode)
 OdiVariable IOdiVariableFinder.findGlobalByName(java.lang.String pName)
          Find a global variable by name.
 

Methods in oracle.odi.domain.project.finder that return types with arguments of type OdiVariable
 java.util.Collection<OdiVariable> IOdiVariableFinder.findAllGlobals()
          Find all global variables.
 java.util.Collection<OdiVariable> IOdiVariableFinder.findByProject(java.lang.String pProjectCode)
          Find all variables in this project
 

Uses of OdiVariable in oracle.odi.domain.xrefs
 

Methods in oracle.odi.domain.xrefs that return OdiVariable
 OdiVariable OdiVariableCrossRef.getReferencedObject()
           
 

Constructors in oracle.odi.domain.xrefs with parameters of type OdiVariable
OdiVariableCrossRef(int pPosition, java.lang.String pExpressionElement, OdiVariable pVariable)
          Create a new OdiVariableCrossRef.
 

Uses of OdiVariable in oracle.odi.domain.xrefs.expression
 

Methods in oracle.odi.domain.xrefs.expression with parameters of type OdiVariable
 ExpressionStringBuilder ExpressionStringBuilder.append(OdiVariable pOdiVariable, boolean pBinding)
          Append the string representation of the given OdiVariable to this builder's expression.
 


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

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.