SourceDataStore.
A journalized data store is one that has a change data capture capability.public class InterfaceActionJournalizeSourceDataStore extends java.lang.Object implements IInterfaceAction
InteractiveInterfaceHelperWithActions| Constructor and Description |
|---|
InterfaceActionJournalizeSourceDataStore(SourceDataStore pSourceDataStore,
boolean pToBeJournalized)
Deprecated.
Constructor for the journalizing action class.
|
| Modifier and Type | Method and Description |
|---|---|
SourceDataStore |
getSourceDataStore()
Deprecated.
Get the source data store to be journalized.
|
boolean |
isToBeJournalized()
Deprecated.
Return whether the source data store will be journalized.
|
void |
performAction(IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
Deprecated.
Action that is performed on the ODI interface objects.
|
public InterfaceActionJournalizeSourceDataStore(SourceDataStore pSourceDataStore, boolean pToBeJournalized)
pSourceDataStore - The source data store to journalize or un-journalize.pToBeJournalized - If true, the source data store will be journalized, otherwise it will be un-journalized.public SourceDataStore getSourceDataStore()
public boolean isToBeJournalized()
true if the source data store will be journalized,
false if an already journalized data store will have
the journalizing capability removed.public void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
IInterfaceActionperformAction in interface IInterfaceActionpInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instance