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

E17060-01

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

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerAbstract
      extended by oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerLightDataStores
All Implemented Interfaces:
IReferenceChangeListener, IReferenceManager

public class ReferenceManagerLightDataStores
extends ReferenceManagerAbstract

This implementation handles references to attached source datastores in text holders.


Constructor Summary
ReferenceManagerLightDataStores()
           
 
Method Summary
 IReference[] getReferencesFrom(IExecutableTextHolder pExecutableTextHolder)
          Returns all references comping from this text holder.
 
Methods inherited from class oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerAbstract
getReferencesTo, referencesFromExecutableChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceManagerLightDataStores

public ReferenceManagerLightDataStores()
Method Detail

getReferencesFrom

public IReference[] getReferencesFrom(IExecutableTextHolder pExecutableTextHolder)
Description copied from class: ReferenceManagerAbstract
Returns all references comping from this text holder.

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

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.