Uses of Interface
org.camunda.bpm.model.cmmn.instance.ConditionExpression
Packages that use ConditionExpression
Package
Description
-
Uses of ConditionExpression in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type ConditionExpressionModifier and TypeMethodDescriptionprotected CaseControlRule
ItemHandler.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 ConditionExpressionFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type ConditionExpressionModifier and TypeFieldDescriptionprotected static ChildElement<ConditionExpression>
ApplicabilityRuleImpl.conditionChild
protected static ChildElement<ConditionExpression>
IfPartImpl.conditionChild
protected static ChildElement<ConditionExpression>
ManualActivationRuleImpl.conditionChild
protected static ChildElement<ConditionExpression>
RepetitionRuleImpl.conditionChild
protected static ChildElement<ConditionExpression>
RequiredRuleImpl.conditionChild
Methods 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 TypeMethodDescriptionvoid
ApplicabilityRuleImpl.setCondition
(ConditionExpression expression) void
IfPartImpl.setCondition
(ConditionExpression condition) void
ManualActivationRuleImpl.setCondition
(ConditionExpression condition) void
RepetitionRuleImpl.setCondition
(ConditionExpression condition) void
RequiredRuleImpl.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 TypeMethodDescriptionvoid
ApplicabilityRule.setCondition
(ConditionExpression expression) void
IfPart.setCondition
(ConditionExpression condition) void
ManualActivationRule.setCondition
(ConditionExpression condition) void
RepetitionRule.setCondition
(ConditionExpression condition) void
RequiredRule.setCondition
(ConditionExpression condition)