Skip navigation links

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

E17060-02


Uses of Interface
oracle.odi.interfaces.interactive.support.IExecutableTextHolder

Packages that use IExecutableTextHolder
oracle.odi.interfaces.data This package contains the Oracle Data Integrator interface data and expression checking utility interface. 
oracle.odi.interfaces.interactive Provides interfaces for interactive handling of Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support This package and its sub-packages provide the implementations for interactive handling of Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.actionlistener This package contains the implementations for creating action listeners when working with InteractiveInterfaceHelperWithActions
oracle.odi.interfaces.interactive.support.references This package contains the representation of cross references to various types of objects, including source datastore and source column, in Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.references.managers This package contains the implementations to retrieve different set of cross references associated with a text holder in an Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.sourceset.computers Contains classes which handles the computation of source sets of an Oracle Data Integrator interface. 
oracle.odi.interfaces.interactive.support.textholder This package contains the implementations of text holder for various types of objects, such as joins, filters, target columns and target mappings, in Oracle Data Integrator interfaces. 

 

Uses of IExecutableTextHolder in oracle.odi.interfaces.data

 

Methods in oracle.odi.interfaces.data with parameters of type IExecutableTextHolder
 CheckResponse IOdiInterfaceExpressionChecker.checkExpression(OdiInstance pOdiInstance, IExecutableTextHolder pExecutableTextHolder, IJMSCallBack pJMSCallBack)
           

 

Uses of IExecutableTextHolder in oracle.odi.interfaces.interactive

 

Methods in oracle.odi.interfaces.interactive with parameters of type IExecutableTextHolder
 Expression IActionHelper.computeExpression(java.lang.String pSql, IExecutableTextHolder pExecutableTextHolder, OdiInterface.ExecutionLocation pExecutionLocation, DataSet pDataSet)
          Computes the expression of the SQL text.
