wt.workflow.engine
Class StandardWfEngineService.RestoreState

java.lang.Object
  extended bywt.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.


Field Summary
private  WfActivity activity
           
private  WfTransition transition
           
 
Constructor Summary
StandardWfEngineService.RestoreState(WfActivity activity)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activity

private WfActivity activity

transition

private WfTransition transition
Constructor Detail

StandardWfEngineService.RestoreState

public StandardWfEngineService.RestoreState(WfActivity activity)
Method Detail

run

public void run()
Specified by:
run in interface Runnable