public class DelegateExpressionCaseVariableListener extends Object implements CaseVariableListener
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
expression |
CREATE, DELETE, UPDATE| Constructor and Description |
|---|
DelegateExpressionCaseVariableListener(Expression expression,
List<FieldDeclaration> fieldDeclarations) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionText()
returns the expression text for this execution listener.
|
List<FieldDeclaration> |
getFieldDeclarations() |
void |
notify(DelegateCaseVariableInstance variableInstance) |
protected Expression expression
public DelegateExpressionCaseVariableListener(Expression expression, List<FieldDeclaration> fieldDeclarations)
public void notify(DelegateCaseVariableInstance variableInstance) throws Exception
notify in interface CaseVariableListenernotify in interface VariableListener<DelegateCaseVariableInstance>Exceptionpublic String getExpressionText()
public List<FieldDeclaration> getFieldDeclarations()
Copyright © 2018 camunda services GmbH. All rights reserved.