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

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

public class ExpressionCaseExecutionListener
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
ExpressionCaseExecutionListener(Expression expression)
           
 
Method Summary
 String getExpressionText()
          Returns the expression text for this execution listener.
 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

ExpressionCaseExecutionListener

public ExpressionCaseExecutionListener(Expression expression)
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.



Copyright © 2015 camunda services GmbH. All rights reserved.