Uses of Class
org.pentaho.di.core.undo.TransAction
-
Packages that use TransAction Package Description org.pentaho.di.base org.pentaho.di.core.gui -
-
Uses of TransAction in org.pentaho.di.base
Fields in org.pentaho.di.base with type parameters of type TransAction Modifier and Type Field Description protected List<TransAction>
AbstractMeta. undo
Methods in org.pentaho.di.base that return TransAction Modifier and Type Method Description TransAction
AbstractMeta. nextUndo()
TransAction
AbstractMeta. previousUndo()
TransAction
AbstractMeta. viewNextUndo()
TransAction
AbstractMeta. viewPreviousUndo()
TransAction
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 TransAction Modifier and Type Method Description TransAction
UndoInterface. nextUndo()
Get the next undo transaction on the list.TransAction
UndoInterface. previousUndo()
Get the previous undo operation and change the undo pointerTransAction
UndoInterface. viewNextUndo()
Get the next undo transaction on the list.TransAction
UndoInterface. viewPreviousUndo()
View previous undo, don't change undo positionTransAction
UndoInterface. viewThisUndo()
View current undo, don't change undo position
-