Class TransactionDependentExecutionListenerExecutionScope


  • public class TransactionDependentExecutionListenerExecutionScope
    extends Object
    Author:
    Yvo Swillens
    • Field Detail

      • processInstanceId

        protected final String processInstanceId
      • executionId

        protected final String executionId
      • flowElement

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

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

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

      • TransactionDependentExecutionListenerExecutionScope

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

      • getProcessInstanceId

        public String getProcessInstanceId()
      • getExecutionId

        public String getExecutionId()
      • getFlowElement

        public org.flowable.bpmn.model.FlowElement getFlowElement()
      • getExecutionVariables

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

        public Map<String,​Object> getCustomPropertiesMap()