org.camunda.bpm.engine.impl.cmmn.delegate
Class CaseExecutionListenerInvocation

java.lang.Object
  extended by org.camunda.bpm.engine.impl.delegate.DelegateInvocation
      extended by org.camunda.bpm.engine.impl.cmmn.delegate.CaseExecutionListenerInvocation

public class CaseExecutionListenerInvocation
extends DelegateInvocation

Class handling invocations of ExecutionListeners

Author:
Roman Smirnov

Field Summary
protected  DelegateCaseExecution caseExecution
           
protected  CaseExecutionListener listenerInstance
           
 
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
 
Constructor Summary
CaseExecutionListenerInvocation(CaseExecutionListener listenerInstance, DelegateCaseExecution caseExecution)
           
 
Method Summary
protected  void invoke()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, getInvocationResult, proceed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listenerInstance

protected final CaseExecutionListener listenerInstance

caseExecution

protected final DelegateCaseExecution caseExecution
Constructor Detail

CaseExecutionListenerInvocation

public CaseExecutionListenerInvocation(CaseExecutionListener listenerInstance,
                                       DelegateCaseExecution caseExecution)
Method Detail

invoke

protected void invoke()
               throws Exception
Specified by:
invoke in class DelegateInvocation
Throws:
Exception


Copyright © 2016 camunda services GmbH. All rights reserved.