org.jbpm.sim.jpdl
Class SimulationUserCodeInterceptor
java.lang.Object
org.jbpm.sim.jpdl.SimulationUserCodeInterceptor
- All Implemented Interfaces:
- UserCodeInterceptor
public class SimulationUserCodeInterceptor
- extends java.lang.Object
- implements UserCodeInterceptor
| 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(Action action,
ExecutionContext executionContext)
throws java.lang.Exception
- Specified by:
executeAction in interface UserCodeInterceptor
- Throws:
java.lang.Exception
executeAssignment
public void executeAssignment(AssignmentHandler assignmentHandler,
Assignable assignable,
ExecutionContext executionContext)
throws java.lang.Exception
- Specified by:
executeAssignment in interface UserCodeInterceptor
- Throws:
java.lang.Exception
executeTaskControllerInitialization
public void executeTaskControllerInitialization(TaskControllerHandler taskControllerHandler,
TaskInstance taskInstance,
ContextInstance contextInstance,
Token token)
- Specified by:
executeTaskControllerInitialization in interface UserCodeInterceptor
executeTaskControllerSubmission
public void executeTaskControllerSubmission(TaskControllerHandler taskControllerHandler,
TaskInstance taskInstance,
ContextInstance contextInstance,
Token token)
- Specified by:
executeTaskControllerSubmission in interface UserCodeInterceptor
Copyright © 2010 JBoss Community. All Rights Reserved.