org.jbpm.sim.jpdl
Class SimulationUserCodeInterceptor
java.lang.Object
org.jbpm.sim.jpdl.SimulationUserCodeInterceptor
- All Implemented Interfaces:
- org.jbpm.instantiation.UserCodeInterceptor
public class SimulationUserCodeInterceptor
- extends java.lang.Object
- implements org.jbpm.instantiation.UserCodeInterceptor
|
Method Summary |
void |
executeAction(org.jbpm.graph.def.Action action,
org.jbpm.graph.exe.ExecutionContext executionContext)
|
void |
executeAssignment(org.jbpm.taskmgmt.def.AssignmentHandler assignmentHandler,
org.jbpm.taskmgmt.exe.Assignable assignable,
org.jbpm.graph.exe.ExecutionContext executionContext)
|
void |
executeTaskControllerInitialization(org.jbpm.taskmgmt.def.TaskControllerHandler taskControllerHandler,
org.jbpm.taskmgmt.exe.TaskInstance taskInstance,
org.jbpm.context.exe.ContextInstance contextInstance,
org.jbpm.graph.exe.Token token)
|
void |
executeTaskControllerSubmission(org.jbpm.taskmgmt.def.TaskControllerHandler taskControllerHandler,
org.jbpm.taskmgmt.exe.TaskInstance taskInstance,
org.jbpm.context.exe.ContextInstance contextInstance,
org.jbpm.graph.exe.Token token)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimulationUserCodeInterceptor
public SimulationUserCodeInterceptor()
executeAction
public void executeAction(org.jbpm.graph.def.Action action,
org.jbpm.graph.exe.ExecutionContext executionContext)
throws java.lang.Exception
- Specified by:
executeAction in interface org.jbpm.instantiation.UserCodeInterceptor
- Throws:
java.lang.Exception
executeAssignment
public void executeAssignment(org.jbpm.taskmgmt.def.AssignmentHandler assignmentHandler,
org.jbpm.taskmgmt.exe.Assignable assignable,
org.jbpm.graph.exe.ExecutionContext executionContext)
throws java.lang.Exception
- Specified by:
executeAssignment in interface org.jbpm.instantiation.UserCodeInterceptor
- Throws:
java.lang.Exception
executeTaskControllerInitialization
public void executeTaskControllerInitialization(org.jbpm.taskmgmt.def.TaskControllerHandler taskControllerHandler,
org.jbpm.taskmgmt.exe.TaskInstance taskInstance,
org.jbpm.context.exe.ContextInstance contextInstance,
org.jbpm.graph.exe.Token token)
- Specified by:
executeTaskControllerInitialization in interface org.jbpm.instantiation.UserCodeInterceptor
executeTaskControllerSubmission
public void executeTaskControllerSubmission(org.jbpm.taskmgmt.def.TaskControllerHandler taskControllerHandler,
org.jbpm.taskmgmt.exe.TaskInstance taskInstance,
org.jbpm.context.exe.ContextInstance contextInstance,
org.jbpm.graph.exe.Token token)
- Specified by:
executeTaskControllerSubmission in interface org.jbpm.instantiation.UserCodeInterceptor
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.