public interface ISourceSetComputer extends IInterfaceActionListener
Modifier and Type | Method and Description |
---|---|
void |
addSourceSetListener(ISourceSetListener pSourceSetListener)
Deprecated.
Adds a source set listener object for an interface.
|
boolean |
areSourceSetsDirty()
Deprecated.
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)
Deprecated.
Computes the new source sets in the interface and updates them directly in the interface.
|
void |
removeSourceSetListener(ISourceSetListener pSourceSetListener)
Deprecated.
Removes a source set listener object for an interface.
|
locationChanged, locationChanged, lookupAssembled, lookupDisassembled, objectAdded, objectChanged, objectRemoved, objectRenamed, stagingAreaMoved, targetDataStoreMoved, targetDataStoreReplaced, textChanged, textEnabled
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 helperInexistentMappingException
boolean areSourceSetsDirty()
void addSourceSetListener(ISourceSetListener pSourceSetListener)
pSourceSetListener
- the source set listener object to be addedremoveSourceSetListener(oracle.odi.interfaces.interactive.support.ISourceSetListener)
void removeSourceSetListener(ISourceSetListener pSourceSetListener)
pSourceSetListener
- the source set listener object to be removedaddSourceSetListener(oracle.odi.interfaces.interactive.support.ISourceSetListener)