Class TransactionDependentExecutionListenerExecutionScope

java.lang.Object
org.activiti.engine.impl.bpmn.listener.TransactionDependentExecutionListenerExecutionScope

public class TransactionDependentExecutionListenerExecutionScope extends Object
  • Field Details

    • processInstanceId

      protected final String processInstanceId
    • executionId

      protected final String executionId
    • flowElement

      protected final org.activiti.bpmn.model.FlowElement flowElement
    • executionVariables

      protected final Map<String,Object> executionVariables
    • customPropertiesMap

      protected final Map<String,Object> customPropertiesMap
  • 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()
    • getExecutionVariables

      public Map<String,Object> getExecutionVariables()
    • getCustomPropertiesMap

      public Map<String,Object> getCustomPropertiesMap()