Uses of Class
edu.wisc.library.ocfl.api.model.ValidationResults
-
Packages that use ValidationResults Package Description edu.wisc.library.ocfl.api edu.wisc.library.ocfl.api.exception -
-
Uses of ValidationResults in edu.wisc.library.ocfl.api
Methods in edu.wisc.library.ocfl.api that return ValidationResults Modifier and Type Method Description ValidationResultsOcflRepository. validateObject(String objectId, boolean contentFixityCheck)Validates an existing object against the OCFL 1.0 spec and returns a report containing all of the issues that were found with their accompanying validation code. -
Uses of ValidationResults in edu.wisc.library.ocfl.api.exception
Methods in edu.wisc.library.ocfl.api.exception that return ValidationResults Modifier and Type Method Description ValidationResultsValidationException. getValidationResults()Constructors in edu.wisc.library.ocfl.api.exception with parameters of type ValidationResults Constructor Description ValidationException(String message, ValidationResults results)
-