Uses of Interface
org.camunda.bpm.model.cmmn.instance.ConditionExpression
-
Packages that use ConditionExpression Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of ConditionExpression in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement ConditionExpression Modifier and Type Class Description classConditionExpressionImplFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type ConditionExpression Modifier and Type Field Description protected 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 ConditionExpression Modifier and Type Method Description ConditionExpressionApplicabilityRuleImpl. getCondition()ConditionExpressionIfPartImpl. getCondition()ConditionExpressionManualActivationRuleImpl. getCondition()ConditionExpressionRepetitionRuleImpl. getCondition()ConditionExpressionRequiredRuleImpl. getCondition()Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type ConditionExpression Modifier and Type Method Description Collection<ConditionExpression>IfPartImpl. getConditions()Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type ConditionExpression Modifier and Type Method Description voidApplicabilityRuleImpl. 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 ConditionExpression Modifier and Type Method Description ConditionExpressionApplicabilityRule. getCondition()ConditionExpressionIfPart. getCondition()ConditionExpressionManualActivationRule. getCondition()ConditionExpressionRepetitionRule. getCondition()ConditionExpressionRequiredRule. getCondition()Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type ConditionExpression Modifier and Type Method Description Collection<ConditionExpression>IfPart. getConditions()Deprecated.Methods in org.camunda.bpm.model.cmmn.instance with parameters of type ConditionExpression Modifier and Type Method Description voidApplicabilityRule. setCondition(ConditionExpression expression)voidIfPart. setCondition(ConditionExpression condition)voidManualActivationRule. setCondition(ConditionExpression condition)voidRepetitionRule. setCondition(ConditionExpression condition)voidRequiredRule. setCondition(ConditionExpression condition)
-