Interface BatchSummary


public interface BatchSummary
Interface for summary information for a veraPDF batch process.
Version:
0.1
Author:
Carl Wilson carlwilson AT github
  • 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()