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