|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.livecycle.output.client.OutputResult
public class OutputResult
Contains the results of the OutputClient
object's generatePDFOutput
, generatePDFOutput2
,
generatePrintedOutput
, and generatePrintedOutput2
methods.
Using this object, you can perform tasks such as getting the status of the specific Output service operation
or obtain the generated document.
For example, after generating a PDF document by invoking the generatePDFOutput
method,
you can get the PDF document by
invoking the OutputResult.getGeneratedDoc()
method that belongs to this class.
To see an object of this type used in a code example, see the Creating multiple PDF files using the Java API quick start in Programming with LiveCycle ES4.
generatePDFOutput()
,
generatePrintedOutput()
,
Serialized FormConstructor Summary | |
---|---|
OutputResult(Document generatedDoc,
Document statusDoc,
Document metaDataDoc,
java.util.List RecordLevelMetaDataList)
For internal use use only. |
Method Summary | |
---|---|
Document |
getGeneratedDoc()
Returns the newly generated document that was created by the OutputClient object's
generatePDFOutput , generatePDFOutput2 ,
generatePrintedOutput , and generatePrintedOutput2 methods. |
Document |
getMetaDataDoc()
Returns metadata that belongs to the document that was created. |
java.util.List |
getRecordLevelMetaDataList()
Returns a list of record metadata that belongs to the data used to populate the document. |
Document |
getStatusDoc()
Returns the status of the operation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputResult(Document generatedDoc, Document statusDoc, Document metaDataDoc, java.util.List RecordLevelMetaDataList)
generatePDFOutput()
or
generatePrintedOutput()
methods.
Method Detail |
---|
public Document getMetaDataDoc()
Document
object that contains metadata that belongs to the newly generated document.public Document getGeneratedDoc()
OutputClient
object's
generatePDFOutput
, generatePDFOutput2
,
generatePrintedOutput
, and generatePrintedOutput2
methods.
To see this method in a code example, see the
Sending a print stream to a network printer using the Java API quick start in
Programming with LiveCycle ES4.
Document
object that contains the newly generated document.generatePrintedOutput()
public java.util.List getRecordLevelMetaDataList()
java.util.List
object that contains record metadata.public Document getStatusDoc()
Document
object. To see this method in a code example,
see the Creating a PDF document using the Java API quick start
in Programming with LiveCycle ES4.
Document
object that contains the status of the operation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |