| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.bpmn.behavior | |
| org.camunda.bpm.engine.impl.bpmn.parser | 
| Modifier and Type | Field and Description | 
|---|---|
protected ConditionalEventDefinition | 
IntermediateConditionalEventBehavior.conditionalEvent  | 
protected ConditionalEventDefinition | 
BoundaryConditionalEventActivityBehavior.conditionalEvent  | 
protected ConditionalEventDefinition | 
EventSubProcessStartConditionalEventActivityBehavior.conditionalEvent  | 
| Modifier and Type | Method and Description | 
|---|---|
ConditionalEventDefinition | 
IntermediateConditionalEventBehavior.getConditionalEventDefinition()  | 
ConditionalEventDefinition | 
ConditionalEventBehavior.getConditionalEventDefinition()
Returns the current conditional event definition. 
 | 
ConditionalEventDefinition | 
BoundaryConditionalEventActivityBehavior.getConditionalEventDefinition()  | 
ConditionalEventDefinition | 
EventSubProcessStartConditionalEventActivityBehavior.getConditionalEventDefinition()  | 
| Constructor and Description | 
|---|
BoundaryConditionalEventActivityBehavior(ConditionalEventDefinition conditionalEvent)  | 
EventSubProcessStartConditionalEventActivityBehavior(ConditionalEventDefinition conditionalEvent)  | 
IntermediateConditionalEventBehavior(ConditionalEventDefinition conditionalEvent,
                                    boolean isAfterEventBasedGateway)  | 
| 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 © 2019. All rights reserved.