Class TransactionDependentExecutionListenerExecutionScope
- java.lang.Object
-
- org.activiti.engine.impl.bpmn.listener.TransactionDependentExecutionListenerExecutionScope
-
public class TransactionDependentExecutionListenerExecutionScope extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Object>customPropertiesMapprotected StringexecutionIdprotected Map<String,Object>executionVariablesprotected FlowElementflowElementprotected StringprocessInstanceId
-
Constructor Summary
Constructors Constructor Description TransactionDependentExecutionListenerExecutionScope(String processInstanceId, String executionId, FlowElement flowElement, Map<String,Object> executionVariables, Map<String,Object> customPropertiesMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getCustomPropertiesMap()StringgetExecutionId()Map<String,Object>getExecutionVariables()FlowElementgetFlowElement()StringgetProcessInstanceId()
-
-
-
Field Detail
-
processInstanceId
protected final String processInstanceId
-
executionId
protected final String executionId
-
flowElement
protected final FlowElement flowElement
-
-
Method Detail
-
getProcessInstanceId
public String getProcessInstanceId()
-
getExecutionId
public String getExecutionId()
-
getFlowElement
public FlowElement getFlowElement()
-
-