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 |
isPdf() |
ItemDetails getProcessedItem()
ItemDetails for the item processedEnumMap<TaskType,TaskResult> getResults()
EnumMap of TaskTypes and TaskResults
for the TaskResults held in this ProcessorResultCollection<TaskResult> getResultSet()
Collection of TaskResults for this
ProcessorResultTaskResult getResultForTask(TaskType taskType)
taskType - the TaskType to retrieve the TaskResult forTaskResult result for taskTypeValidationResult getValidationResult()
ValidationResult or
ValidationResults.defaultResult()
if validation not performed.FeaturesReport getFeaturesReport()
FeaturesReport.MetadataFixerResult getFixerResult()
MetadataFixerResultboolean isPdf()
boolean isEncryptedPdf()
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.