com.adobe.livecycle.docconverter.client
Class PDFAConversionResult

java.lang.Object
  extended by com.adobe.livecycle.docconverter.client.PDFAConversionResult
All Implemented Interfaces:
java.io.Serializable

public class PDFAConversionResult
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

PDFAConversionResult

public PDFAConversionResult()
Method Detail

getPDFADocument

public Document getPDFADocument()
The converted PDF/A document.

Returns:
A Document containing the converted PDF/A content.

setPDFADocument

public void setPDFADocument(Document pdfa)
Sets the converted PDF/A documents into this result object.

Parameters:
pdfa - The PDF/A document from the conversion.

getJobLog

public Document getJobLog()
Retrieves the job log that was generated during conversion.

Returns:
A Document containing the job log that was generated during conversion.

setJobLog

public void setJobLog(Document jobLog)
Sets the job log that was generated during conversion.

Parameters:
jobLog - A Document containing the job log that was generated during econversion.

getConversionLog

public Document getConversionLog()
Sets the results report of the conversion.

Returns:
the conversionLog

setConversionLog

public void setConversionLog(Document conversionLog)
Retrieves the results report of the conversion.

Parameters:
conversionLog - the conversionLog to set

getIsPDFA

public boolean getIsPDFA()
Returns:
the isPDFA

setIsPDFA

public void setIsPDFA(boolean isPDFA)
Parameters:
isPDFA - the isPDFA to set


[an error occurred while processing this directive] [an error occurred while processing this directive]