Class TaskRuntimeConfigurationImpl

  • All Implemented Interfaces:
    org.activiti.api.task.runtime.conf.TaskRuntimeConfiguration

    public class TaskRuntimeConfigurationImpl
    extends java.lang.Object
    implements org.activiti.api.task.runtime.conf.TaskRuntimeConfiguration
    • Constructor Summary

      Constructors 
      Constructor Description
      TaskRuntimeConfigurationImpl​(java.util.List<org.activiti.api.task.runtime.events.listener.TaskRuntimeEventListener<?>> taskRuntimeEventListeners, 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.task.runtime.events.listener.TaskRuntimeEventListener<?>> taskRuntimeEventListeners()  
      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

      • TaskRuntimeConfigurationImpl

        public TaskRuntimeConfigurationImpl​(java.util.List<org.activiti.api.task.runtime.events.listener.TaskRuntimeEventListener<?>> taskRuntimeEventListeners,
                                            java.util.List<org.activiti.api.runtime.shared.events.VariableEventListener<?>> variableEventListeners)
    • Method Detail

      • taskRuntimeEventListeners

        public java.util.List<org.activiti.api.task.runtime.events.listener.TaskRuntimeEventListener<?>> taskRuntimeEventListeners()
        Specified by:
        taskRuntimeEventListeners in interface org.activiti.api.task.runtime.conf.TaskRuntimeConfiguration
      • variableEventListeners

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