Uses of Interface
org.apache.pdfbox.preflight.process.ValidationProcess
-
Packages that use ValidationProcess Package Description org.apache.pdfbox.preflight org.apache.pdfbox.preflight.process org.apache.pdfbox.preflight.process.reflect -
-
Uses of ValidationProcess in org.apache.pdfbox.preflight
Fields in org.apache.pdfbox.preflight with type parameters of type ValidationProcess Modifier and Type Field Description private java.util.Map<java.lang.String,java.lang.Class<? extends ValidationProcess>>
PreflightConfiguration. innerProcesses
private java.util.Map<java.lang.String,java.lang.Class<? extends ValidationProcess>>
PreflightConfiguration. processes
Methods in org.apache.pdfbox.preflight that return ValidationProcess Modifier and Type Method Description ValidationProcess
PreflightConfiguration. getInstanceOfProcess(java.lang.String processName)
Return the validation process linked with the given nameMethod parameters in org.apache.pdfbox.preflight with type arguments of type ValidationProcess Modifier and Type Method Description void
PreflightConfiguration. replacePageProcess(java.lang.String processName, java.lang.Class<? extends ValidationProcess> process)
void
PreflightConfiguration. replaceProcess(java.lang.String processName, java.lang.Class<? extends ValidationProcess> process)
-
Uses of ValidationProcess in org.apache.pdfbox.preflight.process
Classes in org.apache.pdfbox.preflight.process that implement ValidationProcess Modifier and Type Class Description class
AbstractProcess
class
AcroFormValidationProcess
class
BookmarkValidationProcess
class
CatalogValidationProcess
This ValidationProcess check if the Catalog entries are confirming with the PDF/A-1b specification.class
EmptyValidationProcess
This class is used to return a non null ValidationProcess when a missing process is asked to the ConfigurationBean only if the errorOnMissingProcess configuration attribute is set to false.class
FileSpecificationValidationProcess
This validation process check that FileSpec dictionaries are confirming with the PDF/A-1b specification.class
MetadataValidationProcess
class
PageTreeValidationProcess
class
StreamValidationProcess
class
TrailerValidationProcess
class
XRefValidationProcess
-
Uses of ValidationProcess in org.apache.pdfbox.preflight.process.reflect
Classes in org.apache.pdfbox.preflight.process.reflect that implement ValidationProcess Modifier and Type Class Description class
ActionsValidationProcess
class
AnnotationValidationProcess
class
DestinationValidationProcess
class
ExtGStateValidationProcess
class
FontValidationProcess
class
GraphicObjectPageValidationProcess
class
ResourcesValidationProcess
class
ShadingPatternValidationProcess
class
SinglePageValidationProcess
class
TilingPatternValidationProcess
-