| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.bpmn.parser | |
| org.camunda.bpm.engine.impl.el | |
| org.camunda.bpm.engine.impl.scripting | 
| Modifier and Type | Field and Description | 
|---|---|
protected Condition | 
ConditionalEventDefinition.condition  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Condition | 
BpmnParse.parseConditionExpression(Element conditionExprElement,
                        String ancestorElementId)  | 
| Constructor and Description | 
|---|
ConditionalEventDefinition(Condition condition,
                          ActivityImpl conditionalActivity)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UelExpressionCondition
Condition that resolves an UEL expression at runtime. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ScriptCondition
A  
Condition which invokes a ExecutableScript when evaluated. | 
Copyright © 2019. All rights reserved.