|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.runtime.loadplan | |
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 OdiVariable s.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 OdiVariable s. |
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.findByQualifiedName(java.lang.String pQualifiedName) Find global or project variable by its QualifiedName . |
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.runtime.loadplan |
---|
Methods in oracle.odi.domain.runtime.loadplan with parameters of type OdiVariable | |
---|---|
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 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. |
ExpressionStringBuilder |
ExpressionStringBuilder.append(OdiVariable pOdiVariable, boolean pBinding, boolean pQualified) 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.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |