Uses of Class
org.pentaho.di.core.undo.TransAction
Packages that use TransAction
-
Uses of TransAction in org.pentaho.di.base
Fields in org.pentaho.di.base with type parameters of type TransActionMethods in org.pentaho.di.base that return TransActionModifier 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
Methods in org.pentaho.di.core.gui that return TransActionModifier 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