Class ProcessEngineEventsAggregator
- java.lang.Object
-
- org.activiti.cloud.services.events.listeners.BaseCommandContextEventsAggregator<CloudRuntimeEvent<?,?>,MessageProducerCommandContextCloseListener>
-
- org.activiti.cloud.services.events.listeners.ProcessEngineEventsAggregator
-
public class ProcessEngineEventsAggregator extends BaseCommandContextEventsAggregator<CloudRuntimeEvent<?,?>,MessageProducerCommandContextCloseListener>
-
-
Constructor Summary
Constructors Constructor Description ProcessEngineEventsAggregator(MessageProducerCommandContextCloseListener closeListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(CloudRuntimeEvent<?,?> element)protected org.activiti.engine.impl.context.ExecutionContextcreateExecutionContext(org.activiti.engine.impl.persistence.entity.ExecutionEntity executionEntity)protected ExecutionContextInfoAppendercreateExecutionContextInfoAppender(org.activiti.engine.impl.context.ExecutionContext executionContext)protected StringgetAttributeKey()protected MessageProducerCommandContextCloseListenergetCloseListener()protected Class<MessageProducerCommandContextCloseListener>getCloseListenerClass()protected voidmayBeAddRootExecutionContext(org.activiti.engine.impl.interceptor.CommandContext commandContext, org.activiti.engine.impl.persistence.entity.ExecutionEntity executionEntity)protected org.activiti.engine.impl.context.ExecutionContextresolveExecutionContext(org.activiti.engine.impl.interceptor.CommandContext commandContext, String executionId)protected StringresolveExecutionId(CloudRuntimeEvent<?,?> element)-
Methods inherited from class org.activiti.cloud.services.events.listeners.BaseCommandContextEventsAggregator
getCurrentCommandContext
-
-
-
-
Constructor Detail
-
ProcessEngineEventsAggregator
public ProcessEngineEventsAggregator(MessageProducerCommandContextCloseListener closeListener)
-
-
Method Detail
-
getCloseListenerClass
protected Class<MessageProducerCommandContextCloseListener> getCloseListenerClass()
- Specified by:
getCloseListenerClassin classBaseCommandContextEventsAggregator<CloudRuntimeEvent<?,?>,MessageProducerCommandContextCloseListener>
-
getCloseListener
protected MessageProducerCommandContextCloseListener getCloseListener()
- Specified by:
getCloseListenerin classBaseCommandContextEventsAggregator<CloudRuntimeEvent<?,?>,MessageProducerCommandContextCloseListener>
-
getAttributeKey
protected String getAttributeKey()
- Specified by:
getAttributeKeyin classBaseCommandContextEventsAggregator<CloudRuntimeEvent<?,?>,MessageProducerCommandContextCloseListener>
-
add
public void add(CloudRuntimeEvent<?,?> element)
- Overrides:
addin classBaseCommandContextEventsAggregator<CloudRuntimeEvent<?,?>,MessageProducerCommandContextCloseListener>
-
resolveExecutionContext
protected org.activiti.engine.impl.context.ExecutionContext resolveExecutionContext(org.activiti.engine.impl.interceptor.CommandContext commandContext, String executionId)
-
mayBeAddRootExecutionContext
protected void mayBeAddRootExecutionContext(org.activiti.engine.impl.interceptor.CommandContext commandContext, org.activiti.engine.impl.persistence.entity.ExecutionEntity executionEntity)
-
createExecutionContextInfoAppender
protected ExecutionContextInfoAppender createExecutionContextInfoAppender(org.activiti.engine.impl.context.ExecutionContext executionContext)
-
createExecutionContext
protected org.activiti.engine.impl.context.ExecutionContext createExecutionContext(org.activiti.engine.impl.persistence.entity.ExecutionEntity executionEntity)
-
resolveExecutionId
protected String resolveExecutionId(CloudRuntimeEvent<?,?> element)
-
-