Package | Description |
---|---|
org.pentaho.di.core.gui | |
org.pentaho.di.job |
This package contains the different elements that make up a Job.
|
org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
Modifier and Type | Method and Description |
---|---|
TransAction |
UndoInterface.nextUndo()
Get the next undo transaction on the list.
|
TransAction |
UndoInterface.previousUndo()
Get the previous undo operation and change the undo pointer
|
TransAction |
UndoInterface.viewNextUndo()
Get the next undo transaction on the list.
|
TransAction |
UndoInterface.viewPreviousUndo()
View previous undo, don't change undo position
|
TransAction |
UndoInterface.viewThisUndo()
View current undo, don't change undo position
|
Modifier and Type | Method and Description |
---|---|
TransAction |
JobMeta.nextUndo() |
TransAction |
JobMeta.previousUndo() |
TransAction |
JobMeta.viewNextUndo() |
TransAction |
JobMeta.viewPreviousUndo() |
TransAction |
JobMeta.viewThisUndo()
View current undo, don't change undo position
|
Modifier and Type | Method and Description |
---|---|
TransAction |
TransMeta.nextUndo()
Gets the next undo transaction on the list.
|
TransAction |
TransMeta.previousUndo()
Gets the previous undo operation and change the undo pointer.
|
TransAction |
TransMeta.viewNextUndo()
Gets the next undo transaction on the list.
|
TransAction |
TransMeta.viewPreviousUndo()
Views previous undo action.
|
TransAction |
TransMeta.viewThisUndo()
Views current undo action.
|