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 CaseVariableListener
notify
in interface VariableListener<DelegateCaseVariableInstance>
Exception
public String getExpressionText()
public List<FieldDeclaration> getFieldDeclarations()
Copyright © 2019. All rights reserved.