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. undoMethods in org.pentaho.di.base that return TransAction Modifier and Type Method Description TransActionAbstractMeta. nextUndo()TransActionAbstractMeta. previousUndo()TransActionAbstractMeta. viewNextUndo()TransActionAbstractMeta. viewPreviousUndo()TransActionAbstractMeta. 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 TransActionUndoInterface. nextUndo()Get the next undo transaction on the list.TransActionUndoInterface. previousUndo()Get the previous undo operation and change the undo pointerTransActionUndoInterface. viewNextUndo()Get the next undo transaction on the list.TransActionUndoInterface. viewPreviousUndo()View previous undo, don't change undo positionTransActionUndoInterface. viewThisUndo()View current undo, don't change undo position
-