public class ExpressionCaseExecutionListener 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 |
|---|
ExpressionCaseExecutionListener(Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionText()
Returns the expression text for this execution listener.
|
void |
notify(DelegateCaseExecution caseExecution) |
protected Expression expression
public ExpressionCaseExecutionListener(Expression expression)
public void notify(DelegateCaseExecution caseExecution) throws Exception
notify in interface CaseExecutionListenernotify in interface DelegateListener<DelegateCaseExecution>Exceptionpublic String getExpressionText()
Copyright © 2018 camunda services GmbH. All rights reserved.