Class ExpressionCaseExecutionListener
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.listener.ExpressionCaseExecutionListener
- All Implemented Interfaces:
CaseExecutionListener
,DelegateListener<DelegateCaseExecution>
- Author:
- Roman Smirnov
-
Field Summary
FieldsFields inherited from interface org.camunda.bpm.engine.delegate.CaseExecutionListener
CLOSE, COMPLETE, CREATE, DISABLE, ENABLE, EXIT, MANUAL_START, OCCUR, PARENT_RESUME, PARENT_SUSPEND, PARENT_TERMINATE, RE_ACTIVATE, RE_ENABLE, RESUME, START, SUSPEND, TERMINATE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the expression text for this execution listener.void
notify
(DelegateCaseExecution caseExecution)
-
Field Details
-
expression
-
-
Constructor Details
-
ExpressionCaseExecutionListener
-
-
Method Details
-
notify
- Specified by:
notify
in interfaceCaseExecutionListener
- Specified by:
notify
in interfaceDelegateListener<DelegateCaseExecution>
- Throws:
Exception
-
getExpressionText
Returns the expression text for this execution listener. Comes in handy if you want to check which listeners you already have.
-