Uses of Class
io.camunda.zeebe.client.protocol.rest.MatchedDecisionRuleItem
Packages that use MatchedDecisionRuleItem
-
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) -
Uses of MatchedDecisionRuleItem in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return MatchedDecisionRuleItemModifier and TypeMethodDescriptionMatchedDecisionRuleItem.addEvaluatedOutputsItem(EvaluatedDecisionOutputItem evaluatedOutputsItem) MatchedDecisionRuleItem.evaluatedOutputs(List<EvaluatedDecisionOutputItem> evaluatedOutputs) Methods in io.camunda.zeebe.client.protocol.rest that return types with arguments of type MatchedDecisionRuleItemMethods in io.camunda.zeebe.client.protocol.rest with parameters of type MatchedDecisionRuleItemModifier and TypeMethodDescriptionEvaluatedDecisionItem.addMatchedRulesItem(MatchedDecisionRuleItem matchedRulesItem) Method parameters in io.camunda.zeebe.client.protocol.rest with type arguments of type MatchedDecisionRuleItemModifier and TypeMethodDescriptionEvaluatedDecisionItem.matchedRules(List<MatchedDecisionRuleItem> matchedRules) voidEvaluatedDecisionItem.setMatchedRules(List<MatchedDecisionRuleItem> matchedRules)