Skip navigation links

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

E17060-03


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

Packages that use IReference
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.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.breakers This package contains the implementations, when working with Oracle Data Integrator interfaces, on removing cross references during a deletion of a source datastore. 
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. 

 

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

 

Methods in oracle.odi.interfaces.interactive.support that return IReference
 IReference[] IReferenceManager.getReferencesFrom(IExecutableTextHolder pExecutableTextHolder)
          Returns all references comping from this text holder.
 IReference[] IReferenceManager.getReferencesTo(IInterfaceSubComponent pInterfaceSubComponent)
          Returns all references pointing to the given IInterfaceSubComponent.

 

Methods in oracle.odi.interfaces.interactive.support with parameters of type IReference
 void IDataStoreReferenceBreaker.breakReferences(IReference[] pReferences, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          Breaks the references pReferences.
Implementations should use actions on the pActionHelper to do any appropriate actions needed to break the references.

 

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

 

Classes in oracle.odi.interfaces.interactive.support.references that implement IReference
 class ReferenceToSourceColumn
          This implementation represents a reference to a source column from a cross-reference in an SQL expression.
 class ReferenceToSourceDataStore
          This implementation represents a reference to a source datastore referenced by either an expression or by a direct link from a text holder to a source datastore (such as attached datastores on joins and filters).

 

Uses of IReference in oracle.odi.interfaces.interactive.support.references.breakers

 

Methods in oracle.odi.interfaces.interactive.support.references.breakers with parameters of type IReference
 void DataStoreReferenceBreakerClauses.breakReferences(IReference[] pReferences, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void DataStoreReferenceBreakerComposer.breakReferences(IReference[] pReferences, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void DataStoreReferenceBreakerLazy.breakReferences(IReference[] pReferences, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void DataStoreReferenceBreakerTargetMapping.breakReferences(IReference[] pReferences, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           

 

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

 

Methods in oracle.odi.interfaces.interactive.support.references.managers that return IReference
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)
           
 IReference[] ReferenceManagerAbstract.getReferencesTo(IInterfaceSubComponent pObject)
          Returns all references pointing to the given IInterfaceSubComponent.
 IReference[] ReferenceManagerLookups.getReferencesTo(IInterfaceSubComponent pObject)
          Returns all references pointing to the given IInterfaceSubComponent.

 


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.