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 org.flowable.bpmn.model.FlowElement |
flowElement |
protected String |
processInstanceId |
| Constructor and Description |
|---|
TransactionDependentExecutionListenerExecutionScope(String processInstanceId,
String executionId,
org.flowable.bpmn.model.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() |
org.flowable.bpmn.model.FlowElement |
getFlowElement() |
String |
getProcessInstanceId() |
protected final String processInstanceId
protected final String executionId
protected final org.flowable.bpmn.model.FlowElement flowElement
Copyright © 2019 Flowable. All rights reserved.