Class TransactionDependentTaskListenerExecutionScope


  • public class TransactionDependentTaskListenerExecutionScope
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.String,​java.lang.Object> customPropertiesMap  
      protected java.lang.String executionId  
      protected java.util.Map<java.lang.String,​java.lang.Object> executionVariables  
      protected java.lang.String processInstanceId  
      protected org.activiti.bpmn.model.Task task  
    • Constructor Summary

      Constructors 
      Constructor Description
      TransactionDependentTaskListenerExecutionScope​(java.lang.String processInstanceId, java.lang.String executionId, org.activiti.bpmn.model.Task task, java.util.Map<java.lang.String,​java.lang.Object> executionVariables, java.util.Map<java.lang.String,​java.lang.Object> customPropertiesMap)  
    • Field Detail

      • processInstanceId

        protected final java.lang.String processInstanceId
      • executionId

        protected final java.lang.String executionId
      • task

        protected final org.activiti.bpmn.model.Task task
      • 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

      • TransactionDependentTaskListenerExecutionScope

        public TransactionDependentTaskListenerExecutionScope​(java.lang.String processInstanceId,
                                                              java.lang.String executionId,
                                                              org.activiti.bpmn.model.Task task,
                                                              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()
      • getTask

        public org.activiti.bpmn.model.Task getTask()
      • getExecutionVariables

        public java.util.Map<java.lang.String,​java.lang.Object> getExecutionVariables()
      • getCustomPropertiesMap

        public java.util.Map<java.lang.String,​java.lang.Object> getCustomPropertiesMap()