|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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()
Get the next undo transaction on the list. |
TransAction |
TransMeta.previousUndo()
Get the previous undo operation and change the undo pointer |
TransAction |
TransMeta.viewNextUndo()
Get the next undo transaction on the list. |
TransAction |
TransMeta.viewPreviousUndo()
View previous undo, don't change undo position |
TransAction |
TransMeta.viewThisUndo()
View current undo, don't change undo position |
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||