Class ProcessRuntimeConfigurationImpl

  • All Implemented Interfaces:
    org.activiti.api.process.runtime.conf.ProcessRuntimeConfiguration

    public class ProcessRuntimeConfigurationImpl
    extends java.lang.Object
    implements org.activiti.api.process.runtime.conf.ProcessRuntimeConfiguration
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessRuntimeConfigurationImpl​(java.util.List<org.activiti.api.process.runtime.events.listener.ProcessRuntimeEventListener<?>> processRuntimeEventListeners, java.util.List<org.activiti.api.runtime.shared.events.VariableEventListener<?>> variableEventListeners)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.activiti.api.process.runtime.events.listener.ProcessRuntimeEventListener<?>> processEventListeners()  
      java.util.List<org.activiti.api.runtime.shared.events.VariableEventListener<?>> variableEventListeners()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProcessRuntimeConfigurationImpl

        public ProcessRuntimeConfigurationImpl​(java.util.List<org.activiti.api.process.runtime.events.listener.ProcessRuntimeEventListener<?>> processRuntimeEventListeners,
                                               java.util.List<org.activiti.api.runtime.shared.events.VariableEventListener<?>> variableEventListeners)
    • Method Detail

      • processEventListeners

        public java.util.List<org.activiti.api.process.runtime.events.listener.ProcessRuntimeEventListener<?>> processEventListeners()
        Specified by:
        processEventListeners in interface org.activiti.api.process.runtime.conf.ProcessRuntimeConfiguration
      • variableEventListeners

        public java.util.List<org.activiti.api.runtime.shared.events.VariableEventListener<?>> variableEventListeners()
        Specified by:
        variableEventListeners in interface org.activiti.api.process.runtime.conf.ProcessRuntimeConfiguration