jpl.mipl.pgs.jbpm.action
Class ActionUponTransition
java.lang.Object
jpl.mipl.pgs.jbpm.action.ActionUponTransition
- All Implemented Interfaces:
- Serializable, org.jbpm.graph.def.ActionHandler
Deprecated. This class is intended to be used for debugging only.
public class ActionUponTransition
- extends Object
- implements org.jbpm.graph.def.ActionHandler
To define an exection to be taken when transitioning from one node
to another.
- Author:
- rrp
- See Also:
- Serialized Form
|
Method Summary |
void |
execute(org.jbpm.graph.exe.ExecutionContext executionContext)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionUponTransition
public ActionUponTransition()
- Deprecated.
execute
public void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
throws Exception
- Deprecated.
- Specified by:
execute in interface org.jbpm.graph.def.ActionHandler
- Throws:
Exception