Class DelegateExpressionTransactionDependentExecutionListener
- java.lang.Object
-
- org.activiti.engine.impl.bpmn.listener.DelegateExpressionTransactionDependentExecutionListener
-
- All Implemented Interfaces:
java.io.Serializable,BaseExecutionListener,TransactionDependentExecutionListener
public class DelegateExpressionTransactionDependentExecutionListener extends java.lang.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 java.lang.StringgetExpressionText()returns the expression text for this execution listener.voidnotify(java.lang.String processInstanceId, java.lang.String executionId, org.activiti.bpmn.model.FlowElement flowElement, java.util.Map<java.lang.String,java.lang.Object> executionVariables, java.util.Map<java.lang.String,java.lang.Object> customPropertiesMap)
-
-
-
Field Detail
-
expression
protected Expression expression
-
-
Constructor Detail
-
DelegateExpressionTransactionDependentExecutionListener
public DelegateExpressionTransactionDependentExecutionListener(Expression expression)
-
-
Method Detail
-
notify
public void notify(java.lang.String processInstanceId, java.lang.String executionId, org.activiti.bpmn.model.FlowElement flowElement, java.util.Map<java.lang.String,java.lang.Object> executionVariables, java.util.Map<java.lang.String,java.lang.Object> customPropertiesMap)- Specified by:
notifyin interfaceTransactionDependentExecutionListener
-
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.
-
-