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

E17060-01

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

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

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

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.