|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.interfaces.interactive.support.references.ReferenceToSourceDataStore
public class ReferenceToSourceDataStore
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 |
|---|
public ReferenceToSourceDataStore(SourceDataStore pReferencedDataStore,
IExecutableTextHolder pReferencer)
pReferencedDataStore - the referenced source datastorepReferencer - the text holder referencing the source datastore| Method Detail |
|---|
public SourceDataStore getReferencedObject()
getReferencedObject in interface IReferenceIReference.getReferencedObject()public IExecutableTextHolder getReferencer()
getReferencer in interface IReferenceIReference.getReferencer()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||