Skip navigation links

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

E17060-03


oracle.odi.interfaces.interactive.support
Interface IReferenceManager

All Superinterfaces:
IReferenceChangeListener
All Known Implementing Classes:
ReferenceManagerAbstract, ReferenceManagerHeavyDataStores, ReferenceManagerLightDataStores, ReferenceManagerLookups, ReferenceManagerSourceColumns, ReferenceManagerToDataStoresFull

public interface IReferenceManager
extends IReferenceChangeListener

Implementations of this interface represent a reference manager, which is a class that handles and provides references to and from IInterfaceSubComponents in the OdiInterface.

Since:
11.1.1.3.0

Method Summary
 IReference[] getReferencesFrom(IExecutableTextHolder pExecutableTextHolder)
          Returns all references comping from this text holder.
 IReference[] getReferencesTo(IInterfaceSubComponent pInterfaceSubComponent)
          Returns all references pointing to the given IInterfaceSubComponent.

 

Methods inherited from interface oracle.odi.interfaces.interactive.support.IReferenceChangeListener
referencesFromExecutableChanged

 

Method Detail

getReferencesTo

IReference[] getReferencesTo(IInterfaceSubComponent pInterfaceSubComponent)
Returns all references pointing to the given IInterfaceSubComponent.
Parameters:
pInterfaceSubComponent - the IInterfaceSubComponent for which we want the references
Returns:
the references to pInterfaceSubComponent, null if there are no references pointing to this IInterfaceSubComponent

getReferencesFrom

IReference[] getReferencesFrom(IExecutableTextHolder pExecutableTextHolder)
Returns all references comping from this text holder.
Parameters:
pExecutableTextHolder - the text holder for which we want to know all outbound references
Returns:
all the references coming from this text holder, null if this text holder has no references

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.