Uses of Interface
org.camunda.bpm.model.cmmn.instance.ConditionExpression
-
Packages that use ConditionExpression Package Description org.camunda.bpm.engine.impl.cmmn.handler org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of ConditionExpression in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type ConditionExpression Modifier and Type Method Description protected CaseControlRuleItemHandler. initializeCaseControlRule(ConditionExpression condition, CmmnHandlerContext context) -
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 ChildElement<ConditionExpression>ApplicabilityRuleImpl. conditionChildprotected static ChildElement<ConditionExpression>IfPartImpl. conditionChildprotected static ChildElement<ConditionExpression>ManualActivationRuleImpl. conditionChildprotected static ChildElement<ConditionExpression>RepetitionRuleImpl. conditionChildprotected static 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)
-