Uses of Interface
org.verapdf.pdfa.results.ValidationResult
-
Packages that use ValidationResult Package Description org.verapdf.pdfa Interfaces for PDF/A validation and Metadata repair.org.verapdf.pdfa.results Interfaces and reference implementations encapsulating the results of PDF/A validation.org.verapdf.processor org.verapdf.processor.reports -
-
Uses of ValidationResult in org.verapdf.pdfa
Methods in org.verapdf.pdfa that return ValidationResult Modifier and Type Method Description ValidationResultPDFAValidator. validate(PDFAParser toValidate)This method validates an InputStream, presumably believed to be a PDF/A document of a specific flavour that matches the ValidationProfile supported by the PDFAValidator instance.Methods in org.verapdf.pdfa with parameters of type ValidationResult Modifier and Type Method Description MetadataFixerResultMetadataFixer. fixMetadata(InputStream toFix, OutputStream outputRepaired, ValidationResult result)MetadataFixerResultMetadataFixer. fixMetadata(PDFAParser parser, OutputStream outputRepaired, ValidationResult result) -
Uses of ValidationResult in org.verapdf.pdfa.results
Methods in org.verapdf.pdfa.results that return ValidationResult Modifier and Type Method Description static ValidationResultValidationResults. defaultResult()Returns an immutable default instance of a ValidationResult.static ValidationResultValidationResults. resultFromValues(ValidationProfile validationProfile, List<TestAssertion> assertions)static ValidationResultValidationResults. resultFromValues(ValidationProfile validationProfile, List<TestAssertion> assertions, boolean isCompliant)static ValidationResultValidationResults. resultFromValues(ValidationProfile validationProfile, List<TestAssertion> assertions, boolean isCompliant, int totalAssertions)static ValidationResultValidationResults. resultFromXmlString(String xmlSource)static ValidationResultValidationResults. stripPassedTests(ValidationResult toStrip)Strips anyTestAssertions whereassertion.getStatus() == TestAssertion.Status.PASSEDfromtoStripand returns a newValidationResultwithout the passed assertions.Methods in org.verapdf.pdfa.results with parameters of type ValidationResult Modifier and Type Method Description static ValidationResultValidationResults. stripPassedTests(ValidationResult toStrip)Strips anyTestAssertions whereassertion.getStatus() == TestAssertion.Status.PASSEDfromtoStripand returns a newValidationResultwithout the passed assertions. -
Uses of ValidationResult in org.verapdf.processor
Methods in org.verapdf.processor that return ValidationResult Modifier and Type Method Description ValidationResultProcessorResult. getValidationResult() -
Uses of ValidationResult in org.verapdf.processor.reports
Methods in org.verapdf.processor.reports with parameters of type ValidationResult Modifier and Type Method Description static ValidationDetailsReports. fromValues(ValidationResult result, boolean logPassedChecks, int maxFailedChecks)Creates a newValidationDetailsinstance from the passed parameters
-