Package | Description |
---|---|
org.pentaho.di.base | |
org.pentaho.di.core.gui |
Modifier and Type | Field and Description |
---|---|
protected List<TransAction> |
AbstractMeta.undo |
Modifier and Type | Method and Description |
---|---|
TransAction |
AbstractMeta.nextUndo() |
TransAction |
AbstractMeta.previousUndo() |
TransAction |
AbstractMeta.viewNextUndo() |
TransAction |
AbstractMeta.viewPreviousUndo() |
TransAction |
AbstractMeta.viewThisUndo()
View current undo, don't change undo position
|
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
|
Copyright © 2018 Hitachi Vantara. All rights reserved.