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 voidBagProfileChecker.checkForAcceptableValues(Metadata bagMetadata, Map.Entry<String, BagInfoRequirement> bagInfoEntryRequirement) private static voidBagProfileChecker.checkForNoneRepeatableMetadata(Metadata bagMetadata, Map.Entry<String, BagInfoRequirement> bagInfoEntryRequirement, boolean metadataContainsKey) private static voidBagProfileChecker.checkIfMetadataEntryIsRequired(Map.Entry<String, BagInfoRequirement> bagInfoEntryRequirement, boolean metadataContainsKey) private static voidBagProfileChecker.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.bagInfoRequirementsMethods 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 TypeMethodDescriptionvoidBagitProfile.setBagInfoRequirements(Map<String, BagInfoRequirement> bagInfo)