|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.livecycle.docconverter.client.PDFAConversionResult
public class PDFAConversionResult
The PDFAConversionResult
is a container for the results of a PDFA conversion job. It includes the
converted document as well as the job log generated during the conversion.
Constructor Summary | |
---|---|
PDFAConversionResult()
|
Method Summary | |
---|---|
Document |
getConversionLog()
Sets the results report of the conversion. |
boolean |
getIsPDFA()
|
Document |
getJobLog()
Retrieves the job log that was generated during conversion. |
Document |
getPDFADocument()
The converted PDF/A document. |
void |
setConversionLog(Document conversionLog)
Retrieves the results report of the conversion. |
void |
setIsPDFA(boolean isPDFA)
|
void |
setJobLog(Document jobLog)
Sets the job log that was generated during conversion. |
void |
setPDFADocument(Document pdfa)
Sets the converted PDF/A documents into this result object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDFAConversionResult()
Method Detail |
---|
public Document getPDFADocument()
Document
containing the converted PDF/A content.public void setPDFADocument(Document pdfa)
pdfa
- The PDF/A document from the conversion.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 getConversionLog()
public void setConversionLog(Document conversionLog)
conversionLog
- the conversionLog to setpublic boolean getIsPDFA()
public void setIsPDFA(boolean isPDFA)
isPDFA
- the isPDFA to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |