public class DelegateExpressionTransactionDependentTaskListener extends Object implements TransactionDependentTaskListener
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
expression |
ON_TRANSACTION_COMMITTED, ON_TRANSACTION_COMMITTING, ON_TRANSACTION_ROLLED_BACKEVENTNAME_ALL_EVENTS, EVENTNAME_ASSIGNMENT, EVENTNAME_COMPLETE, EVENTNAME_CREATE, EVENTNAME_DELETE| Constructor and Description |
|---|
DelegateExpressionTransactionDependentTaskListener(Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionText()
returns the expression text for this task listener.
|
void |
notify(String processInstanceId,
String executionId,
Task task,
Map<String,Object> executionVariables,
Map<String,Object> customPropertiesMap) |
protected Expression expression
public DelegateExpressionTransactionDependentTaskListener(Expression expression)
public void notify(String processInstanceId, String executionId, Task task, Map<String,Object> executionVariables, Map<String,Object> customPropertiesMap)
notify in interface TransactionDependentTaskListenerpublic String getExpressionText()
Copyright © 2010–2018 Alfresco. All rights reserved.