Package org.verapdf.processor.reports
Interface ValidationReport
public interface ValidationReport
- Version:
- 0.1 Created 9 Nov 2016:07:43:07
- Author:
- Carl Wilson carlwilson AT github
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getProfileName
String getProfileName()- Returns:
- the name of the
ValidationProfileused to validate
-
getDetails
ValidationDetails getDetails()- Returns:
- the
ValidationDetailsfor 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()
-