public interface ProcessorResult
| Modifier and Type | Method and Description |
|---|---|
FeaturesReport |
getFeaturesReport() |
MetadataFixerResult |
getFixerResult() |
ItemDetails |
getProcessedItem() |
TaskResult |
getResultForTask(TaskType taskType) |
EnumMap<TaskType,TaskResult> |
getResults() |
Collection<TaskResult> |
getResultSet() |
EnumSet<TaskType> |
getTaskTypes() |
ValidationResult |
getValidationResult() |
boolean |
isEncryptedPdf() |
boolean |
isValidPdf() |
ItemDetails getProcessedItem()
EnumMap<TaskType,TaskResult> getResults()
Collection<TaskResult> getResultSet()
TaskResult getResultForTask(TaskType taskType)
ValidationResult getValidationResult()
FeaturesReport getFeaturesReport()
MetadataFixerResult getFixerResult()
boolean isValidPdf()
boolean isEncryptedPdf()
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.