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 java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BaseCommandContextEventsAggregator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidadd(E element)protected abstract java.lang.StringgetAttributeKey()protected abstract LgetCloseListener()protected abstract java.lang.Class<L>getCloseListenerClass()protected org.activiti.engine.impl.interceptor.CommandContextgetCurrentCommandContext()
-
-
-
Method Detail
-
add
public void add(E element)
-
getCloseListenerClass
protected abstract java.lang.Class<L> getCloseListenerClass()
-
getCloseListener
protected abstract L getCloseListener()
-
getAttributeKey
protected abstract java.lang.String getAttributeKey()
-
getCurrentCommandContext
protected org.activiti.engine.impl.interceptor.CommandContext getCurrentCommandContext()
-
-