Uses of Interface
io.camunda.zeebe.protocol.record.value.EvaluatedOutputValue
Packages that use EvaluatedOutputValue
-
Uses of EvaluatedOutputValue in io.camunda.zeebe.protocol.record.value
Classes in io.camunda.zeebe.protocol.record.value that implement EvaluatedOutputValueMethods in io.camunda.zeebe.protocol.record.value that return types with arguments of type EvaluatedOutputValueModifier and TypeMethodDescriptionImmutableMatchedRuleValue.getEvaluatedOutputs()MatchedRuleValue.getEvaluatedOutputs()Methods in io.camunda.zeebe.protocol.record.value with parameters of type EvaluatedOutputValueModifier and TypeMethodDescriptionImmutableMatchedRuleValue.Builder.addEvaluatedOutput(EvaluatedOutputValue element) Adds one element toevaluatedOutputslist.ImmutableMatchedRuleValue.Builder.addEvaluatedOutputs(EvaluatedOutputValue... elements) Adds elements toevaluatedOutputslist.ImmutableEvaluatedOutputValue.copyOf(EvaluatedOutputValue instance) Creates an immutable copy of aEvaluatedOutputValuevalue.ImmutableEvaluatedOutputValue.Builder.from(EvaluatedOutputValue instance) Fill a builder with attribute values from the providedEvaluatedOutputValueinstance.ImmutableMatchedRuleValue.withEvaluatedOutputs(EvaluatedOutputValue... elements) Copy the current immutable object with elements that replace the content ofevaluatedOutputs.Method parameters in io.camunda.zeebe.protocol.record.value with type arguments of type EvaluatedOutputValueModifier and TypeMethodDescriptionImmutableMatchedRuleValue.Builder.addAllEvaluatedOutputs(Iterable<? extends EvaluatedOutputValue> elements) Adds elements toevaluatedOutputslist.ImmutableMatchedRuleValue.Builder.withEvaluatedOutputs(Iterable<? extends EvaluatedOutputValue> elements) Sets or replaces all elements forevaluatedOutputslist.ImmutableMatchedRuleValue.withEvaluatedOutputs(Iterable<? extends EvaluatedOutputValue> elements) Copy the current immutable object with elements that replace the content ofevaluatedOutputs.