Interface DecisionRequirementsRecordValue
- All Superinterfaces:
DecisionRequirementsMetadataValue,JsonSerializable,RecordValue
- All Known Implementing Classes:
ImmutableDecisionRequirementsRecordValue
@Immutable
public interface DecisionRequirementsRecordValue
extends RecordValue, DecisionRequirementsMetadataValue
Represents a deployed decision requirements graph (DRG/DRD) for a DMN resource. The decisions of
the DMN resource belongs to this DRG. The DMN resource itself is stored only in the DRG.
-
Method Summary
Methods inherited from interface io.camunda.zeebe.protocol.record.value.deployment.DecisionRequirementsMetadataValue
getChecksum, getDecisionRequirementsId, getDecisionRequirementsKey, getDecisionRequirementsName, getDecisionRequirementsVersion, getNamespace, getResourceName, isDuplicateMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJson
-
Method Details
-
getResource
byte[] getResource()- Returns:
- the binary DMN resource
-