|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConditionExpression | |
|---|---|
| org.camunda.bpm.model.cmmn.impl.instance | |
| org.camunda.bpm.model.cmmn.instance | |
| Uses of ConditionExpression in org.camunda.bpm.model.cmmn.impl.instance |
|---|
| Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type ConditionExpression | |
|---|---|
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ConditionExpression> |
RequiredRuleImpl.conditionChild
|
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ConditionExpression> |
RepetitionRuleImpl.conditionChild
|
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ConditionExpression> |
ApplicabilityRuleImpl.conditionChild
|
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ConditionExpression> |
ManualActivationRuleImpl.conditionChild
|
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ConditionExpression> |
IfPartImpl.conditionCollection
|
| Methods in org.camunda.bpm.model.cmmn.impl.instance that return ConditionExpression | |
|---|---|
ConditionExpression |
RequiredRuleImpl.getCondition()
|
ConditionExpression |
RepetitionRuleImpl.getCondition()
|
ConditionExpression |
ApplicabilityRuleImpl.getCondition()
|
ConditionExpression |
ManualActivationRuleImpl.getCondition()
|
| Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type ConditionExpression | |
|---|---|
Collection<ConditionExpression> |
IfPartImpl.getConditions()
|
| Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type ConditionExpression | |
|---|---|
void |
RequiredRuleImpl.setCondition(ConditionExpression condition)
|
void |
RepetitionRuleImpl.setCondition(ConditionExpression condition)
|
void |
ApplicabilityRuleImpl.setCondition(ConditionExpression expression)
|
void |
ManualActivationRuleImpl.setCondition(ConditionExpression condition)
|
| Uses of ConditionExpression in org.camunda.bpm.model.cmmn.instance |
|---|
| Methods in org.camunda.bpm.model.cmmn.instance that return ConditionExpression | |
|---|---|
ConditionExpression |
ApplicabilityRule.getCondition()
|
ConditionExpression |
ManualActivationRule.getCondition()
|
ConditionExpression |
RequiredRule.getCondition()
|
ConditionExpression |
RepetitionRule.getCondition()
|
| Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type ConditionExpression | |
|---|---|
Collection<ConditionExpression> |
IfPart.getConditions()
|
| Methods in org.camunda.bpm.model.cmmn.instance with parameters of type ConditionExpression | |
|---|---|
void |
ApplicabilityRule.setCondition(ConditionExpression expression)
|
void |
ManualActivationRule.setCondition(ConditionExpression condition)
|
void |
RequiredRule.setCondition(ConditionExpression condition)
|
void |
RepetitionRule.setCondition(ConditionExpression condition)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||