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) |
protected boolean |
BpmnDeployer.isSubscriptionOfDifferentTypeAsDeclaration(EventSubscriptionEntity subscriptionEntity,
EventSubscriptionDeclaration declaration) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
CommandLogger.debugIgnoringEventSubscription(EventSubscriptionEntity eventSubscription,
String processDefinitionId) |
Modifier and Type | Method and Description |
---|---|
void |
EventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
SignalEventHandler.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) |
void |
AbstractEventHandler.handleIntermediateEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
protected void |
SignalEventHandler.handleStartEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
static EventSubscriptionJobDeclaration |
EventSubscriptionJobDeclaration.findDeclarationForSubscription(EventSubscriptionEntity eventSubscription)
Assumes that an activity has at most one declaration of a eventName + eventType combination.
|
protected MessageEntity |
EventSubscriptionJobDeclaration.newJobInstance(EventSubscriptionEntity eventSubscription) |
protected ExecutionEntity |
EventSubscriptionJobDeclaration.resolveExecution(EventSubscriptionEntity context) |
protected String |
EventSubscriptionJobDeclaration.resolveJobHandlerConfiguration(EventSubscriptionEntity context) |
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.deleteAndFlushEventSubscription(EventSubscriptionEntity persistentObject) |
void |
EventSubscriptionManager.deleteEventSubscription(EventSubscriptionEntity persistentObject) |
void |
EventSubscriptionManager.insert(EventSubscriptionEntity persistentObject) |
protected boolean |
EventSubscriptionManager.matchesSubscription(EventSubscriptionEntity subscription,
String type,
String eventName) |
void |
ExecutionEntity.removeEventSubscription(EventSubscriptionEntity eventSubscriptionEntity) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionEntity.restoreProcessInstance(Collection<ExecutionEntity> executions,
Collection<EventSubscriptionEntity> eventSubscriptions,
Collection<VariableInstanceEntity> variables)
Restores a complete process instance tree including referenced entities.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
LegacyBehavior.areEqualEventSubscriptions(EventSubscriptionEntity subscription1,
EventSubscriptionEntity subscription2)
Checks if the parameters are the same apart from the execution id
|
static void |
LegacyBehavior.removeLegacySubscriptionOnParent(ExecutionEntity execution,
EventSubscriptionEntity eventSubscription)
Required for migrating active sequential MI receive tasks.
|
Copyright © 2018. All rights reserved.