Package org.verapdf.processor.reports
Interface BatchSummary
public interface BatchSummary
Interface for summary information for a veraPDF batch process.
- Version:
- 0.1
- Author:
- Carl Wilson carlwilson AT github
-
Method Summary
Modifier and TypeMethodDescriptionintintintintintboolean
-
Method Details
-
getDuration
AuditDuration getDuration() -
getValidationSummary
ValidationBatchSummary getValidationSummary() -
getFeaturesSummary
FeaturesBatchSummary getFeaturesSummary() -
getRepairSummary
MetadataRepairBatchSummary getRepairSummary() -
isMultiJob
boolean isMultiJob() -
getTotalJobs
int getTotalJobs() -
getFailedParsingJobs
int getFailedParsingJobs() -
getFailedEncryptedJobs
int getFailedEncryptedJobs() -
getOutOfMemory
int getOutOfMemory() -
getVeraExceptions
int getVeraExceptions()
-