java.lang.Object
org.activiti.engine.impl.bpmn.listener.TransactionDependentExecutionListenerExecutionScope
public class TransactionDependentExecutionListenerExecutionScope
extends Object
-
Field Summary
Fields
protected final org.activiti.bpmn.model.FlowElement
-
Constructor Summary
Constructors
-
Method Summary
org.activiti.bpmn.model.FlowElement
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
processInstanceId
protected final String processInstanceId
-
executionId
protected final String executionId
-
flowElement
protected final org.activiti.bpmn.model.FlowElement flowElement
-
-
-
Constructor Details
-
TransactionDependentExecutionListenerExecutionScope
public TransactionDependentExecutionListenerExecutionScope(String processInstanceId,
String executionId,
org.activiti.bpmn.model.FlowElement flowElement,
Map<String,Object> executionVariables,
Map<String,Object> customPropertiesMap)
-
Method Details
-
getProcessInstanceId
public String getProcessInstanceId()
-
getExecutionId
public String getExecutionId()
-
getFlowElement
public org.activiti.bpmn.model.FlowElement getFlowElement()
-
-