Interface ValidationBatchSummary

All Superinterfaces:
BatchJobSummary

public interface ValidationBatchSummary extends BatchJobSummary
Holds the count of validation jobs and their statuses for a batch job summary.
Version:
0.1 Created 18 Apr 2017:16:53:46
Author:
Carl Wilson carlwilson AT github
  • Method Details

    • getCompliantPdfaCount

      int getCompliantPdfaCount()
      Returns:
      the number of compliant PDF/As in the batch, that is the number of files that passed PDF/A validation.
    • getNonCompliantPdfaCount

      int getNonCompliantPdfaCount()
      Returns:
      the number of non-compliant PDF/As in the batch, that is the number of files that failed PDF/A validation.