Uses of Interface
io.camunda.zeebe.protocol.record.value.EvaluatedInputValue
Packages that use EvaluatedInputValue
-
Uses of EvaluatedInputValue in io.camunda.zeebe.protocol.record.value
Classes in io.camunda.zeebe.protocol.record.value that implement EvaluatedInputValueMethods in io.camunda.zeebe.protocol.record.value that return types with arguments of type EvaluatedInputValueModifier and TypeMethodDescriptionEvaluatedDecisionValue.getEvaluatedInputs()If the decision is a decision table then it returns theevaluated inputs.ImmutableEvaluatedDecisionValue.getEvaluatedInputs()If the decision is a decision table then it returns theevaluated inputs.Methods in io.camunda.zeebe.protocol.record.value with parameters of type EvaluatedInputValueModifier and TypeMethodDescriptionImmutableEvaluatedDecisionValue.Builder.addEvaluatedInput(EvaluatedInputValue element) Adds one element toevaluatedInputslist.ImmutableEvaluatedDecisionValue.Builder.addEvaluatedInputs(EvaluatedInputValue... elements) Adds elements toevaluatedInputslist.static ImmutableEvaluatedInputValueImmutableEvaluatedInputValue.copyOf(EvaluatedInputValue instance) Creates an immutable copy of aEvaluatedInputValuevalue.ImmutableEvaluatedInputValue.Builder.from(EvaluatedInputValue instance) Fill a builder with attribute values from the providedEvaluatedInputValueinstance.ImmutableEvaluatedDecisionValue.withEvaluatedInputs(EvaluatedInputValue... elements) Copy the current immutable object with elements that replace the content ofevaluatedInputs.Method parameters in io.camunda.zeebe.protocol.record.value with type arguments of type EvaluatedInputValueModifier and TypeMethodDescriptionImmutableEvaluatedDecisionValue.Builder.addAllEvaluatedInputs(Iterable<? extends EvaluatedInputValue> elements) Adds elements toevaluatedInputslist.ImmutableEvaluatedDecisionValue.Builder.withEvaluatedInputs(Iterable<? extends EvaluatedInputValue> elements) Sets or replaces all elements forevaluatedInputslist.ImmutableEvaluatedDecisionValue.withEvaluatedInputs(Iterable<? extends EvaluatedInputValue> elements) Copy the current immutable object with elements that replace the content ofevaluatedInputs.