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, invocationParameters, invocationResult
 
Constructor Summary
CaseExecutionListenerInvocation(CaseExecutionListener listenerInstance, DelegateCaseExecution caseExecution)
           
 
Method Summary
 Object getTarget()
          returns the target of the current invocation, ie.
protected  void invoke()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getInvocationParameters, 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

getTarget

public Object getTarget()
Description copied from class: DelegateInvocation
returns the target of the current invocation, ie. JavaDelegate, ValueExpression ...

Specified by:
getTarget in class DelegateInvocation


Copyright © 2015 camunda services GmbH. All rights reserved.