com.adobe.livecycle.assembler.client
Class AssemblerResult

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

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

An AssemblerResult object is a container for the results of a DDX job. It includes result documents as well as the Throwable exceptions that occurred for each DDX block that failed. It also contains audit lists that are useful for iterating through the result documents or Throwable exceptions.

To see an object of this type used in a code example, see the Assembling a PDF document using the Java API quick start in Programming with LiveCycle ES4.

See Also:
Serialized Form

Constructor Summary
AssemblerResult()
           
 
Method Summary
 java.util.Map getDocuments()
          Retrieves the successful documents from the DDX job.
 java.util.List getFailedBlockNames()
          A list of the names of the failed blocks.
 Document getJobLog()
          Retrieves the job log that was generated during execution of the DDX.
 int getLastBatesNumber()
          Returns the numeric portion from the last page stamped with a bates number.
 java.util.Map getMultipleResultsBlocks()
          Retrieves a map of the result block name to a list of the document names resulting from that result block.
 int getNumRequestedBlocks()
          Retrieves the number of result blocks in the DDX.
 java.util.List getSuccessfulBlockNames()
          Retrieves the names of the blocks that were successful.
 java.util.List getSuccessfulDocumentNames()
          Retrieves the names of the documents that were successful.
 java.util.Map getThrowables()
          Retrieves a map of the throwable exceptions that were generated during execution of the DDX.
 void setDocuments(java.util.Map documents)
          Sets the successful documents from the DDX job.
 void setFailedBlockNames(java.util.List failedBlockNames)
          Sets the names of the failed blocks.
 void setJobLog(Document jobLog)
          Sets the job log that was generated during execution of the DDX.
 void setLastBatesNumber(int lastBatesNumber)
          Sets the numeric portion from the last page stamped with a bates number.
 void setMultipleResultsBlocks(java.util.Map multipleResultsBlocks)
          Sets a map of the result block name to the document names resulting from that result block.
 void setNumRequestedBlocks(int numRequestedBlocks)
          Sets the number of result blocks in the DDX.
 void setSuccessfulBlockNames(java.util.List successfulBlockNames)
          Sets the names of the blocks that were successful.
 void setSuccessfulDocumentNames(java.util.List successfulDocumentNames)
          Sets the names of the documents that were successful.
 void setThrowables(java.util.Map throwables)
          Sets a map of the throwable exceptions that were generated during execution of the DDX.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssemblerResult

public AssemblerResult()
Method Detail

getDocuments

public java.util.Map getDocuments()
Retrieves the successful documents from the DDX job.

To see this method used in a code example, see the Assembling a PDF document using the Java APIs quick start in Programming with LiveCycle ES4.

Returns:
A java.util.Map containing the successful documents. The key is a logical name for the document (defined in the DDX document) and the value is the document itself. Each value element in the map is a code.adobe.idp.Document instance.

setDocuments

public void setDocuments(java.util.Map documents)
Sets the successful documents from the DDX job.

Parameters:
documents - The successful documents from the DDX job.

getFailedBlockNames

public java.util.List getFailedBlockNames()
A list of the names of the failed blocks. This is a list of the keys in the throwable exceptions map.

Returns:
A List containing the names of the failed blocks.

setFailedBlockNames

public void setFailedBlockNames(java.util.List failedBlockNames)
Sets the names of the failed blocks.

Parameters:
failedBlockNames - The names of the failed blocks.

getJobLog

public Document getJobLog()
Retrieves the job log that was generated during execution of the DDX.

Returns:
A Document containing the job log that was generated during execution of the DDX.

setJobLog

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

Parameters:
jobLog - A Document containing the job log that was generated during execution of the DDX.

getNumRequestedBlocks

public int getNumRequestedBlocks()
Retrieves the number of result blocks in the DDX.

Returns:
The number of result blocks in the DDX.

setNumRequestedBlocks

public void setNumRequestedBlocks(int numRequestedBlocks)
Sets the number of result blocks in the DDX.

Parameters:
numRequestedBlocks - The number of result blocks in the DDX.

getMultipleResultsBlocks

public java.util.Map getMultipleResultsBlocks()
Retrieves a map of the result block name to a list of the document names resulting from that result block. This is particularly useful for blocks that can result in multiple output documents such as PDFsFromBookmarks and FileAttachments result blocks.

Returns:
A Map of the result block name to the document names resulting from that result block.

setMultipleResultsBlocks

public void setMultipleResultsBlocks(java.util.Map multipleResultsBlocks)
Sets a map of the result block name to the document names resulting from that result block. This is particularly useful for blocks that can result in multiple output documents such as PDFsFromBookmarks and FileAttachments result blocks.

Parameters:
multipleResultsBlocks - A Map of the result block name to a list of the document names resulting from that result block.

getSuccessfulBlockNames

public java.util.List getSuccessfulBlockNames()
Retrieves the names of the blocks that were successful.

Returns:
A List containing the names of the blocks that were successful.

setSuccessfulBlockNames

public void setSuccessfulBlockNames(java.util.List successfulBlockNames)
Sets the names of the blocks that were successful.

Parameters:
successfulBlockNames - A List containing the names of the blocks that were successful.

getSuccessfulDocumentNames

public java.util.List getSuccessfulDocumentNames()
Retrieves the names of the documents that were successful. This collection has all of the keys in the documents map.

Returns:
A List containing the names of the documents that were successful.

setSuccessfulDocumentNames

public void setSuccessfulDocumentNames(java.util.List successfulDocumentNames)
Sets the names of the documents that were successful. This collection has all of the keys in the documents map.

Parameters:
successfulDocumentNames - A List containing the names of the documents that were successful.

getThrowables

public java.util.Map getThrowables()
Retrieves a map of the throwable exceptions that were generated during execution of the DDX.

Returns:
A Map containing the throwable exceptions that were generated during execution of the DDX.

setThrowables

public void setThrowables(java.util.Map throwables)
Sets a map of the throwable exceptions that were generated during execution of the DDX.

Parameters:
throwables - A Map containing the throwable exceptions that were generated during execution of the DDX.

getLastBatesNumber

public int getLastBatesNumber()
Returns the numeric portion from the last page stamped with a bates number.

Returns:
the numeric portion from the last page stamped with a bates number. Returns -1 if there are no bates bumbers.

setLastBatesNumber

public void setLastBatesNumber(int lastBatesNumber)
Sets the numeric portion from the last page stamped with a bates number.

Parameters:
lastBatesNumber - The numeric portion from the last page stamped with a bates number.


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