public class EventSubscriptionManager extends Object
| Constructor and Description |
|---|
EventSubscriptionManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addEventSubscriptions(ProcessDefinitionEntity processDefinition,
org.flowable.bpmn.model.Process process,
org.flowable.bpmn.model.BpmnModel bpmnModel) |
protected void |
insertEventRegistryEvent(String eventDefinitionKey,
org.flowable.bpmn.model.StartEvent startEvent,
ProcessDefinitionEntity processDefinition,
org.flowable.bpmn.model.BpmnModel bpmnModel) |
protected void |
insertMessageEvent(org.flowable.bpmn.model.MessageEventDefinition messageEventDefinition,
org.flowable.bpmn.model.StartEvent startEvent,
ProcessDefinitionEntity processDefinition,
org.flowable.bpmn.model.BpmnModel bpmnModel) |
protected void |
insertSignalEvent(org.flowable.bpmn.model.SignalEventDefinition signalEventDefinition,
org.flowable.bpmn.model.StartEvent startEvent,
ProcessDefinitionEntity processDefinition,
org.flowable.bpmn.model.BpmnModel bpmnModel) |
protected void |
removeObsoleteEventRegistryEventSubScription(ProcessDefinitionEntity previousProcessDefinition) |
protected void |
removeObsoleteEventSubscriptionsImpl(ProcessDefinitionEntity processDefinition,
String eventHandlerType) |
protected void |
removeObsoleteMessageEventSubscriptions(ProcessDefinitionEntity previousProcessDefinition) |
protected void |
removeObsoleteSignalEventSubScription(ProcessDefinitionEntity previousProcessDefinition) |
protected void removeObsoleteMessageEventSubscriptions(ProcessDefinitionEntity previousProcessDefinition)
protected void removeObsoleteSignalEventSubScription(ProcessDefinitionEntity previousProcessDefinition)
protected void removeObsoleteEventRegistryEventSubScription(ProcessDefinitionEntity previousProcessDefinition)
protected void removeObsoleteEventSubscriptionsImpl(ProcessDefinitionEntity processDefinition, String eventHandlerType)
protected void addEventSubscriptions(ProcessDefinitionEntity processDefinition, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.BpmnModel bpmnModel)
protected void insertSignalEvent(org.flowable.bpmn.model.SignalEventDefinition signalEventDefinition,
org.flowable.bpmn.model.StartEvent startEvent,
ProcessDefinitionEntity processDefinition,
org.flowable.bpmn.model.BpmnModel bpmnModel)
protected void insertMessageEvent(org.flowable.bpmn.model.MessageEventDefinition messageEventDefinition,
org.flowable.bpmn.model.StartEvent startEvent,
ProcessDefinitionEntity processDefinition,
org.flowable.bpmn.model.BpmnModel bpmnModel)
protected void insertEventRegistryEvent(String eventDefinitionKey, org.flowable.bpmn.model.StartEvent startEvent, ProcessDefinitionEntity processDefinition, org.flowable.bpmn.model.BpmnModel bpmnModel)
Copyright © 2020 Flowable. All rights reserved.