| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.cmmn.handler | |
| org.camunda.bpm.model.cmmn.impl.instance | |
| org.camunda.bpm.model.cmmn.instance | 
| Modifier and Type | Method and Description | 
|---|---|
protected CaseControlRule | 
ItemHandler.initializeCaseControlRule(ConditionExpression condition,
                         CmmnHandlerContext context)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConditionExpressionImpl  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static ChildElement<ConditionExpression> | 
IfPartImpl.conditionChild  | 
protected static ChildElement<ConditionExpression> | 
RequiredRuleImpl.conditionChild  | 
protected static ChildElement<ConditionExpression> | 
ApplicabilityRuleImpl.conditionChild  | 
protected static ChildElement<ConditionExpression> | 
ManualActivationRuleImpl.conditionChild  | 
protected static ChildElement<ConditionExpression> | 
RepetitionRuleImpl.conditionChild  | 
| Modifier and Type | Method and Description | 
|---|---|
ConditionExpression | 
IfPartImpl.getCondition()  | 
ConditionExpression | 
RequiredRuleImpl.getCondition()  | 
ConditionExpression | 
ApplicabilityRuleImpl.getCondition()  | 
ConditionExpression | 
ManualActivationRuleImpl.getCondition()  | 
ConditionExpression | 
RepetitionRuleImpl.getCondition()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<ConditionExpression> | 
IfPartImpl.getConditions()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IfPartImpl.setCondition(ConditionExpression condition)  | 
void | 
RequiredRuleImpl.setCondition(ConditionExpression condition)  | 
void | 
ApplicabilityRuleImpl.setCondition(ConditionExpression expression)  | 
void | 
ManualActivationRuleImpl.setCondition(ConditionExpression condition)  | 
void | 
RepetitionRuleImpl.setCondition(ConditionExpression condition)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConditionExpression | 
ManualActivationRule.getCondition()  | 
ConditionExpression | 
IfPart.getCondition()  | 
ConditionExpression | 
RepetitionRule.getCondition()  | 
ConditionExpression | 
RequiredRule.getCondition()  | 
ConditionExpression | 
ApplicabilityRule.getCondition()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<ConditionExpression> | 
IfPart.getConditions()
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ManualActivationRule.setCondition(ConditionExpression condition)  | 
void | 
IfPart.setCondition(ConditionExpression condition)  | 
void | 
RepetitionRule.setCondition(ConditionExpression condition)  | 
void | 
RequiredRule.setCondition(ConditionExpression condition)  | 
void | 
ApplicabilityRule.setCondition(ConditionExpression expression)  | 
Copyright © 2019. All rights reserved.