Uses of Class
edu.wisc.library.ocfl.core.validation.model.SimpleInventory
-
Packages that use SimpleInventory Package Description edu.wisc.library.ocfl.core.validation edu.wisc.library.ocfl.core.validation.model -
-
Uses of SimpleInventory in edu.wisc.library.ocfl.core.validation
Methods in edu.wisc.library.ocfl.core.validation that return types with arguments of type SimpleInventory Modifier and Type Method Description Optional<SimpleInventory>SimpleInventoryParser.ParseSimpleInventoryResult. getInventory()Methods in edu.wisc.library.ocfl.core.validation with parameters of type SimpleInventory Modifier and Type Method Description ValidationResultsSimpleInventoryValidator. validateInventory(SimpleInventory inventory, String inventoryPath)Validates the specified inventory and returns an object contain any issues that were found.Constructors in edu.wisc.library.ocfl.core.validation with parameters of type SimpleInventory Constructor Description ParseSimpleInventoryResult(SimpleInventory inventory, ValidationResults validationResults) -
Uses of SimpleInventory in edu.wisc.library.ocfl.core.validation.model
Methods in edu.wisc.library.ocfl.core.validation.model that return SimpleInventory Modifier and Type Method Description SimpleInventorySimpleInventory. setContentDirectory(String contentDirectory)SimpleInventorySimpleInventory. setDigestAlgorithm(String digestAlgorithm)SimpleInventorySimpleInventory. setFixity(Map<String,Map<String,List<String>>> fixity)SimpleInventorySimpleInventory. setHead(String head)SimpleInventorySimpleInventory. setId(String id)SimpleInventorySimpleInventory. setManifest(Map<String,List<String>> manifest)SimpleInventorySimpleInventory. setType(String type)SimpleInventorySimpleInventory. setVersions(Map<String,SimpleVersion> versions)
-