Package | Description |
---|---|
org.camunda.bpm.engine.impl.bpmn.behavior | |
org.camunda.bpm.engine.impl.bpmn.deployer | |
org.camunda.bpm.engine.impl.bpmn.parser |
Modifier and Type | Field and Description |
---|---|
protected EventSubscriptionDeclaration |
SignalEndEventActivityBehavior.signalDefinition |
protected EventSubscriptionDeclaration |
IntermediateThrowSignalEventActivityBehavior.signalDefinition |
Modifier and Type | Method and Description |
---|---|
EventSubscriptionDeclaration |
SignalEndEventActivityBehavior.getSignalDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
SignalEndEventActivityBehavior.setSignalDefinition(EventSubscriptionDeclaration signalDefinition) |
Constructor and Description |
---|
IntermediateThrowSignalEventActivityBehavior(EventSubscriptionDeclaration signalDefinition) |
SignalEndEventActivityBehavior(EventSubscriptionDeclaration signalDefinition) |
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 EventSubscriptionDeclaration |
BpmnParse.parseMessageEventDefinition(Element messageEventDefinition) |
protected EventSubscriptionDeclaration |
BpmnParse.parseSignalEventDefinition(Element signalEventDefinitionElement) |
Modifier and Type | Method and Description |
---|---|
static List<EventSubscriptionDeclaration> |
EventSubscriptionDeclaration.getDeclarationsForScope(PvmScope scope) |
Modifier and Type | Method and Description |
---|---|
protected void |
BpmnParse.addEventSubscriptionDeclaration(EventSubscriptionDeclaration subscription,
ScopeImpl scope,
Element element) |
protected void |
BpmnParse.parseEventDefinitionForSubprocess(EventSubscriptionDeclaration subscriptionDeclaration,
ActivityImpl activity,
ScopeImpl catchingScope,
Element element) |
Copyright © 2018. All rights reserved.