Class TransactionDependentExecutionListenerExecutionScope


  • public class TransactionDependentExecutionListenerExecutionScope
    extends Object
    • Field Detail

      • processInstanceId

        protected final String processInstanceId
      • executionId

        protected final String executionId
      • executionVariables

        protected final Map<String,​Object> executionVariables
      • customPropertiesMap

        protected final Map<String,​Object> customPropertiesMap
    • Constructor Detail

      • TransactionDependentExecutionListenerExecutionScope

        public TransactionDependentExecutionListenerExecutionScope​(String processInstanceId,
                                                                   String executionId,
                                                                   FlowElement flowElement,
                                                                   Map<String,​Object> executionVariables,
                                                                   Map<String,​Object> customPropertiesMap)
    • Method Detail

      • getProcessInstanceId

        public String getProcessInstanceId()
      • getExecutionId

        public String getExecutionId()
      • getExecutionVariables

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

        public Map<String,​Object> getCustomPropertiesMap()