Class BaseCommandContextEventsAggregator<E,​L extends org.activiti.engine.impl.interceptor.CommandContextCloseListener>

  • Direct Known Subclasses:
    ProcessEngineEventsAggregator

    public abstract class BaseCommandContextEventsAggregator<E,​L extends org.activiti.engine.impl.interceptor.CommandContextCloseListener>
    extends Object
    • Constructor Detail

      • BaseCommandContextEventsAggregator

        public BaseCommandContextEventsAggregator()
    • Method Detail

      • add

        public void add​(E element)
      • getCloseListenerClass

        protected abstract Class<L> getCloseListenerClass()
      • getCloseListener

        protected abstract L getCloseListener()
      • getAttributeKey

        protected abstract String getAttributeKey()
      • getCurrentCommandContext

        protected org.activiti.engine.impl.interceptor.CommandContext getCurrentCommandContext()