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

E17060-01

oracle.odi.interfaces.interactive.support.references.managers
Class ReferenceManagerAbstract

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerAbstract
All Implemented Interfaces:
IReferenceChangeListener, IReferenceManager
Direct Known Subclasses:
ReferenceManagerHeavyDataStores, ReferenceManagerLightDataStores, ReferenceManagerSourceColumns, ReferenceManagerToDataStoresFull

public abstract class ReferenceManagerAbstract
extends java.lang.Object
implements IReferenceManager

This is a helper class to build other reference managers.


Constructor Summary
ReferenceManagerAbstract()
           
 
Method Summary
abstract  IReference[] getReferencesFrom(IExecutableTextHolder pExecutableTextHolder)
          Returns all references comping from this text holder.
 IReference[] getReferencesTo(IInterfaceSubComponent pObject)
          Returns all references pointing to the given IInterfaceSubComponent.
 void referencesFromExecutableChanged(IExecutableTextHolder pExecutableTextHolder)
          This method is called on all listeners when the references of a text holder are changed.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceManagerAbstract

public ReferenceManagerAbstract()
Method Detail

getReferencesFrom

public abstract IReference[] getReferencesFrom(IExecutableTextHolder pExecutableTextHolder)
Returns all references comping from this text holder.

Specified by:
getReferencesFrom in interface IReferenceManager
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

public IReference[] getReferencesTo(IInterfaceSubComponent pObject)
Returns all references pointing to the given IInterfaceSubComponent.

Specified by:
getReferencesTo in interface IReferenceManager
Parameters:
pObject - the IInterfaceSubComponent for which we want the references
Returns:
the references to pInterfaceSubComponent, null if there are no references pointing to this IInterfaceSubComponent

referencesFromExecutableChanged

public void referencesFromExecutableChanged(IExecutableTextHolder pExecutableTextHolder)
Description copied from interface: IReferenceChangeListener
This method is called on all listeners when the references of a text holder are changed.

Specified by:
referencesFromExecutableChanged in interface IReferenceChangeListener
Parameters:
pExecutableTextHolder - the text holder whose references are changed.

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.