Interface ValidationReport


public interface ValidationReport
Version:
0.1 Created 9 Nov 2016:07:43:07
Author:
Carl Wilson carlwilson AT github
  • Method Details

    • getProfileName

      String getProfileName()
      Returns:
      the name of the ValidationProfile used to validate
    • getDetails

      ValidationDetails getDetails()
      Returns:
      the ValidationDetails for the validation task
    • getStatement

      String getStatement()
      Returns:
      the validation statement
    • isCompliant

      boolean isCompliant()
      Returns:
      true if the PDF was compliant with the profile
    • getJobEndStatus

      String getJobEndStatus()