Uses of Class
org.fcrepo.migration.validator.api.ValidationResult
-
Packages that use ValidationResult Package Description org.fcrepo.migration.validator.api org.fcrepo.migration.validator.impl org.fcrepo.migration.validator.report -
-
Uses of ValidationResult in org.fcrepo.migration.validator.api
Methods in org.fcrepo.migration.validator.api that return ValidationResult Modifier and Type Method Description ValidationResultValidationHandler.ValidationResultBuilder. fail(ValidationResult.ValidationType type, String details)ValidationResultValidationHandler.ValidationResultBuilder. ok(ValidationResult.ValidationType type, String details)ValidationResultValidationResultReader. read(File validationResultFile)Read the result from diskMethods in org.fcrepo.migration.validator.api that return types with arguments of type ValidationResult Modifier and Type Method Description List<ValidationResult>ObjectValidationResults. getErrors()This method returns all results with a FAIL validation status.List<ValidationResult>ObjectValidationResults. getPassed()Return all results with an OK validation statusList<ValidationResult>ObjectValidationResults. getResults()List<ValidationResult>ValidationHandler. getValidationResults()List<ValidationResult>Validator. validate(T object)Performs the validation which, in turn, produces one or more results.default Optional<ValidationResult>ValidationHandler. validateChecksum(org.fcrepo.migration.DatastreamVersion dsVersion, org.fcrepo.storage.ocfl.ResourceHeaders headers, F6DigestAlgorithm digestAlgorithm, String version, ValidationHandler.ValidationResultBuilder builder)Validate the checksum of a datastream.default Optional<ValidationResult>ValidationHandler. validateCreatedDate(String sourceCreated, org.fcrepo.storage.ocfl.ResourceHeaders headers, String version, ValidationHandler.ValidationResultBuilder builder)Validate the created date of a DatastreamVersion from Fedora 3 to what is in the Fedora 6 headersdefault Optional<ValidationResult>ValidationHandler. validateLastModified(org.fcrepo.migration.DatastreamVersion dsVersion, org.fcrepo.storage.ocfl.ResourceHeaders headers, String version, ValidationHandler.ValidationResultBuilder builder)Validate the last modified date of a DatastreamVersion from Fedora 3 to what is in the Fedora 6 headersdefault Optional<ValidationResult>ValidationHandler. validateObjectProperty(String ocflId, org.fcrepo.migration.ObjectInfo objectInfo, org.fcrepo.migration.ObjectProperty op, org.fcrepo.storage.ocfl.ResourceHeaders headers, org.apache.jena.rdf.model.Model model, ValidationHandler.ValidationResultBuilder builder)Validate an ObjectProperty from Fedora 3 to what exists in Fedora 6default Optional<ValidationResult>ValidationHandler. validateSizeMeta(org.fcrepo.migration.DatastreamVersion dsVersion, org.fcrepo.storage.ocfl.ResourceHeaders headers, String version, ValidationHandler.ValidationResultBuilder builder)Validate the binary size of a DatastreamVersion from Fedora 3 to what is in the Fedora 6 headersdefault Optional<ValidationResult>ValidationHandler. validateSizeOnDisk(org.fcrepo.migration.DatastreamVersion dsVersion, Path ocflRoot, org.fcrepo.storage.ocfl.ResourceHeaders headers, io.ocfl.api.model.OcflObjectVersion ocflObjectVersion, String version, ValidationHandler.ValidationResultBuilder builder)Validate the size of a DatastreamVersion to the size of the object on disk in the Fedora 6 OCFL repositoryMethod parameters in org.fcrepo.migration.validator.api with type arguments of type ValidationResult Modifier and Type Method Description voidValidationResultWriter. write(List<ValidationResult> results)Write the result to diskConstructor parameters in org.fcrepo.migration.validator.api with type arguments of type ValidationResult Constructor Description ObjectValidationResults(List<ValidationResult> results)Constructor -
Uses of ValidationResult in org.fcrepo.migration.validator.impl
Methods in org.fcrepo.migration.validator.impl that return ValidationResult Modifier and Type Method Description ValidationResultFileSystemValidationResultReader. read(File validationResultFile)This method reads the validation result from diskMethods in org.fcrepo.migration.validator.impl that return types with arguments of type ValidationResult Modifier and Type Method Description List<ValidationResult>HeadOnlyValidationHandler. getValidationResults()List<ValidationResult>ValidatingObjectHandler. getValidationResults()Result the validation results after processObject has been called.List<ValidationResult>F3RepositoryValidator. validate(io.ocfl.api.OcflRepository repository)List<ValidationResult>Fedora3ObjectValidator. validate(org.fcrepo.migration.FedoraObjectProcessor object)Methods in org.fcrepo.migration.validator.impl with parameters of type ValidationResult Modifier and Type Method Description static PathValidationResultUtils. resolvePathToJsonResult(ValidationResult result, UnaryOperator<String> pathEncoder)Resolves the relative (i.e.Method parameters in org.fcrepo.migration.validator.impl with type arguments of type ValidationResult Modifier and Type Method Description voidFileSystemValidationResultWriter. write(List<ValidationResult> results) -
Uses of ValidationResult in org.fcrepo.migration.validator.report
Methods in org.fcrepo.migration.validator.report that return types with arguments of type ValidationResult Modifier and Type Method Description List<ValidationResult>ResultsReportHandler. getErrors()List<ValidationResult>ResultsReportHandler. getPassed()
-