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 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 ConditionExpression Modifier and Type Class Description class
ConditionExpressionImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type ConditionExpression Modifier and Type Field Description protected 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 ConditionExpression Modifier and Type Method Description ConditionExpression
ApplicabilityRuleImpl. getCondition()
ConditionExpression
IfPartImpl. getCondition()
ConditionExpression
ManualActivationRuleImpl. getCondition()
ConditionExpression
RepetitionRuleImpl. getCondition()
ConditionExpression
RequiredRuleImpl. 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 void
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 ConditionExpression Modifier and Type Method Description ConditionExpression
ApplicabilityRule. getCondition()
ConditionExpression
IfPart. getCondition()
ConditionExpression
ManualActivationRule. getCondition()
ConditionExpression
RepetitionRule. getCondition()
ConditionExpression
RequiredRule. 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 void
ApplicabilityRule. setCondition(ConditionExpression expression)
void
IfPart. setCondition(ConditionExpression condition)
void
ManualActivationRule. setCondition(ConditionExpression condition)
void
RepetitionRule. setCondition(ConditionExpression condition)
void
RequiredRule. setCondition(ConditionExpression condition)
-