Class DelegateExpressionCaseVariableListener
java.lang.Object
org.camunda.bpm.engine.impl.variable.listener.DelegateExpressionCaseVariableListener
- All Implemented Interfaces:
CaseVariableListener,VariableListener<DelegateCaseVariableInstance>
- Author:
- Thorben Lindhauer
-
Field Summary
FieldsFields inherited from interface org.camunda.bpm.engine.delegate.CaseVariableListener
CREATE, DELETE, UPDATE -
Constructor Summary
ConstructorsConstructorDescriptionDelegateExpressionCaseVariableListener(Expression expression, List<FieldDeclaration> fieldDeclarations) -
Method Summary
Modifier and TypeMethodDescriptionreturns the expression text for this execution listener.voidnotify(DelegateCaseVariableInstance variableInstance)
-
Field Details
-
expression
-
-
Constructor Details
-
DelegateExpressionCaseVariableListener
public DelegateExpressionCaseVariableListener(Expression expression, List<FieldDeclaration> fieldDeclarations)
-
-
Method Details
-
notify
- Specified by:
notifyin interfaceCaseVariableListener- Specified by:
notifyin interfaceVariableListener<DelegateCaseVariableInstance>- Throws:
Exception
-
getExpressionText
returns the expression text for this execution listener. Comes in handy if you want to check which listeners you already have. -
getFieldDeclarations
-