Uses of Class
io.camunda.client.protocol.rest.MatchedDecisionRuleItem
Packages that use MatchedDecisionRuleItem
Package
Description
-
Uses of MatchedDecisionRuleItem in io.camunda.client.impl.response
Constructors in io.camunda.client.impl.response with parameters of type MatchedDecisionRuleItemModifierConstructorDescriptionMatchedDecisionRuleImpl(MatchedDecisionRuleItem ruleItem, JsonMapper jsonMapper) -
Uses of MatchedDecisionRuleItem in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return MatchedDecisionRuleItemModifier and TypeMethodDescriptionMatchedDecisionRuleItem.addEvaluatedOutputsItem(EvaluatedDecisionOutputItem evaluatedOutputsItem) MatchedDecisionRuleItem.evaluatedOutputs(List<EvaluatedDecisionOutputItem> evaluatedOutputs) Methods in io.camunda.client.protocol.rest that return types with arguments of type MatchedDecisionRuleItemModifier and TypeMethodDescriptionDecisionInstanceGetQueryResult.getMatchedRules()The matched rules of the decision instance.EvaluatedDecisionResult.getMatchedRules()The decision rules that matched within this decision evaluation.Methods in io.camunda.client.protocol.rest with parameters of type MatchedDecisionRuleItemModifier and TypeMethodDescriptionDecisionInstanceGetQueryResult.addMatchedRulesItem(MatchedDecisionRuleItem matchedRulesItem) EvaluatedDecisionResult.addMatchedRulesItem(MatchedDecisionRuleItem matchedRulesItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type MatchedDecisionRuleItemModifier and TypeMethodDescriptionDecisionInstanceGetQueryResult.matchedRules(List<MatchedDecisionRuleItem> matchedRules) EvaluatedDecisionResult.matchedRules(List<MatchedDecisionRuleItem> matchedRules) voidDecisionInstanceGetQueryResult.setMatchedRules(List<MatchedDecisionRuleItem> matchedRules) voidEvaluatedDecisionResult.setMatchedRules(List<MatchedDecisionRuleItem> matchedRules) -
Uses of MatchedDecisionRuleItem in io.camunda.zeebe.client.impl.response
Constructors in io.camunda.zeebe.client.impl.response with parameters of type MatchedDecisionRuleItemModifierConstructorDescriptionMatchedDecisionRuleImpl(MatchedDecisionRuleItem ruleItem, JsonMapper jsonMapper)