org.camunda.bpm.engine.impl.variable.listener
Class DelegateExpressionCaseVariableListener
java.lang.Object
org.camunda.bpm.engine.impl.variable.listener.DelegateExpressionCaseVariableListener
- All Implemented Interfaces:
- CaseVariableListener, VariableListener<DelegateCaseVariableInstance>
public class DelegateExpressionCaseVariableListener
- extends Object
- implements CaseVariableListener
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expression
protected Expression expression
DelegateExpressionCaseVariableListener
public DelegateExpressionCaseVariableListener(Expression expression,
List<FieldDeclaration> fieldDeclarations)
notify
public void notify(DelegateCaseVariableInstance variableInstance)
throws Exception
- Specified by:
notify in interface CaseVariableListener- Specified by:
notify in interface VariableListener<DelegateCaseVariableInstance>
- Throws:
Exception
getExpressionText
public String getExpressionText()
- returns the expression text for this execution listener. Comes in handy if you want to
check which listeners you already have.
getFieldDeclarations
public List<FieldDeclaration> getFieldDeclarations()
Copyright © 2016 camunda services GmbH. All rights reserved.