Modifier and Type | Method and Description |
---|---|
protected List<EventSubscriptionEntity> |
BpmnDeployer.filterSubscriptionsOfDifferentType(EventSubscriptionDeclaration eventSubscription,
List<EventSubscriptionEntity> subscriptionsForSameMessageName)
It is possible to deploy a process containing a start and intermediate
message event that wait for the same message or to have two processes, one
with a message start event and the other one with a message intermediate
event, that subscribe for the same message.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
BpmnDeployer.isSubscriptionForIntermediateEvent(EventSubscriptionEntity subscriptionEntity) |
protected boolean |
BpmnDeployer.isSubscriptionForStartEvent(EventSubscriptionEntity subscriptionEntity) |
Modifier and Type | Method and Description |
---|---|
protected List<EventSubscriptionEntity> |
BpmnDeployer.filterSubscriptionsOfDifferentType(EventSubscriptionDeclaration eventSubscription,
List<EventSubscriptionEntity> subscriptionsForSameMessageName)
It is possible to deploy a process containing a start and intermediate
message event that wait for the same message or to have two processes, one
with a message start event and the other one with a message intermediate
event, that subscribe for the same message.
|
Modifier and Type | Method and Description |
---|---|
EventSubscriptionEntity |
EventSubscriptionDeclaration.createSubscription(ExecutionEntity execution) |
EventSubscriptionEntity |
EventSubscriptionDeclaration.createSubscriptionForParallelMultiInstance(ExecutionEntity execution) |
Modifier and Type | Method and Description |
---|---|
void |
EventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
CompensationEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
AbstractEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
Modifier and Type | Class and Description |
---|---|
class |
CompensateEventSubscriptionEntity |
class |
MessageEventSubscriptionEntity |
class |
SignalEventSubscriptionEntity |
Modifier and Type | Field and Description |
---|---|
protected List<EventSubscriptionEntity> |
ExecutionEntity.eventSubscriptions |
Modifier and Type | Method and Description |
---|---|
EventSubscriptionEntity |
EventSubscriptionManager.findEventSubscriptionbyId(String id) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionEntity.addEventSubscription(EventSubscriptionEntity eventSubscriptionEntity) |
void |
EventSubscriptionManager.deleteEventSubscription(EventSubscriptionEntity persistentObject) |
void |
EventSubscriptionManager.insert(EventSubscriptionEntity persistentObject) |
void |
ExecutionEntity.removeEventSubscription(EventSubscriptionEntity eventSubscriptionEntity) |
Copyright © 2018. All rights reserved.