public interface TransactionDependentExecutionListener extends BaseExecutionListener
| Modifier and Type | Field and Description |
|---|---|
static String |
ON_TRANSACTION_BEFORE_COMMIT |
static String |
ON_TRANSACTION_COMMITTED |
static String |
ON_TRANSACTION_ROLLED_BACK |
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE| Modifier and Type | Method and Description |
|---|---|
void |
notify(String processInstanceId,
String executionId,
FlowElement flowElement,
Map<String,Object> executionVariables,
Map<String,Object> customPropertiesMap) |
static final String ON_TRANSACTION_BEFORE_COMMIT
static final String ON_TRANSACTION_COMMITTED
static final String ON_TRANSACTION_ROLLED_BACK
Copyright © 2010–2018 Alfresco. All rights reserved.