|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerAbstract
public abstract class SourceSetComputerAbstract
An abstract base class for source set computer classes.
| Method Summary | |
|---|---|
void |
addSourceSetListener(ISourceSetListener pSourceSetListener)
Adds a source set listener object for an interface. |
boolean |
areSourceSetsDirty()
Returns true if the ODI interface objects within a source set have been modified since the last source set computation. |
void |
lookupAssembled(SourceDataStore pSourceDataStore,
Join pJoin)
Empty implementation. |
void |
lookupDisassembled(SourceDataStore pSourceDataStore,
Join pJoin)
Empty implementation. |
void |
removeSourceSetListener(ISourceSetListener pSourceSetListener)
Removes a source set listener object for an interface. |
void |
targetDataStoreReplaced()
Responds to the completion of the action of replacing an ODI interface target data store. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.odi.interfaces.interactive.ISourceSetComputer |
|---|
computeSourceSets |
| Methods inherited from interface oracle.odi.interfaces.interactive.IInterfaceActionListener |
|---|
locationChanged, locationChanged, objectAdded, objectChanged, objectRemoved, objectRenamed, stagingAreaMoved, targetDataStoreMoved, textChanged, textEnabled |
| Method Detail |
|---|
public void addSourceSetListener(ISourceSetListener pSourceSetListener)
addSourceSetListener in interface ISourceSetComputerpSourceSetListener - the source set listener object to be addedremoveSourceSetListener(oracle.odi.interfaces.interactive.support.ISourceSetListener)public boolean areSourceSetsDirty()
areSourceSetsDirty in interface ISourceSetComputer
public void lookupAssembled(SourceDataStore pSourceDataStore,
Join pJoin)
lookupAssembled in interface IInterfaceActionListenerpSourceDataStore - the source data store for the lookuppJoin - the join for the lookup
public void lookupDisassembled(SourceDataStore pSourceDataStore,
Join pJoin)
lookupDisassembled in interface IInterfaceActionListenerpSourceDataStore - the source data store for the lookuppJoin - the join for the lookuppublic void removeSourceSetListener(ISourceSetListener pSourceSetListener)
removeSourceSetListener in interface ISourceSetComputerpSourceSetListener - the source set listener object to be removedaddSourceSetListener(oracle.odi.interfaces.interactive.support.ISourceSetListener)public void targetDataStoreReplaced()
IInterfaceActionListener
targetDataStoreReplaced in interface IInterfaceActionListener
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||