Class TaskListenerInvocation
- java.lang.Object
-
- org.camunda.bpm.engine.impl.delegate.DelegateInvocation
-
- org.camunda.bpm.engine.impl.task.delegate.TaskListenerInvocation
-
public class TaskListenerInvocation extends DelegateInvocation
Class handling invocations ofTaskListeners- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected DelegateTaskdelegateTaskprotected TaskListenertaskListenerInstance-
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
-
-
Constructor Summary
Constructors Constructor Description TaskListenerInvocation(TaskListener executionListenerInstance, DelegateTask delegateTask)TaskListenerInvocation(TaskListener taskListenerInstance, DelegateTask delegateTask, BaseDelegateExecution contextExecution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinvoke()-
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, getInvocationResult, proceed
-
-
-
-
Field Detail
-
taskListenerInstance
protected final TaskListener taskListenerInstance
-
delegateTask
protected final DelegateTask delegateTask
-
-
Constructor Detail
-
TaskListenerInvocation
public TaskListenerInvocation(TaskListener executionListenerInstance, DelegateTask delegateTask)
-
TaskListenerInvocation
public TaskListenerInvocation(TaskListener taskListenerInstance, DelegateTask delegateTask, BaseDelegateExecution contextExecution)
-
-
Method Detail
-
invoke
protected void invoke() throws Exception- Specified by:
invokein classDelegateInvocation- Throws:
Exception
-
-