Uses of Class
org.pentaho.di.core.undo.TransAction

Packages that use TransAction
org.pentaho.di.core.gui   
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.ui.spoon.delegates   
 

Uses of TransAction in org.pentaho.di.core.gui
 

Methods in org.pentaho.di.core.gui that return TransAction
 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
 

Uses of TransAction in org.pentaho.di.job
 

Methods in org.pentaho.di.job that return TransAction
 TransAction JobMeta.nextUndo()
           
 TransAction JobMeta.previousUndo()
           
 TransAction JobMeta.viewNextUndo()
           
 TransAction JobMeta.viewPreviousUndo()
           
 TransAction JobMeta.viewThisUndo()
          View current undo, don't change undo position
 

Uses of TransAction in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return TransAction
 TransAction TransMeta.nextUndo()
          Gets the next undo transaction on the list.
 TransAction TransMeta.previousUndo()
          Gets the previous undo operation and change the undo pointer.
 TransAction TransMeta.viewNextUndo()
          Gets the next undo transaction on the list.
 TransAction TransMeta.viewPreviousUndo()
          Views previous undo action.
 TransAction TransMeta.viewThisUndo()
          Views current undo action.
 

Uses of TransAction in org.pentaho.di.ui.spoon.delegates
 

Methods in org.pentaho.di.ui.spoon.delegates with parameters of type TransAction
 void SpoonJobDelegate.redoJobAction(JobMeta jobMeta, TransAction transAction)
           
 void SpoonTransformationDelegate.redoTransformationAction(TransMeta transMeta, TransAction transAction)
           
 void SpoonJobDelegate.undoJobAction(JobMeta jobMeta, TransAction transAction)
           
 void SpoonTransformationDelegate.undoTransformationAction(TransMeta transMeta, TransAction transAction)