Class ProcessEngineEventsAggregator
- java.lang.Object
-
- org.activiti.cloud.services.events.listeners.BaseCommandContextEventsAggregator<org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<?,?>,MessageProducerCommandContextCloseListener>
-
- org.activiti.cloud.services.events.listeners.ProcessEngineEventsAggregator
-
public class ProcessEngineEventsAggregator extends BaseCommandContextEventsAggregator<org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<?,?>,MessageProducerCommandContextCloseListener>
-
-
Constructor Summary
Constructors Constructor Description ProcessEngineEventsAggregator(MessageProducerCommandContextCloseListener closeListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(org.activiti.cloud.api.model.shared.events.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 java.lang.StringgetAttributeKey()protected MessageProducerCommandContextCloseListenergetCloseListener()protected java.lang.Class<MessageProducerCommandContextCloseListener>getCloseListenerClass()protected org.activiti.engine.impl.context.ExecutionContextresolveExecutionContext(org.activiti.engine.impl.interceptor.CommandContext commandContext, java.lang.String executionId)protected java.lang.StringresolveExecutionId(org.activiti.cloud.api.model.shared.events.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 java.lang.Class<MessageProducerCommandContextCloseListener> getCloseListenerClass()
- Specified by:
getCloseListenerClassin classBaseCommandContextEventsAggregator<org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<?,?>,MessageProducerCommandContextCloseListener>
-
getCloseListener
protected MessageProducerCommandContextCloseListener getCloseListener()
- Specified by:
getCloseListenerin classBaseCommandContextEventsAggregator<org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<?,?>,MessageProducerCommandContextCloseListener>
-
getAttributeKey
protected java.lang.String getAttributeKey()
- Specified by:
getAttributeKeyin classBaseCommandContextEventsAggregator<org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<?,?>,MessageProducerCommandContextCloseListener>
-
add
public void add(org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<?,?> element)
- Overrides:
addin classBaseCommandContextEventsAggregator<org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<?,?>,MessageProducerCommandContextCloseListener>
-
resolveExecutionContext
protected org.activiti.engine.impl.context.ExecutionContext resolveExecutionContext(org.activiti.engine.impl.interceptor.CommandContext commandContext, java.lang.String executionId)
-
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 java.lang.String resolveExecutionId(org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<?,?> element)
-
-