wt.workflow.engine
Class StandardWfEngineService.ChangeState
java.lang.Object
wt.workflow.engine.StandardWfEngineService.ChangeState
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- StandardWfEngineService
- class StandardWfEngineService.ChangeState
- extends Object
- implements Runnable
Runnable class that implements the state transition. Among other things, it is used
to abort objects that has thrown exceptions. 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 |
processList
private WTCollection processList
transition
private WfTransition transition
propagate
private boolean propagate
StandardWfEngineService.ChangeState
public StandardWfEngineService.ChangeState(WfExecutionObject exec_obj,
WfTransition transition,
boolean propagate)
StandardWfEngineService.ChangeState
public StandardWfEngineService.ChangeState(WTCollection collection,
WfTransition transition,
boolean propagate)
run
public void run()
- Specified by:
run
in interface Runnable