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