| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.bpmn.behavior | |
| 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 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) |
Copyright © 2015. All rights reserved.