|
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 | ||||||||
public interface ISourceSetComputer
Computes source sets for an interface.
| 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 |
computeSourceSets(DataSet pDataSet,
IInterfaceActionListener pActionListener,
IInterfaceUndoListener pUndoListener,
IActionHelper pActionHelper)
Computes the new source sets in the interface and updates them directly in the interface. |
void |
removeSourceSetListener(ISourceSetListener pSourceSetListener)
Removes a source set listener object for an interface. |
| Methods inherited from interface oracle.odi.interfaces.interactive.IInterfaceActionListener |
|---|
locationChanged, locationChanged, lookupAssembled, lookupDisassembled, objectAdded, objectChanged, objectRemoved, objectRenamed, stagingAreaMoved, targetDataStoreMoved, targetDataStoreReplaced, textChanged, textEnabled |
| Method Detail |
|---|
void addSourceSetListener(ISourceSetListener pSourceSetListener)
pSourceSetListener - the source set listener object to be addedremoveSourceSetListener(oracle.odi.interfaces.interactive.support.ISourceSetListener)boolean areSourceSetsDirty()
void computeSourceSets(DataSet pDataSet,
IInterfaceActionListener pActionListener,
IInterfaceUndoListener pUndoListener,
IActionHelper pActionHelper)
throws InexistentMappingException
pDataSet - the data set for which the source sets must be computed againpActionListener - the action listenerpUndoListener - the undo listenerpActionHelper - the action helper
InexistentMappingExceptionvoid removeSourceSetListener(ISourceSetListener pSourceSetListener)
pSourceSetListener - the source set listener object to be removedaddSourceSetListener(oracle.odi.interfaces.interactive.support.ISourceSetListener)
|
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 | ||||||||