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:
-
Field Summary
FieldsFields inherited from interface org.activiti.engine.delegate.BaseExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKEFields inherited from interface org.activiti.engine.delegate.TransactionDependentExecutionListener
ON_TRANSACTION_BEFORE_COMMIT, ON_TRANSACTION_COMMITTED, ON_TRANSACTION_ROLLED_BACK -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
expression
-
-
Constructor Details
-
DelegateExpressionTransactionDependentExecutionListener
-
-
Method Details
-
notify
public void notify(String processInstanceId, String executionId, org.activiti.bpmn.model.FlowElement flowElement, Map<String, Object> executionVariables, Map<String, Object> customPropertiesMap) - Specified by:
notifyin interfaceTransactionDependentExecutionListener
-
getExpressionText
returns the expression text for this execution listener. Comes in handy if you want to check which listeners you already have.
-