Package | Description |
---|---|
org.camunda.bpm.engine.impl.bpmn.behavior | |
org.camunda.bpm.engine.impl.bpmn.helper | |
org.camunda.bpm.engine.impl.bpmn.parser |
Modifier and Type | Field and Description |
---|---|
protected ConditionalEventDefinition |
BoundaryConditionalEventActivityBehavior.conditionalEvent |
protected ConditionalEventDefinition |
IntermediateConditionalEventBehavior.conditionalEvent |
protected ConditionalEventDefinition |
EventSubProcessStartConditionalEventActivityBehavior.conditionalEvent |
Modifier and Type | Method and Description |
---|---|
ConditionalEventDefinition |
ConditionalEventBehavior.getConditionalEventDefinition()
Returns the current conditional event definition.
|
ConditionalEventDefinition |
BoundaryConditionalEventActivityBehavior.getConditionalEventDefinition() |
ConditionalEventDefinition |
IntermediateConditionalEventBehavior.getConditionalEventDefinition() |
ConditionalEventDefinition |
EventSubProcessStartConditionalEventActivityBehavior.getConditionalEventDefinition() |
Constructor and Description |
---|
BoundaryConditionalEventActivityBehavior(ConditionalEventDefinition conditionalEvent) |
EventSubProcessStartConditionalEventActivityBehavior(ConditionalEventDefinition conditionalEvent) |
IntermediateConditionalEventBehavior(ConditionalEventDefinition conditionalEvent,
boolean isAfterEventBasedGateway) |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<ConditionalEventDefinition> |
BpmnProperties.CONDITIONAL_EVENT_DEFINITION |
Modifier and Type | Method and Description |
---|---|
protected ConditionalEventDefinition |
BpmnParse.parseConditionalEventDefinition(Element element,
ActivityImpl conditionalActivity)
Parses the given element and returns an ConditionalEventDefinition object.
|
ConditionalEventDefinition |
BpmnParse.parseConditionalStartEventForEventSubprocess(Element element,
ActivityImpl conditionalActivity,
boolean interrupting)
Parses the given element as conditional start event of an event subprocess.
|
ConditionalEventDefinition |
BpmnParse.parseIntermediateConditionalEventDefinition(Element element,
ActivityImpl conditionalActivity)
Parses the given element as intermediate conditional event.
|
Copyright © 2022. All rights reserved.