Skip navigation links

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

E17060-03


oracle.odi.interfaces.interactive.support.references
Class ReferenceToSourceDataStore

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.references.ReferenceToSourceDataStore

All Implemented Interfaces:
IReference

public class ReferenceToSourceDataStore
extends java.lang.Object
implements IReference

This implementation represents a reference to a source datastore referenced by either an expression or by a direct link from a text holder to a source datastore (such as attached datastores on joins and filters).


Constructor Summary
ReferenceToSourceDataStore(SourceDataStore pReferencedDataStore, IExecutableTextHolder pReferencer)
          Creates a reference from a text holder to a source datastore.

 

Method Summary
 SourceDataStore getReferencedObject()
          Returns the referenced source datastore.
 IExecutableTextHolder getReferencer()
          Returns the text holder that references the source datastore.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ReferenceToSourceDataStore

public ReferenceToSourceDataStore(SourceDataStore pReferencedDataStore,
                                  IExecutableTextHolder pReferencer)
Creates a reference from a text holder to a source datastore.
Parameters:
pReferencedDataStore - the referenced source datastore
pReferencer - the text holder referencing the source datastore

Method Detail

getReferencedObject

public SourceDataStore getReferencedObject()
Returns the referenced source datastore.
Specified by:
getReferencedObject in interface IReference
Returns:
the referenced source datastore.
See Also:
IReference.getReferencedObject()

getReferencer

public IExecutableTextHolder getReferencer()
Returns the text holder that references the source datastore.
Specified by:
getReferencer in interface IReference
Returns:
the text holder that references the source datastore.
See Also:
IReference.getReferencer()

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.