public class DelegateExpressionCaseExecutionListener extends Object implements CaseExecutionListener
Modifier and Type | Field and Description |
---|---|
protected Expression |
expression |
CLOSE, COMPLETE, CREATE, DISABLE, ENABLE, EXIT, MANUAL_START, OCCUR, PARENT_RESUME, PARENT_SUSPEND, PARENT_TERMINATE, RE_ACTIVATE, RE_ENABLE, RESUME, START, SUSPEND, TERMINATE
Constructor and Description |
---|
DelegateExpressionCaseExecutionListener(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(DelegateCaseExecution caseExecution) |
protected Expression expression
public DelegateExpressionCaseExecutionListener(Expression expression, List<FieldDeclaration> fieldDeclarations)
public void notify(DelegateCaseExecution caseExecution) throws Exception
notify
in interface CaseExecutionListener
notify
in interface DelegateListener<DelegateCaseExecution>
Exception
public String getExpressionText()
public List<FieldDeclaration> getFieldDeclarations()
Copyright © 2019. All rights reserved.