org.camunda.bpm.engine.impl.variable.listener
Class CaseVariableListenerInvocation
java.lang.Object
org.camunda.bpm.engine.impl.delegate.DelegateInvocation
org.camunda.bpm.engine.impl.variable.listener.CaseVariableListenerInvocation
public class CaseVariableListenerInvocation
- extends DelegateInvocation
- Author:
- Thorben Lindhauer
|
Method Summary |
protected void |
invoke()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
variableListenerInstance
protected CaseVariableListener variableListenerInstance
variableInstance
protected DelegateCaseVariableInstance variableInstance
CaseVariableListenerInvocation
public CaseVariableListenerInvocation(CaseVariableListener variableListenerInstance,
DelegateCaseVariableInstance variableInstance)
CaseVariableListenerInvocation
public CaseVariableListenerInvocation(CaseVariableListener variableListenerInstance,
DelegateCaseVariableInstance variableInstance,
BaseDelegateExecution contextExecution)
invoke
protected void invoke()
throws Exception
- Specified by:
invoke in class DelegateInvocation
- Throws:
Exception
Copyright © 2017 camunda services GmbH. All rights reserved.