Uses of Class
org.apache.pdfbox.preflight.ValidationResult
Packages that use ValidationResult
Package
Description
-
Uses of ValidationResult in org.apache.pdfbox.preflight
Fields in org.apache.pdfbox.preflight declared as ValidationResultMethods in org.apache.pdfbox.preflight that return ValidationResultMethods in org.apache.pdfbox.preflight with parameters of type ValidationResultModifier and TypeMethodDescriptionvoid
ValidationResult.mergeResult
(ValidationResult otherResult) Add the ValidationError object of the otherResult in the Error list of the current object.void
PreflightDocument.setResult
(ValidationResult result) -
Uses of ValidationResult in org.apache.pdfbox.preflight.exception
Fields in org.apache.pdfbox.preflight.exception declared as ValidationResultMethods in org.apache.pdfbox.preflight.exception that return ValidationResultConstructors in org.apache.pdfbox.preflight.exception with parameters of type ValidationResultModifierConstructorDescriptionSyntaxValidationException
(String message, Throwable cause, ValidationResult result) SyntaxValidationException
(String message, ValidationResult result) SyntaxValidationException
(Throwable cause, ValidationResult result) -
Uses of ValidationResult in org.apache.pdfbox.preflight.parser
Fields in org.apache.pdfbox.preflight.parser declared as ValidationResultMethods in org.apache.pdfbox.preflight.parser that return ValidationResultModifier and TypeMethodDescriptionprotected static ValidationResult
PreflightParser.createUnknownErrorResult()
Create an instance of ValidationResult with a ValidationError(UNKNOWN_ERROR)Methods in org.apache.pdfbox.preflight.parser with parameters of type ValidationResultModifier and TypeMethodDescriptionprotected void
XmlResultParser.createResponseWithError
(Document rdocument, String pdfType, ValidationResult result, Element preflight)