Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableDecisionEvaluationRecordValue
Packages that use ImmutableDecisionEvaluationRecordValue
-
Uses of ImmutableDecisionEvaluationRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableDecisionEvaluationRecordValueModifier and TypeMethodDescriptionImmutableDecisionEvaluationRecordValue.Builder.build()Builds a newImmutableDecisionEvaluationRecordValue.ImmutableDecisionEvaluationRecordValue.copyOf(DecisionEvaluationRecordValue instance) Creates an immutable copy of aDecisionEvaluationRecordValuevalue.ImmutableDecisionEvaluationRecordValue.withBpmnProcessId(String value) Copy the current immutable object by setting a value for thebpmnProcessIdattribute.ImmutableDecisionEvaluationRecordValue.withDecisionId(String value) Copy the current immutable object by setting a value for thedecisionIdattribute.ImmutableDecisionEvaluationRecordValue.withDecisionKey(long value) Copy the current immutable object by setting a value for thedecisionKeyattribute.ImmutableDecisionEvaluationRecordValue.withDecisionName(String value) Copy the current immutable object by setting a value for thedecisionNameattribute.ImmutableDecisionEvaluationRecordValue.withDecisionOutput(String value) Copy the current immutable object by setting a value for thedecisionOutputattribute.ImmutableDecisionEvaluationRecordValue.withDecisionRequirementsId(String value) Copy the current immutable object by setting a value for thedecisionRequirementsIdattribute.ImmutableDecisionEvaluationRecordValue.withDecisionRequirementsKey(long value) Copy the current immutable object by setting a value for thedecisionRequirementsKeyattribute.ImmutableDecisionEvaluationRecordValue.withDecisionVersion(int value) Copy the current immutable object by setting a value for thedecisionVersionattribute.ImmutableDecisionEvaluationRecordValue.withElementId(String value) Copy the current immutable object by setting a value for theelementIdattribute.ImmutableDecisionEvaluationRecordValue.withElementInstanceKey(long value) Copy the current immutable object by setting a value for theelementInstanceKeyattribute.ImmutableDecisionEvaluationRecordValue.withEvaluatedDecisions(EvaluatedDecisionValue... elements) Copy the current immutable object with elements that replace the content ofevaluatedDecisions.ImmutableDecisionEvaluationRecordValue.withEvaluatedDecisions(Iterable<? extends EvaluatedDecisionValue> elements) Copy the current immutable object with elements that replace the content ofevaluatedDecisions.ImmutableDecisionEvaluationRecordValue.withEvaluationFailureMessage(String value) Copy the current immutable object by setting a value for theevaluationFailureMessageattribute.ImmutableDecisionEvaluationRecordValue.withFailedDecisionId(String value) Copy the current immutable object by setting a value for thefailedDecisionIdattribute.ImmutableDecisionEvaluationRecordValue.withProcessDefinitionKey(long value) Copy the current immutable object by setting a value for theprocessDefinitionKeyattribute.ImmutableDecisionEvaluationRecordValue.withProcessInstanceKey(long value) Copy the current immutable object by setting a value for theprocessInstanceKeyattribute.ImmutableDecisionEvaluationRecordValue.withTenantId(String value) Copy the current immutable object by setting a value for thetenantIdattribute.ImmutableDecisionEvaluationRecordValue.withVariables(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thevariablesmap with the specified map.