Uses of Class
org.apache.pdfbox.preflight.ValidationResult.ValidationError
-
-
Uses of ValidationResult.ValidationError in org.apache.pdfbox.preflight
Fields in org.apache.pdfbox.preflight with type parameters of type ValidationResult.ValidationError Modifier and Type Field Description private java.util.List<ValidationResult.ValidationError>
ValidationResult. lErrors
Errors to know why the PDF isn't valid.Methods in org.apache.pdfbox.preflight that return types with arguments of type ValidationResult.ValidationError Modifier and Type Method Description java.util.List<ValidationResult.ValidationError>
ValidationResult. getErrorsList()
Methods in org.apache.pdfbox.preflight with parameters of type ValidationResult.ValidationError Modifier and Type Method Description void
ValidationResult. addError(ValidationResult.ValidationError error)
Add error to the list of ValidationError.void
PreflightContext. addValidationError(ValidationResult.ValidationError error)
Add the given error the PreflightDocumentvoid
PreflightDocument. addValidationError(ValidationResult.ValidationError error)
Method parameters in org.apache.pdfbox.preflight with type arguments of type ValidationResult.ValidationError Modifier and Type Method Description void
ValidationResult. addErrors(java.util.List<ValidationResult.ValidationError> errors)
Add a set of errors to the list of ValidationError.void
PreflightContext. addValidationErrors(java.util.List<ValidationResult.ValidationError> errors)
Add the given errors the PreflightDocumentConstructors in org.apache.pdfbox.preflight with parameters of type ValidationResult.ValidationError Constructor Description ValidationResult(ValidationResult.ValidationError error)
Create a Validation Result object.Constructor parameters in org.apache.pdfbox.preflight with type arguments of type ValidationResult.ValidationError Constructor Description ValidationResult(java.util.List<ValidationResult.ValidationError> errors)
Create 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.ValidationError Modifier and Type Field Description protected java.util.List<ValidationResult.ValidationError>
FontContainer. errorBuffer
List 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.ValidationError Modifier and Type Method Description java.util.List<ValidationResult.ValidationError>
FontContainer. getAllErrors()
java.util.List<ValidationResult.ValidationError>
Type0Container. getAllErrors()
Methods in org.apache.pdfbox.preflight.font.container with parameters of type ValidationResult.ValidationError Modifier and Type Method Description void
FontContainer. push(ValidationResult.ValidationError error)
Method parameters in org.apache.pdfbox.preflight.font.container with type arguments of type ValidationResult.ValidationError Modifier and Type Method Description void
FontContainer. push(java.util.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.ValidationError Modifier and Type Method Description java.util.List<ValidationResult.ValidationError>
FontMetaDataValidation. validatePDFAIdentifer(XMPMetadata metadata, PDFontDescriptor fontDesc)
Method parameters in org.apache.pdfbox.preflight.font.util with type arguments of type ValidationResult.ValidationError Modifier and Type Method Description boolean
FontMetaDataValidation. analyseFontName(XMPMetadata metadata, PDFontDescriptor fontDesc, java.util.List<ValidationResult.ValidationError> ve)
Value of the dc:title must be the same as the FontName in the font descriptor.boolean
FontMetaDataValidation. analyseRights(XMPMetadata metadata, PDFontDescriptor fontDesc, java.util.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.ValidationError Modifier and Type Field Description protected ValidationResult.ValidationError
XpacketParsingException. error
Methods in org.apache.pdfbox.preflight.metadata that return ValidationResult.ValidationError Modifier and Type Method Description protected ValidationResult.ValidationError
SynchronizedMetaDataValidation. absentSchemaMetaDataError(java.lang.String target, java.lang.String schema)
Return a formatted validation error when a specific metadata schema can't be foundprotected ValidationResult.ValidationError
SynchronizedMetaDataValidation. absentXMPPropertyError(java.lang.String target, java.lang.String details)
Return a formatted validation error when a specific XMP property can't be foundValidationResult.ValidationError
XpacketParsingException. getError()
protected ValidationResult.ValidationError
PDFAIdentificationValidation. unexpectedPrefixFoundError(java.lang.String prefFound, java.lang.String prefExpected, java.lang.String schema)
Return a validationError formatted when a schema has not the expected prefixprotected ValidationResult.ValidationError
SynchronizedMetaDataValidation. unexpectedPrefixFoundError(java.lang.String prefFound, java.lang.String prefExpected, java.lang.String schema)
Return a validationError formatted when a schema has not the expected prefixprotected ValidationResult.ValidationError
SynchronizedMetaDataValidation. unsynchronizedMetaDataError(java.lang.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.ValidationError Modifier and Type Method Description java.util.List<ValidationResult.ValidationError>
SynchronizedMetaDataValidation. validateMetadataSynchronization(PDDocument document, XMPMetadata metadata)
Check if document information entries and XMP information are synchronizedjava.util.List<ValidationResult.ValidationError>
PDFAIdentificationValidation. validatePDFAIdentifer(XMPMetadata metadata)
Check if PDFAIdentification is validjava.util.List<ValidationResult.ValidationError>
UniquePropertiesValidation. 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.ValidationError Modifier and Type Method Description protected void
SynchronizedMetaDataValidation. analyzeAuthorProperty(PDDocumentInformation dico, DublinCoreSchema dc, java.util.List<ValidationResult.ValidationError> ve)
Analyze if Author(s) embedded in Document Information dictionary and in XMP properties are synchronizedprotected void
SynchronizedMetaDataValidation. analyzeCreationDateProperty(PDDocumentInformation dico, XMPBasicSchema xmp, java.util.List<ValidationResult.ValidationError> ve)
Analyze if the CreationDate embedded in Document Information dictionary and in XMP properties are synchronizedprotected void
SynchronizedMetaDataValidation. analyzeCreatorToolProperty(PDDocumentInformation dico, XMPBasicSchema xmp, java.util.List<ValidationResult.ValidationError> ve)
Analyze if the creator tool embedded in Document Information dictionary and in XMP properties are synchronizedprotected void
SynchronizedMetaDataValidation. analyzeKeywordsProperty(PDDocumentInformation dico, AdobePDFSchema pdf, java.util.List<ValidationResult.ValidationError> ve)
Analyze if Keyword(s) embedded in Document Information dictionary and in XMP properties are synchronizedprotected void
SynchronizedMetaDataValidation. analyzeModifyDateProperty(PDDocumentInformation dico, XMPBasicSchema xmp, java.util.List<ValidationResult.ValidationError> ve)
Analyze if the ModifyDate embedded in Document Information dictionary and in XMP properties are synchronizedprotected void
SynchronizedMetaDataValidation. analyzeProducerProperty(PDDocumentInformation dico, AdobePDFSchema pdf, java.util.List<ValidationResult.ValidationError> ve)
Analyze if Producer embedded in Document Information dictionary and in XMP properties are synchronizedprivate static void
UniquePropertiesValidation. analyzePropertyUniqueness(XMPSchema schema, java.lang.String propertyName, java.util.List<ValidationResult.ValidationError> ve)
protected void
SynchronizedMetaDataValidation. analyzeSubjectProperty(PDDocumentInformation dico, DublinCoreSchema dc, java.util.List<ValidationResult.ValidationError> ve)
Analyze if Subject(s) embedded in Document Information dictionary and in XMP properties are synchronizedprotected void
SynchronizedMetaDataValidation. analyzeTitleProperty(PDDocumentInformation dico, DublinCoreSchema dc, java.util.List<ValidationResult.ValidationError> ve)
Analyze if Title embedded in Document Information dictionary and in XMP properties are synchronizedprotected void
PDFAIdentificationValidation. checkConformanceLevel(java.util.List<ValidationResult.ValidationError> ve, java.lang.String value)
protected void
PDFAIdentificationValidation. checkPartNumber(java.util.List<ValidationResult.ValidationError> ve, int value)
Constructors in org.apache.pdfbox.preflight.metadata with parameters of type ValidationResult.ValidationError Constructor Description XpacketParsingException(java.lang.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.ValidationError Modifier and Type Method Description private java.util.Map<ValidationResult.ValidationError,java.lang.Integer>
XmlResultParser. cleanErrorList(java.util.List<ValidationResult.ValidationError> errors)
Methods in org.apache.pdfbox.preflight.parser with parameters of type ValidationResult.ValidationError Modifier and Type Method Description protected void
PreflightParser. addValidationError(ValidationResult.ValidationError error)
Add the error to the ValidationResult.Method parameters in org.apache.pdfbox.preflight.parser with type arguments of type ValidationResult.ValidationError Modifier and Type Method Description protected void
PreflightParser. addValidationErrors(java.util.List<ValidationResult.ValidationError> errors)
private java.util.Map<ValidationResult.ValidationError,java.lang.Integer>
XmlResultParser. cleanErrorList(java.util.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.ValidationError Modifier and Type Method Description protected java.util.List<ValidationResult.ValidationError>
MetadataValidationProcess. checkStreamFilterUsage(PDDocument doc)
Check if metadata dictionary has no stream filterjava.util.List<ValidationResult.ValidationError>
FileSpecificationValidationProcess. 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.ValidationError Modifier and Type Method Description protected void
AbstractProcess. addValidationError(PreflightContext ctx, ValidationResult.ValidationError error)
Method parameters in org.apache.pdfbox.preflight.process with type arguments of type ValidationResult.ValidationError Modifier and Type Method Description protected void
AbstractProcess. addValidationErrors(PreflightContext ctx, java.util.List<ValidationResult.ValidationError> errors)
-