Uses of Interface
org.camunda.bpm.model.cmmn.instance.ConditionExpression
Packages that use ConditionExpression
-
Uses of ConditionExpression in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement ConditionExpressionFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type ConditionExpressionModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.child.ChildElement<ConditionExpression>ApplicabilityRuleImpl.conditionChildprotected static org.camunda.bpm.model.xml.type.child.ChildElement<ConditionExpression>IfPartImpl.conditionChildprotected static org.camunda.bpm.model.xml.type.child.ChildElement<ConditionExpression>ManualActivationRuleImpl.conditionChildprotected static org.camunda.bpm.model.xml.type.child.ChildElement<ConditionExpression>RepetitionRuleImpl.conditionChildprotected static org.camunda.bpm.model.xml.type.child.ChildElement<ConditionExpression>RequiredRuleImpl.conditionChildMethods in org.camunda.bpm.model.cmmn.impl.instance that return ConditionExpressionModifier and TypeMethodDescriptionApplicabilityRuleImpl.getCondition()IfPartImpl.getCondition()ManualActivationRuleImpl.getCondition()RepetitionRuleImpl.getCondition()RequiredRuleImpl.getCondition()Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type ConditionExpressionMethods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type ConditionExpressionModifier and TypeMethodDescriptionvoidApplicabilityRuleImpl.setCondition(ConditionExpression expression) voidIfPartImpl.setCondition(ConditionExpression condition) voidManualActivationRuleImpl.setCondition(ConditionExpression condition) voidRepetitionRuleImpl.setCondition(ConditionExpression condition) voidRequiredRuleImpl.setCondition(ConditionExpression condition) -
Uses of ConditionExpression in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return ConditionExpressionModifier and TypeMethodDescriptionApplicabilityRule.getCondition()IfPart.getCondition()ManualActivationRule.getCondition()RepetitionRule.getCondition()RequiredRule.getCondition()Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type ConditionExpressionMethods in org.camunda.bpm.model.cmmn.instance with parameters of type ConditionExpressionModifier and TypeMethodDescriptionvoidApplicabilityRule.setCondition(ConditionExpression expression) voidIfPart.setCondition(ConditionExpression condition) voidManualActivationRule.setCondition(ConditionExpression condition) voidRepetitionRule.setCondition(ConditionExpression condition) voidRequiredRule.setCondition(ConditionExpression condition)