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 BaseExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKEFields inherited from interface 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
-
getExpressionText
returns the expression text for this execution listener. Comes in handy if you want to check which listeners you already have.
-