org.camunda.bpm.engine.impl.variable.listener
Class DelegateExpressionCaseVariableListener

java.lang.Object
  extended by org.camunda.bpm.engine.impl.variable.listener.DelegateExpressionCaseVariableListener
All Implemented Interfaces:
CaseVariableListener, VariableListener<DelegateCaseVariableInstance>

public class DelegateExpressionCaseVariableListener
extends Object
implements CaseVariableListener

Author:
Thorben Lindhauer

Field Summary
protected  Expression expression
           
 
Fields inherited from interface org.camunda.bpm.engine.delegate.CaseVariableListener
CREATE, DELETE, UPDATE
 
Constructor Summary
DelegateExpressionCaseVariableListener(Expression expression, List<FieldDeclaration> fieldDeclarations)
           
 
Method Summary
 String getExpressionText()
          returns the expression text for this execution listener.
 List<FieldDeclaration> getFieldDeclarations()
           
 void notify(DelegateCaseVariableInstance variableInstance)
           
 
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

DelegateExpressionCaseVariableListener

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

notify

public void notify(DelegateCaseVariableInstance variableInstance)
            throws Exception
Specified by:
notify in interface CaseVariableListener
Specified by:
notify in interface VariableListener<DelegateCaseVariableInstance>
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.