Uses of Class
org.apache.pdfbox.preflight.ValidationResult.ValidationError
Packages that use ValidationResult.ValidationError
Package
Description
-
Uses of ValidationResult.ValidationError in org.apache.pdfbox.preflight
Fields in org.apache.pdfbox.preflight with type parameters of type ValidationResult.ValidationErrorModifier and TypeFieldDescriptionprivate List<ValidationResult.ValidationError>ValidationResult.lErrorsErrors to know why the PDF isn't valid.Methods in org.apache.pdfbox.preflight that return types with arguments of type ValidationResult.ValidationErrorMethods in org.apache.pdfbox.preflight with parameters of type ValidationResult.ValidationErrorModifier and TypeMethodDescriptionvoidValidationResult.addError(ValidationResult.ValidationError error) Add error to the list of ValidationError.voidPreflightContext.addValidationError(ValidationResult.ValidationError error) Add the given error the PreflightDocumentvoidPreflightDocument.addValidationError(ValidationResult.ValidationError error) Method parameters in org.apache.pdfbox.preflight with type arguments of type ValidationResult.ValidationErrorModifier and TypeMethodDescriptionvoidValidationResult.addErrors(List<ValidationResult.ValidationError> errors) Add a set of errors to the list of ValidationError.voidPreflightContext.addValidationErrors(List<ValidationResult.ValidationError> errors) Add the given errors the PreflightDocumentConstructors in org.apache.pdfbox.preflight with parameters of type ValidationResult.ValidationErrorModifierConstructorDescriptionCreate a Validation Result object.Constructor parameters in org.apache.pdfbox.preflight with type arguments of type ValidationResult.ValidationErrorModifierConstructorDescriptionCreate a Validation Result object. -
Uses of ValidationResult.ValidationError in org.apache.pdfbox.preflight.font.container
Fields in org.apache.pdfbox.preflight.font.container with type parameters of type ValidationResult.ValidationErrorModifier and TypeFieldDescriptionprotected List<ValidationResult.ValidationError>FontContainer.errorBufferList of validation errors that occur during the font validation.Methods in org.apache.pdfbox.preflight.font.container that return types with arguments of type ValidationResult.ValidationErrorMethods in org.apache.pdfbox.preflight.font.container with parameters of type ValidationResult.ValidationErrorModifier and TypeMethodDescriptionvoidFontContainer.push(ValidationResult.ValidationError error) Method parameters in org.apache.pdfbox.preflight.font.container with type arguments of type ValidationResult.ValidationErrorModifier and TypeMethodDescriptionvoidFontContainer.push(List<ValidationResult.ValidationError> errors) -
Uses of ValidationResult.ValidationError in org.apache.pdfbox.preflight.font.util
Methods in org.apache.pdfbox.preflight.font.util that return types with arguments of type ValidationResult.ValidationErrorModifier and TypeMethodDescriptionFontMetaDataValidation.validatePDFAIdentifer(XMPMetadata metadata, PDFontDescriptor fontDesc) Method parameters in org.apache.pdfbox.preflight.font.util with type arguments of type ValidationResult.ValidationErrorModifier and TypeMethodDescriptionbooleanFontMetaDataValidation.analyseFontName(XMPMetadata metadata, PDFontDescriptor fontDesc, List<ValidationResult.ValidationError> ve) Value of the dc:title must be the same as the FontName in the font descriptor.booleanFontMetaDataValidation.analyseRights(XMPMetadata metadata, PDFontDescriptor fontDesc, List<ValidationResult.ValidationError> ve) If XMP MetaData is present, they must have the following information : dc:rights Marked (with the value true) Owner UsageTerms -
Uses of ValidationResult.ValidationError in org.apache.pdfbox.preflight.metadata
Fields in org.apache.pdfbox.preflight.metadata declared as ValidationResult.ValidationErrorModifier and TypeFieldDescriptionprotected ValidationResult.ValidationErrorXpacketParsingException.errorMethods in org.apache.pdfbox.preflight.metadata that return ValidationResult.ValidationErrorModifier and TypeMethodDescriptionprotected ValidationResult.ValidationErrorSynchronizedMetaDataValidation.absentSchemaMetaDataError(String target, String schema) Return a formatted validation error when a specific metadata schema can't be foundprotected ValidationResult.ValidationErrorSynchronizedMetaDataValidation.absentXMPPropertyError(String target, String details) Return a formatted validation error when a specific XMP property can't be foundXpacketParsingException.getError()protected ValidationResult.ValidationErrorPDFAIdentificationValidation.unexpectedPrefixFoundError(String prefFound, String prefExpected, String schema) Return a validationError formatted when a schema has not the expected prefixprotected ValidationResult.ValidationErrorSynchronizedMetaDataValidation.unexpectedPrefixFoundError(String prefFound, String prefExpected, String schema) Return a validationError formatted when a schema has not the expected prefixprotected ValidationResult.ValidationErrorSynchronizedMetaDataValidation.unsynchronizedMetaDataError(String target) Return a formatted validation error when metadata are not synchronizedMethods in org.apache.pdfbox.preflight.metadata that return types with arguments of type ValidationResult.ValidationErrorModifier and TypeMethodDescriptionSynchronizedMetaDataValidation.validateMetadataSynchronization(PDDocument document, XMPMetadata metadata) Check if document information entries and XMP information are synchronizedPDFAIdentificationValidation.validatePDFAIdentifer(XMPMetadata metadata) Check if PDFAIdentification is validUniquePropertiesValidation.validatePropertiesUniqueness(PDDocument document, XMPMetadata metadata) Checks that certain metadata properties are unique.Method parameters in org.apache.pdfbox.preflight.metadata with type arguments of type ValidationResult.ValidationErrorModifier and TypeMethodDescriptionprotected voidSynchronizedMetaDataValidation.analyzeAuthorProperty(PDDocumentInformation dico, DublinCoreSchema dc, List<ValidationResult.ValidationError> ve) Analyze if Author(s) embedded in Document Information dictionary and in XMP properties are synchronizedprotected voidSynchronizedMetaDataValidation.analyzeCreationDateProperty(PDDocumentInformation dico, XMPBasicSchema xmp, List<ValidationResult.ValidationError> ve) Analyze if the CreationDate embedded in Document Information dictionary and in XMP properties are synchronizedprotected voidSynchronizedMetaDataValidation.analyzeCreatorToolProperty(PDDocumentInformation dico, XMPBasicSchema xmp, List<ValidationResult.ValidationError> ve) Analyze if the creator tool embedded in Document Information dictionary and in XMP properties are synchronizedprotected voidSynchronizedMetaDataValidation.analyzeKeywordsProperty(PDDocumentInformation dico, AdobePDFSchema pdf, List<ValidationResult.ValidationError> ve) Analyze if Keyword(s) embedded in Document Information dictionary and in XMP properties are synchronizedprotected voidSynchronizedMetaDataValidation.analyzeModifyDateProperty(PDDocumentInformation dico, XMPBasicSchema xmp, List<ValidationResult.ValidationError> ve) Analyze if the ModifyDate embedded in Document Information dictionary and in XMP properties are synchronizedprotected voidSynchronizedMetaDataValidation.analyzeProducerProperty(PDDocumentInformation dico, AdobePDFSchema pdf, List<ValidationResult.ValidationError> ve) Analyze if Producer embedded in Document Information dictionary and in XMP properties are synchronizedprivate static voidUniquePropertiesValidation.analyzePropertyUniqueness(XMPSchema schema, String propertyName, List<ValidationResult.ValidationError> ve) protected voidSynchronizedMetaDataValidation.analyzeSubjectProperty(PDDocumentInformation dico, DublinCoreSchema dc, List<ValidationResult.ValidationError> ve) Analyze if Subject(s) embedded in Document Information dictionary and in XMP properties are synchronizedprotected voidSynchronizedMetaDataValidation.analyzeTitleProperty(PDDocumentInformation dico, DublinCoreSchema dc, List<ValidationResult.ValidationError> ve) Analyze if Title embedded in Document Information dictionary and in XMP properties are synchronizedprotected voidPDFAIdentificationValidation.checkConformanceLevel(List<ValidationResult.ValidationError> ve, String value) protected voidPDFAIdentificationValidation.checkPartNumber(List<ValidationResult.ValidationError> ve, int value) Constructors in org.apache.pdfbox.preflight.metadata with parameters of type ValidationResult.ValidationErrorModifierConstructorDescriptionXpacketParsingException(String message, ValidationResult.ValidationError error) -
Uses of ValidationResult.ValidationError in org.apache.pdfbox.preflight.parser
Methods in org.apache.pdfbox.preflight.parser that return types with arguments of type ValidationResult.ValidationErrorModifier and TypeMethodDescriptionprivate Map<ValidationResult.ValidationError,Integer> XmlResultParser.cleanErrorList(List<ValidationResult.ValidationError> errors) Methods in org.apache.pdfbox.preflight.parser with parameters of type ValidationResult.ValidationErrorModifier and TypeMethodDescriptionprotected voidPreflightParser.addValidationError(ValidationResult.ValidationError error) Add the error to the ValidationResult.Method parameters in org.apache.pdfbox.preflight.parser with type arguments of type ValidationResult.ValidationErrorModifier and TypeMethodDescriptionprotected voidPreflightParser.addValidationErrors(List<ValidationResult.ValidationError> errors) private Map<ValidationResult.ValidationError,Integer> XmlResultParser.cleanErrorList(List<ValidationResult.ValidationError> errors) -
Uses of ValidationResult.ValidationError in org.apache.pdfbox.preflight.process
Methods in org.apache.pdfbox.preflight.process that return types with arguments of type ValidationResult.ValidationErrorModifier and TypeMethodDescriptionprotected List<ValidationResult.ValidationError>MetadataValidationProcess.checkStreamFilterUsage(PDDocument doc) Check if metadata dictionary has no stream filterFileSpecificationValidationProcess.validateFileSpecification(PreflightContext ctx, COSDictionary fileSpec) Validate a FileSpec dictionary, a FileSpec dictionary mustn't have the EF (EmbeddedFile) entry.Methods in org.apache.pdfbox.preflight.process with parameters of type ValidationResult.ValidationErrorModifier and TypeMethodDescriptionprotected voidAbstractProcess.addValidationError(PreflightContext ctx, ValidationResult.ValidationError error) Method parameters in org.apache.pdfbox.preflight.process with type arguments of type ValidationResult.ValidationErrorModifier and TypeMethodDescriptionprotected voidAbstractProcess.addValidationErrors(PreflightContext ctx, List<ValidationResult.ValidationError> errors)