Modifier and Type | Field and Description |
---|---|
protected EventSubscriptionDeclaration |
ThrowSignalEventActivityBehavior.signalDefinition |
Constructor and Description |
---|
ThrowSignalEventActivityBehavior(EventSubscriptionDeclaration signalDefinition) |
Modifier and Type | Method and Description |
---|---|
protected void |
BpmnDeployer.addConditionalStartEventSubscription(EventSubscriptionDeclaration conditionalEventDefinition,
ProcessDefinitionEntity processDefinition) |
protected void |
BpmnDeployer.addEventSubscription(ProcessDefinitionEntity processDefinition,
EventSubscriptionDeclaration eventDefinition) |
protected void |
BpmnDeployer.addMessageStartEventSubscription(EventSubscriptionDeclaration messageEventDefinition,
ProcessDefinitionEntity processDefinition) |
protected void |
BpmnDeployer.addSignalStartEventSubscription(EventSubscriptionDeclaration signalEventDefinition,
ProcessDefinitionEntity processDefinition) |
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.
|
protected boolean |
BpmnDeployer.isSameMessageEventSubscriptionAlreadyPresent(EventSubscriptionDeclaration eventSubscription,
String tenantId) |
protected boolean |
BpmnDeployer.isSubscriptionOfDifferentTypeAsDeclaration(EventSubscriptionEntity subscriptionEntity,
EventSubscriptionDeclaration declaration) |
Modifier and Type | Field and Description |
---|---|
static PropertyMapKey<String,EventSubscriptionDeclaration> |
BpmnProperties.EVENT_SUBSCRIPTION_DECLARATIONS
Declaration indexed by activity that is triggered by the event; assumes that there is at most one such declaration per activity.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionalEventDefinition
Represents the conditional event definition corresponding to the
ConditionalEvent defined by the BPMN 2.0 spec.
|
Modifier and Type | Method and Description |
---|---|
protected EventSubscriptionDeclaration |
BpmnParse.parseMessageEventDefinition(Element messageEventDefinition) |
protected EventSubscriptionDeclaration |
BpmnParse.parseSignalEventDefinition(Element signalEventDefinitionElement,
boolean isThrowing)
Parses the Signal Event Definition XML including payload definition.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,EventSubscriptionDeclaration> |
EventSubscriptionDeclaration.getDeclarationsForScope(PvmScope scope) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
BpmnParse.hasMultipleConditionalEventDefinitionsWithSameCondition(EventSubscriptionDeclaration subscription,
Collection<EventSubscriptionDeclaration> eventDefinitions) |
protected boolean |
BpmnParse.hasMultipleEventDefinitionsWithSameName(EventSubscriptionDeclaration subscription,
Collection<EventSubscriptionDeclaration> eventDefinitions,
String eventType) |
protected boolean |
BpmnParse.hasMultipleMessageEventDefinitionsWithSameName(EventSubscriptionDeclaration subscription,
Collection<EventSubscriptionDeclaration> eventDefinitions) |
protected boolean |
BpmnParse.hasMultipleSignalEventDefinitionsWithSameName(EventSubscriptionDeclaration subscription,
Collection<EventSubscriptionDeclaration> eventDefinitions) |
Modifier and Type | Field and Description |
---|---|
protected EventSubscriptionDeclaration |
EventSubscriptionJobDeclaration.eventSubscriptionDeclaration |
Constructor and Description |
---|
EventSubscriptionJobDeclaration(EventSubscriptionDeclaration eventSubscriptionDeclaration) |
Modifier and Type | Field and Description |
---|---|
protected EventSubscriptionDeclaration |
MigratingEventSubscriptionInstance.eventSubscriptionDeclaration |
protected EventSubscriptionDeclaration |
MigratingEventSubscriptionInstance.targetDeclaration |
Constructor and Description |
---|
MigratingEventSubscriptionInstance(EventSubscriptionDeclaration eventSubscriptionDeclaration) |
MigratingEventSubscriptionInstance(EventSubscriptionEntity eventSubscriptionEntity,
ScopeImpl targetScope,
boolean updateEvent,
EventSubscriptionDeclaration targetDeclaration) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,EventSubscriptionDeclaration> |
EventSubscriptionInstanceHandler.getDeclarationsByTriggeringActivity(ScopeImpl eventScope) |
Modifier and Type | Method and Description |
---|---|
protected void |
EventSubscriptionInstanceHandler.addEmergingEventSubscriptions(MigratingActivityInstance owningInstance,
Map<String,EventSubscriptionDeclaration> targetDeclarations) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultConditionHandler.isConditionStartEvent(EventSubscriptionDeclaration declaration) |
protected boolean |
DefaultCorrelationHandler.isMessageStartEventWithName(EventSubscriptionDeclaration declaration,
String messageName) |
Copyright © 2022. All rights reserved.