public class DelegateExpressionTransactionDependentExecutionListener extends Object implements TransactionDependentExecutionListener
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
expression |
ON_TRANSACTION_BEFORE_COMMIT, ON_TRANSACTION_COMMITTED, ON_TRANSACTION_ROLLED_BACKEVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE| Constructor and Description |
|---|
DelegateExpressionTransactionDependentExecutionListener(Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionText()
returns the expression text for this execution listener.
|
void |
notify(String processInstanceId,
String executionId,
org.flowable.bpmn.model.FlowElement flowElement,
Map<String,Object> executionVariables,
Map<String,Object> customPropertiesMap) |
protected Expression expression
public DelegateExpressionTransactionDependentExecutionListener(Expression expression)
public void notify(String processInstanceId, String executionId, org.flowable.bpmn.model.FlowElement flowElement, Map<String,Object> executionVariables, Map<String,Object> customPropertiesMap)
notify in interface TransactionDependentExecutionListenerpublic String getExpressionText()
Copyright © 2017 Flowable. All rights reserved.