Skip navigation links

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

E17060-02


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

Packages that use IReferenceManager
oracle.odi.interfaces.interactive Provides interfaces for interactive handling of Oracle Data Integrator interfaces. 
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.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 IReferenceManager in oracle.odi.interfaces.interactive

 

Methods in oracle.odi.interfaces.interactive that return IReferenceManager
 IReferenceManager IActionHelper.getReferenceManagerToDataStoreAttached()
          Returns an IReferenceManager instance that can be used to get data store references from the interface, for attached data stores.
Attached data stores are those data stores that are indirectly associated with an interface object by a reference, for instance via Join.getAttachedDataStore1().
 IReferenceManager IActionHelper.getReferenceManagerToDataStoreFull()
          Returns an IReferenceManager instance that can be used to get data store references from the interface.
 IReferenceManager IActionHelper.getReferenceManagerToDataStoreXRefs()
          Returns an IReferenceManager instance that can be used to get references to SourceDataStores from cross-references in expressions.
 IReferenceManager IActionHelper.getReferenceManagerToSourceColumn()
          Returns an IReferenceManager instance that can be used to get SourceColumn references from cross-references in the interface.

 

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

 

Methods in oracle.odi.interfaces.interactive.support that return IReferenceManager
 IReferenceManager InteractiveInterfaceHelperWithActions.getReferenceManagerToDataStoreAttached()
          Returns an IReferenceManager instance that can be used to get data store references from the interface, for attached data stores.
Attached data stores are those data stores that are indirectly associated with an interface object by a reference, for instance via Join.getAttachedDataStore1().
This implementation returns an instance of ReferenceManagerLightDataStores.
 IReferenceManager InteractiveInterfaceHelperWithActions.getReferenceManagerToDataStoreFull()
          Returns an IReferenceManager instance that can be used to get data store references from the interface.
 IReferenceManager InteractiveInterfaceHelperWithActions.getReferenceManagerToDataStoreXRefs()
          Returns an IReferenceManager instance that can be used to get references to SourceDataStores from cross-references in expressions.
This implementation returns an instance of ReferenceManagerHeavyDataStores.
 IReferenceManager InteractiveInterfaceHelperWithActions.getReferenceManagerToSourceColumn()
          Returns an IReferenceManager instance that can be used to get SourceColumn references from cross-references in the interface.
This implementation returns an instance of ReferenceManagerLookups.

 

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

 

Classes in oracle.odi.interfaces.interactive.support.references.managers that implement IReferenceManager
 class ReferenceManagerAbstract
          This is a helper class to build other reference managers.
 class ReferenceManagerHeavyDataStores
          This implementation deals only with references caused by cross-references in SQL expressions.
 class ReferenceManagerLightDataStores
          This implementation handles references to attached source datastores in text holders.
 class ReferenceManagerLookups
          This particular reference manager deals only with references inside lookups.
 class ReferenceManagerSourceColumns
          This implementation manages references to source columns only.
 class ReferenceManagerToDataStoresFull
          This implementation returns all references from text holders to source datastores (both from attached datastores and cross-references).

 


Skip navigation links

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

E17060-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.