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

java.lang.Object
org.activiti.cloud.services.events.listeners.BaseCommandContextEventsAggregator<E,L>
Direct Known Subclasses:
ProcessEngineEventsAggregator

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

    • BaseCommandContextEventsAggregator

      public BaseCommandContextEventsAggregator()
  • Method Details

    • 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()