|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.livecycle.docconverter.client.PDFAValidationResult
public class PDFAValidationResult
The PDFAValidationResult
is a container for the results of a PDFA validation request. It includes a
boolean indicating conformance to the request options as well as the job log generated during the validation.
Constructor Summary | |
---|---|
PDFAValidationResult()
|
Method Summary | |
---|---|
boolean |
getIsPDFA()
The validation results. |
Document |
getJobLog()
Retrieves the job log that was generated during conversion. |
Document |
getValidationLog()
Sets the results report of the validation. |
void |
setIsPDFA(boolean isPDFA)
Sets the whether the PDF/A document was successfully validated in compliance with the validation options. |
void |
setJobLog(Document jobLog)
Sets the job log that was generated during conversion. |
void |
setValidationLog(Document validationLog)
Retrieves the results report of the validation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDFAValidationResult()
Method Detail |
---|
public boolean getIsPDFA()
public void setIsPDFA(boolean isPDFA)
isPDFA
- the value of isPDFA to set.public Document getJobLog()
Document
containing the job log that was generated during conversion.public void setJobLog(Document jobLog)
jobLog
- A Document
containing the job log that was generated during econversion.public Document getValidationLog()
public void setValidationLog(Document validationLog)
validationLog
- the validationLog to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |