org.camunda.bpm.engine.impl.cmmn.listener
Class DelegateExpressionCaseExecutionListener

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmmn.listener.DelegateExpressionCaseExecutionListener
All Implemented Interfaces:
CaseExecutionListener, DelegateListener<DelegateCaseExecution>

public class DelegateExpressionCaseExecutionListener
extends Object
implements CaseExecutionListener

Author:
Roman Smirnov

Field Summary
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
DelegateExpressionCaseExecutionListener(Expression expression, List<FieldDeclaration> fieldDeclarations)
           
 
Method Summary
 String getExpressionText()
          returns the expression text for this execution listener.
 List<FieldDeclaration> getFieldDeclarations()
           
 void notify(DelegateCaseExecution caseExecution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expression

protected Expression expression
Constructor Detail

DelegateExpressionCaseExecutionListener

public DelegateExpressionCaseExecutionListener(Expression expression,
                                               List<FieldDeclaration> fieldDeclarations)
Method Detail

notify

public void notify(DelegateCaseExecution caseExecution)
            throws Exception
Specified by:
notify in interface CaseExecutionListener
Specified by:
notify in interface DelegateListener<DelegateCaseExecution>
Throws:
Exception

getExpressionText

public 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 List<FieldDeclaration> getFieldDeclarations()


Copyright © 2017 camunda services GmbH. All rights reserved.