Class TransactionDependentExecutionListenerExecutionScope


  • public class TransactionDependentExecutionListenerExecutionScope
    extends java.lang.Object
    • 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)  
    • 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()