Uses of Class
org.pentaho.di.core.undo.TransAction
-
Uses of TransAction in org.pentaho.di.base
Modifier and TypeMethodDescriptionAbstractMeta.nextUndo()
AbstractMeta.previousUndo()
AbstractMeta.viewNextUndo()
AbstractMeta.viewPreviousUndo()
AbstractMeta.viewThisUndo()
View current undo, don't change undo position -
Uses of TransAction in org.pentaho.di.core.gui
Modifier and TypeMethodDescriptionUndoInterface.nextUndo()
Get the next undo transaction on the list.UndoInterface.previousUndo()
Get the previous undo operation and change the undo pointerUndoInterface.viewNextUndo()
Get the next undo transaction on the list.UndoInterface.viewPreviousUndo()
View previous undo, don't change undo positionUndoInterface.viewThisUndo()
View current undo, don't change undo position