Class TransactionDependentTaskListenerExecutionScope

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

public class TransactionDependentTaskListenerExecutionScope extends Object
  • Field Details

    • processInstanceId

      protected final String processInstanceId
    • executionId

      protected final String executionId
    • task

      protected final Task task
    • executionVariables

      protected final Map<String,Object> executionVariables
    • customPropertiesMap

      protected final Map<String,Object> customPropertiesMap
  • Constructor Details

    • TransactionDependentTaskListenerExecutionScope

      public TransactionDependentTaskListenerExecutionScope(String processInstanceId, String executionId, Task task, Map<String,Object> executionVariables, Map<String,Object> customPropertiesMap)
  • Method Details

    • getProcessInstanceId

      public String getProcessInstanceId()
    • getExecutionId

      public String getExecutionId()
    • getTask

      public Task getTask()
    • getExecutionVariables

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

      public Map<String,Object> getCustomPropertiesMap()