Uses of Interface
io.camunda.zeebe.protocol.record.value.MatchedRuleValue
Packages that use MatchedRuleValue
-
Uses of MatchedRuleValue in io.camunda.zeebe.protocol.record.value
Classes in io.camunda.zeebe.protocol.record.value that implement MatchedRuleValueMethods in io.camunda.zeebe.protocol.record.value that return types with arguments of type MatchedRuleValueModifier and TypeMethodDescriptionEvaluatedDecisionValue.getMatchedRules()If the decision is a decision table then it returns the matched rules.ImmutableEvaluatedDecisionValue.getMatchedRules()If the decision is a decision table then it returns the matched rules.Methods in io.camunda.zeebe.protocol.record.value with parameters of type MatchedRuleValueModifier and TypeMethodDescriptionImmutableEvaluatedDecisionValue.Builder.addMatchedRule(MatchedRuleValue element) Adds one element tomatchedRuleslist.ImmutableEvaluatedDecisionValue.Builder.addMatchedRules(MatchedRuleValue... elements) Adds elements tomatchedRuleslist.static ImmutableMatchedRuleValueImmutableMatchedRuleValue.copyOf(MatchedRuleValue instance) Creates an immutable copy of aMatchedRuleValuevalue.ImmutableMatchedRuleValue.Builder.from(MatchedRuleValue instance) Fill a builder with attribute values from the providedMatchedRuleValueinstance.ImmutableEvaluatedDecisionValue.withMatchedRules(MatchedRuleValue... elements) Copy the current immutable object with elements that replace the content ofmatchedRules.Method parameters in io.camunda.zeebe.protocol.record.value with type arguments of type MatchedRuleValueModifier and TypeMethodDescriptionImmutableEvaluatedDecisionValue.Builder.addAllMatchedRules(Iterable<? extends MatchedRuleValue> elements) Adds elements tomatchedRuleslist.ImmutableEvaluatedDecisionValue.Builder.withMatchedRules(Iterable<? extends MatchedRuleValue> elements) Sets or replaces all elements formatchedRuleslist.ImmutableEvaluatedDecisionValue.withMatchedRules(Iterable<? extends MatchedRuleValue> elements) Copy the current immutable object with elements that replace the content ofmatchedRules.