public class TransactionDependentTaskListenerExecutionScope extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
customPropertiesMap |
protected String |
executionId |
protected Map<String,Object> |
executionVariables |
protected String |
processInstanceId |
protected Task |
task |
| Constructor and Description |
|---|
TransactionDependentTaskListenerExecutionScope(String processInstanceId,
String executionId,
Task task,
Map<String,Object> executionVariables,
Map<String,Object> customPropertiesMap) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getCustomPropertiesMap() |
String |
getExecutionId() |
Map<String,Object> |
getExecutionVariables() |
String |
getProcessInstanceId() |
Task |
getTask() |
Copyright © 2010–2018 Alfresco. All rights reserved.