Uses of Class
nl.knaw.dans.bagit.conformance.profile.BagInfoRequirement
Packages that use BagInfoRequirement
-
Uses of BagInfoRequirement in nl.knaw.dans.bagit.conformance
Method parameters in nl.knaw.dans.bagit.conformance with type arguments of type BagInfoRequirementModifier and TypeMethodDescriptionprivate static void
BagProfileChecker.checkForAcceptableValues
(Metadata bagMetadata, Map.Entry<String, BagInfoRequirement> bagInfoEntryRequirement) private static void
BagProfileChecker.checkForNoneRepeatableMetadata
(Metadata bagMetadata, Map.Entry<String, BagInfoRequirement> bagInfoEntryRequirement, boolean metadataContainsKey) private static void
BagProfileChecker.checkIfMetadataEntryIsRequired
(Map.Entry<String, BagInfoRequirement> bagInfoEntryRequirement, boolean metadataContainsKey) private static void
BagProfileChecker.checkMetadata
(Metadata bagMetadata, Map<String, BagInfoRequirement> bagInfoEntryRequirements) -
Uses of BagInfoRequirement in nl.knaw.dans.bagit.conformance.profile
Fields in nl.knaw.dans.bagit.conformance.profile with type parameters of type BagInfoRequirementModifier and TypeFieldDescriptionprivate Map<String,
BagInfoRequirement> BagitProfile.bagInfoRequirements
Methods in nl.knaw.dans.bagit.conformance.profile that return types with arguments of type BagInfoRequirementModifier and TypeMethodDescriptionBagitProfile.getBagInfoRequirements()
private static Map<String,
BagInfoRequirement> BagitProfileDeserializer.parseBagInfo
(com.fasterxml.jackson.databind.JsonNode rootNode) Method parameters in nl.knaw.dans.bagit.conformance.profile with type arguments of type BagInfoRequirementModifier and TypeMethodDescriptionvoid
BagitProfile.setBagInfoRequirements
(Map<String, BagInfoRequirement> bagInfo)