Class DelegateExpressionTransactionDependentExecutionListener
- java.lang.Object
-
- org.activiti.engine.impl.bpmn.listener.DelegateExpressionTransactionDependentExecutionListener
-
- All Implemented Interfaces:
Serializable,BaseExecutionListener,TransactionDependentExecutionListener
public class DelegateExpressionTransactionDependentExecutionListener extends Object implements TransactionDependentExecutionListener
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Expressionexpression-
Fields inherited from interface org.activiti.engine.delegate.BaseExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
-
Fields inherited from interface org.activiti.engine.delegate.TransactionDependentExecutionListener
ON_TRANSACTION_BEFORE_COMMIT, ON_TRANSACTION_COMMITTED, ON_TRANSACTION_ROLLED_BACK
-
-
Constructor Summary
Constructors Constructor Description DelegateExpressionTransactionDependentExecutionListener(Expression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpressionText()returns the expression text for this execution listener.voidnotify(String processInstanceId, String executionId, FlowElement flowElement, Map<String,Object> executionVariables, Map<String,Object> customPropertiesMap)
-
-
-
Field Detail
-
expression
protected Expression expression
-
-
Constructor Detail
-
DelegateExpressionTransactionDependentExecutionListener
public DelegateExpressionTransactionDependentExecutionListener(Expression expression)
-
-
Method Detail
-
notify
public void notify(String processInstanceId, String executionId, FlowElement flowElement, Map<String,Object> executionVariables, Map<String,Object> customPropertiesMap)
- Specified by:
notifyin interfaceTransactionDependentExecutionListener
-
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.
-
-