Class CaseExecutionListenerInvocation
java.lang.Object
org.camunda.bpm.engine.impl.delegate.DelegateInvocation
org.camunda.bpm.engine.impl.cmmn.delegate.CaseExecutionListenerInvocation
Class handling invocations of ExecutionListeners
- Author:
- Roman Smirnov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DelegateCaseExecution
protected final CaseExecutionListener
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
-
Constructor Summary
ConstructorsConstructorDescriptionCaseExecutionListenerInvocation
(CaseExecutionListener listenerInstance, DelegateCaseExecution caseExecution) -
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, getInvocationResult, proceed
-
Field Details
-
listenerInstance
-
caseExecution
-
-
Constructor Details
-
CaseExecutionListenerInvocation
public CaseExecutionListenerInvocation(CaseExecutionListener listenerInstance, DelegateCaseExecution caseExecution)
-
-
Method Details
-
invoke
- Specified by:
invoke
in classDelegateInvocation
- Throws:
Exception
-