Class DelegateExpressionCaseVariableListener
java.lang.Object
org.camunda.bpm.engine.impl.variable.listener.DelegateExpressionCaseVariableListener
- All Implemented Interfaces:
CaseVariableListener
,VariableListener<DelegateCaseVariableInstance>
- Author:
- Thorben Lindhauer
-
Field Summary
Fields inherited from interface org.camunda.bpm.engine.delegate.CaseVariableListener
CREATE, DELETE, UPDATE
-
Constructor Summary
ConstructorDescriptionDelegateExpressionCaseVariableListener
(Expression expression, List<FieldDeclaration> fieldDeclarations) -
Method Summary
Modifier and TypeMethodDescriptionreturns the expression text for this execution listener.void
notify
(DelegateCaseVariableInstance variableInstance)
-
Field Details
-
expression
-
-
Constructor Details
-
DelegateExpressionCaseVariableListener
public DelegateExpressionCaseVariableListener(Expression expression, List<FieldDeclaration> fieldDeclarations)
-
-
Method Details
-
notify
- Specified by:
notify
in interfaceCaseVariableListener
- Specified by:
notify
in 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
-