Uses of Interface
io.camunda.zeebe.protocol.record.value.deployment.DecisionRecordValue
Packages that use DecisionRecordValue
Package
Description
-
Uses of DecisionRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return types with arguments of type DecisionRecordValueModifier and TypeMethodDescriptionDeploymentRecordValue.getDecisionsMetadata()ImmutableDeploymentRecordValue.getDecisionsMetadata()Methods in io.camunda.zeebe.protocol.record.value with parameters of type DecisionRecordValueModifier and TypeMethodDescriptionImmutableDeploymentRecordValue.Builder.addDecisionsMetadata(DecisionRecordValue element) Adds one element todecisionsMetadatalist.ImmutableDeploymentRecordValue.Builder.addDecisionsMetadata(DecisionRecordValue... elements) Adds elements todecisionsMetadatalist.ImmutableDeploymentRecordValue.withDecisionsMetadata(DecisionRecordValue... elements) Copy the current immutable object with elements that replace the content ofdecisionsMetadata.Method parameters in io.camunda.zeebe.protocol.record.value with type arguments of type DecisionRecordValueModifier and TypeMethodDescriptionImmutableDeploymentRecordValue.Builder.addAllDecisionsMetadata(Iterable<? extends DecisionRecordValue> elements) Adds elements todecisionsMetadatalist.ImmutableDeploymentRecordValue.Builder.withDecisionsMetadata(Iterable<? extends DecisionRecordValue> elements) Sets or replaces all elements fordecisionsMetadatalist.ImmutableDeploymentRecordValue.withDecisionsMetadata(Iterable<? extends DecisionRecordValue> elements) Copy the current immutable object with elements that replace the content ofdecisionsMetadata. -
Uses of DecisionRecordValue in io.camunda.zeebe.protocol.record.value.deployment
Classes in io.camunda.zeebe.protocol.record.value.deployment that implement DecisionRecordValueMethods in io.camunda.zeebe.protocol.record.value.deployment with parameters of type DecisionRecordValueModifier and TypeMethodDescriptionstatic ImmutableDecisionRecordValueImmutableDecisionRecordValue.copyOf(DecisionRecordValue instance) Creates an immutable copy of aDecisionRecordValuevalue.ImmutableDecisionRecordValue.Builder.from(DecisionRecordValue instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.deployment.DecisionRecordValueinstance.