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> |
RequiredRuleImpl.conditionChild |
protected static ChildElement<ConditionExpression> |
RepetitionRuleImpl.conditionChild |
protected static ChildElement<ConditionExpression> |
ManualActivationRuleImpl.conditionChild |
protected static ChildElement<ConditionExpression> |
IfPartImpl.conditionChild |
protected static ChildElement<ConditionExpression> |
ApplicabilityRuleImpl.conditionChild |
Modifier and Type | Method and Description |
---|---|
ConditionExpression |
RequiredRuleImpl.getCondition() |
ConditionExpression |
RepetitionRuleImpl.getCondition() |
ConditionExpression |
ManualActivationRuleImpl.getCondition() |
ConditionExpression |
IfPartImpl.getCondition() |
ConditionExpression |
ApplicabilityRuleImpl.getCondition() |
Modifier and Type | Method and Description |
---|---|
Collection<ConditionExpression> |
IfPartImpl.getConditions() |
Modifier and Type | Method and Description |
---|---|
void |
RequiredRuleImpl.setCondition(ConditionExpression condition) |
void |
RepetitionRuleImpl.setCondition(ConditionExpression condition) |
void |
ManualActivationRuleImpl.setCondition(ConditionExpression condition) |
void |
IfPartImpl.setCondition(ConditionExpression condition) |
void |
ApplicabilityRuleImpl.setCondition(ConditionExpression expression) |
Modifier and Type | Method and Description |
---|---|
ConditionExpression |
RequiredRule.getCondition() |
ConditionExpression |
RepetitionRule.getCondition() |
ConditionExpression |
ManualActivationRule.getCondition() |
ConditionExpression |
IfPart.getCondition() |
ConditionExpression |
ApplicabilityRule.getCondition() |
Modifier and Type | Method and Description |
---|---|
Collection<ConditionExpression> |
IfPart.getConditions()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
RequiredRule.setCondition(ConditionExpression condition) |
void |
RepetitionRule.setCondition(ConditionExpression condition) |
void |
ManualActivationRule.setCondition(ConditionExpression condition) |
void |
IfPart.setCondition(ConditionExpression condition) |
void |
ApplicabilityRule.setCondition(ConditionExpression expression) |
Copyright © 2017. All rights reserved.