Class DelegateExpressionCaseExecutionListener
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmmn.listener.DelegateExpressionCaseExecutionListener
-
- All Implemented Interfaces:
CaseExecutionListener
,DelegateListener<DelegateCaseExecution>
public class DelegateExpressionCaseExecutionListener extends java.lang.Object implements CaseExecutionListener
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected Expression
expression
-
Fields 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 Constructor Description DelegateExpressionCaseExecutionListener(Expression expression, java.util.List<FieldDeclaration> fieldDeclarations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getExpressionText()
returns the expression text for this execution listener.java.util.List<FieldDeclaration>
getFieldDeclarations()
void
notify(DelegateCaseExecution caseExecution)
-
-
-
Field Detail
-
expression
protected Expression expression
-
-
Constructor Detail
-
DelegateExpressionCaseExecutionListener
public DelegateExpressionCaseExecutionListener(Expression expression, java.util.List<FieldDeclaration> fieldDeclarations)
-
-
Method Detail
-
notify
public void notify(DelegateCaseExecution caseExecution) throws java.lang.Exception
- Specified by:
notify
in interfaceCaseExecutionListener
- Specified by:
notify
in interfaceDelegateListener<DelegateCaseExecution>
- Throws:
java.lang.Exception
-
getExpressionText
public java.lang.String getExpressionText()
returns the expression text for this execution listener. Comes in handy if you want to check which listeners you already have.
-
getFieldDeclarations
public java.util.List<FieldDeclaration> getFieldDeclarations()
-
-