wt.workflow.engine
Class StandardWfEngineService.RestoreState
java.lang.Object
wt.workflow.engine.StandardWfEngineService.RestoreState
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- StandardWfEngineService
- class StandardWfEngineService.RestoreState
- extends Object
- implements Runnable
Runnable class that implements restoring objects associated with an activity.
These objects are typically work items that were deleted after a COMPLETE state transition
that went astray. Needs to be in a different thread so it is not affected by rollbacks.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
activity
private WfActivity activity
transition
private WfTransition transition
StandardWfEngineService.RestoreState
public StandardWfEngineService.RestoreState(WfActivity activity)
run
public void run()
- Specified by:
run
in interface Runnable