Note that pDataSet is optional (can be null when pExecutionLocation is TARGET.
 com.sunopsis.language.SnpsLanguage IActionHelper.getLanguageForTextHolder(IExecutableTextHolder pExecutableTextHolder)
          Retrieves the language for a specified IExecutableTextHolder object.
 void IInterfaceActionListener.locationChanged(IExecutableTextHolder pExecutableTextHolder, OdiInterface.ExecutionLocation pOldExecutionLocation, OdiInterface.ExecutionLocation pNewExecutionLocation)
          Responds to the completion of the action of changing the location of an ODI interface child object.
 void IInterfaceActionListener.textChanged(IExecutableTextHolder pExecutableTextHolder, java.lang.String pOldString, java.lang.String pNewString)
          Responds to the completion of the action of changing the text of an ODI interface child object.
 void IInterfaceActionListener.textEnabled(IExecutableTextHolder pExecutableTextHolder)
          Responds to the completion of the action of enabling the text of an ODI interface child object.

 

Uses of IExecutableTextHolder in oracle.odi.interfaces.interactive.support

 

Methods in oracle.odi.interfaces.interactive.support that return IExecutableTextHolder
 IExecutableTextHolder IReference.getReferencer()
          Basic getter.

 

Methods in oracle.odi.interfaces.interactive.support with parameters of type IExecutableTextHolder
 Expression InteractiveInterfaceHelperWithActions.computeExpression(java.lang.String pSql, IExecutableTextHolder pExecutableTextHolder, OdiInterface.ExecutionLocation pExecutionLocation, DataSet pDataSet)
          For internal use only Computes the expression object of the specified SQL expression text for the given text holder in the desired data set and execution location.
 com.sunopsis.language.SnpsLanguage InteractiveInterfaceHelperWithActions.getLanguageForTextHolder(IExecutableTextHolder pExecutableTextHolder)
          Retrieves the language for a specified IExecutableTextHolder object.
static OdiLogicalSchema InteractiveInterfaceHelperWithActions.getLogicalSchemaForTextHolder(OdiInterface pOdiInterface, IExecutableTextHolder pExecutableTextHolder)
          A static convenience method to retrieve the logical schema associated with the specified text holder.
 IReference[] IReferenceManager.getReferencesFrom(IExecutableTextHolder pExecutableTextHolder)
          Returns all references comping from this text holder.
 void IReferenceChangeListener.referencesFromExecutableChanged(IExecutableTextHolder pExecutableTextHolder)
          This method is called on all listeners when the references of a text holder are changed.

 

Uses of IExecutableTextHolder in oracle.odi.interfaces.interactive.support.actionlistener

 

Methods in oracle.odi.interfaces.interactive.support.actionlistener with parameters of type IExecutableTextHolder
 void ActionListenerAbstract.locationChanged(IExecutableTextHolder pExecutableTextHolder, OdiInterface.ExecutionLocation pOldExecutionLocation, OdiInterface.ExecutionLocation pNewExecutionLocation)
           
 void ActionListenerComposer.locationChanged(IExecutableTextHolder pExecutableTextHolder, OdiInterface.ExecutionLocation pOldExecutionLocation, OdiInterface.ExecutionLocation pNewExecutionLocation)
           
 void ActionListenerAbstract.textChanged(IExecutableTextHolder pExecutableTextHolder, java.lang.String pOldString, java.lang.String pNewString)
           
 void ActionListenerComposer.textChanged(IExecutableTextHolder pExecutableTextHolder, java.lang.String pOldString, java.lang.String pSQL)
           
 void ActionListenerAbstract.textEnabled(IExecutableTextHolder pExecutableTextHolder)
           
 void ActionListenerComposer.textEnabled(IExecutableTextHolder pExecutableTextHolder)
           

 

Uses of IExecutableTextHolder in oracle.odi.interfaces.interactive.support.references

 

Methods in oracle.odi.interfaces.interactive.support.references that return IExecutableTextHolder
 IExecutableTextHolder ReferenceToSourceColumn.getReferencer()
          Returns the text holder that references the source column.
 IExecutableTextHolder ReferenceToSourceDataStore.getReferencer()
          Returns the text holder that references the source datastore.

 

Constructors in oracle.odi.interfaces.interactive.support.references with parameters of type IExecutableTextHolder
ReferenceToSourceColumn(ISourceColumn pReferencedSourceColumn, IExecutableTextHolder pReferencer)
          Creates a reference to a source column.
ReferenceToSourceDataStore(SourceDataStore pReferencedDataStore, IExecutableTextHolder pReferencer)
          Creates a reference from a text holder to a source datastore.

 

Uses of IExecutableTextHolder in oracle.odi.interfaces.interactive.support.references.managers

 

Methods in oracle.odi.interfaces.interactive.support.references.managers with parameters of type IExecutableTextHolder
abstract  IReference[] ReferenceManagerAbstract.getReferencesFrom(IExecutableTextHolder pExecutableTextHolder)
          Returns all references comping from this text holder.
 IReference[] ReferenceManagerHeavyDataStores.getReferencesFrom(IExecutableTextHolder pExecutableTextHolder)
           
 IReference[] ReferenceManagerLightDataStores.getReferencesFrom(IExecutableTextHolder pExecutableTextHolder)
           
 IReference[] ReferenceManagerLookups.getReferencesFrom(IExecutableTextHolder pExecutableTextHolder)
          Returns all references comping from this text holder.
 IReference[] ReferenceManagerSourceColumns.getReferencesFrom(IExecutableTextHolder pExecutableTextHolder)
           
 IReference[] ReferenceManagerToDataStoresFull.getReferencesFrom(IExecutableTextHolder pExecutableTextHolder)
           
 void ReferenceManagerAbstract.referencesFromExecutableChanged(IExecutableTextHolder pExecutableTextHolder)
           
 void ReferenceManagerLookups.referencesFromExecutableChanged(IExecutableTextHolder pExecutableTextHolder)
           

 

Uses of IExecutableTextHolder in oracle.odi.interfaces.interactive.support.sourceset.computers

 

Methods in oracle.odi.interfaces.interactive.support.sourceset.computers with parameters of type IExecutableTextHolder
 void SourceSetComputerEraser.locationChanged(IExecutableTextHolder pExecutableTextHolder, OdiInterface.ExecutionLocation pOldExecutionLocation, OdiInterface.ExecutionLocation pNewExecutionLocation)
          Marks the data set for an executable text holder of an interface sub-component as "dirty" (to indicate source set recomputing is required) when the location of that interface sub-component is changed.
 void SourceSetComputerLazy.locationChanged(IExecutableTextHolder pExecutableTextHolder, OdiInterface.ExecutionLocation pOldExecutionLocation, OdiInterface.ExecutionLocation pNewExecutionLocation)
           
 void SourceSetComputerOneTable.locationChanged(IExecutableTextHolder pExecutableTextHolder, OdiInterface.ExecutionLocation pOldExecutionLocation, OdiInterface.ExecutionLocation pNewExecutionLocation)
           
 void SourceSetComputerRetainer.locationChanged(IExecutableTextHolder pExecutableTextHolder, OdiInterface.ExecutionLocation pOldExecutionLocation, OdiInterface.ExecutionLocation pNewExecutionLocation)
          Marks the data set for an executable text holder of an interface sub-component as "dirty" (to indicate source set recomputing is required) when the location of that interface sub-component is changed.
 void SourceSetComputerEraser.textChanged(IExecutableTextHolder pExecutableTextHolder, java.lang.String pOldString, java.lang.String pNewString)
          Marks data set of an executable text holder as "dirty" (to indicate source set recomputing is required) when the text of the executable text holder has been modified.
 void SourceSetComputerLazy.textChanged(IExecutableTextHolder pExecutableTextHolder, java.lang.String pOldString, java.lang.String pNewString)
           
 void SourceSetComputerOneTable.textChanged(IExecutableTextHolder pExecutableTextHolder, java.lang.String pOldString, java.lang.String pNewString)
           
 void SourceSetComputerRetainer.textChanged(IExecutableTextHolder pExecutableTextHolder, java.lang.String pOldString, java.lang.String pNewString)
          Marks data set of an executable text holder as "dirty" (to indicate source set recomputing is required) when the text of the executable text holder has been modified.
 void SourceSetComputerEraser.textEnabled(IExecutableTextHolder pExecutableTextHolder)
           
 void SourceSetComputerLazy.textEnabled(IExecutableTextHolder pExecutableTextHolder)
           
 void SourceSetComputerOneTable.textEnabled(IExecutableTextHolder pExecutableTextHolder)
           
 void SourceSetComputerRetainer.textEnabled(IExecutableTextHolder pExecutableTextHolder)
           

 

Uses of IExecutableTextHolder in oracle.odi.interfaces.interactive.support.textholder

 

Classes in oracle.odi.interfaces.interactive.support.textholder that implement IExecutableTextHolder
 class ExecutableTextHolderFilter
          The text holder for filters.
This particular text holder is always in a DataSet and has 1 attached SourceDataStore.
 class ExecutableTextHolderGenericClause
          This is the abstract common implementation for source clauses (Joins and Filters).
 class ExecutableTextHolderJoin
          The text holder for joins.
This particular text holder is always in a DataSet and has 2 attached SourceDataStores.
Note that on Lookup Joins, the second attached source datastore cannot be set, as it is tightly bound to the SourceDataStore of the Lookup.
 class ExecutableTextHolderTargetColumn
          The text holder for target columns (mapped on TARGET).
This particular text holder is never in a DataSet and has no attached SourceDataStore.
 class ExecutableTextHolderTargetMapping
          The text holder for target mappings (mapped on SOURCE or WORK).
This particular text holder is always in a DataSet and has 1 attached SourceDataStore.

 

Methods in oracle.odi.interfaces.interactive.support.textholder that return IExecutableTextHolder
static IExecutableTextHolder ExecutableTextHolderFactory.getExecutableTextHolderFor(IInterfaceSubComponent pInterfaceSubComponent)
          Returns the text holder for the given interface sub-component.

 


Skip navigation links

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

E17060-02


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