org.camunda.bpm.engine.impl.variable.listener
Class CaseVariableListenerInvocation

java.lang.Object
  extended by org.camunda.bpm.engine.impl.delegate.DelegateInvocation
      extended by org.camunda.bpm.engine.impl.variable.listener.CaseVariableListenerInvocation

public class CaseVariableListenerInvocation
extends DelegateInvocation

Author:
Thorben Lindhauer

Field Summary
protected  DelegateCaseVariableInstance variableInstance
           
protected  CaseVariableListener variableListenerInstance
           
 
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, invocationParameters, invocationResult
 
Constructor Summary
CaseVariableListenerInvocation(CaseVariableListener variableListenerInstance, DelegateCaseVariableInstance variableInstance)
           
CaseVariableListenerInvocation(CaseVariableListener variableListenerInstance, DelegateCaseVariableInstance variableInstance, BaseDelegateExecution contextExecution)
           
 
Method Summary
 Object getTarget()
          returns the target of the current invocation, ie.
protected  void invoke()
           
protected  boolean isCaseExecution()
           
 
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

variableListenerInstance

protected CaseVariableListener variableListenerInstance

variableInstance

protected DelegateCaseVariableInstance variableInstance
Constructor Detail

CaseVariableListenerInvocation

public CaseVariableListenerInvocation(CaseVariableListener variableListenerInstance,
                                      DelegateCaseVariableInstance variableInstance)

CaseVariableListenerInvocation

public CaseVariableListenerInvocation(CaseVariableListener variableListenerInstance,
                                      DelegateCaseVariableInstance variableInstance,
                                      BaseDelegateExecution contextExecution)
Method Detail

invoke

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

isCaseExecution

protected boolean isCaseExecution()

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.