com.adobe.service.ddxm.client
Class OutputMapConstants

java.lang.Object
  extended by com.adobe.service.ddxm.client.OutputMapConstants

Deprecated. This class has been replaced by com.adobe.service.ddxm.client.Output

public abstract class OutputMapConstants
extends java.lang.Object

The OutputMapConstants class defines key names other than the document names returned in the output map.

Note that individual documents names in the output map may have a value of an I/O Document or an exception.

See Also:
Output

Field Summary
static java.lang.String FAILED_BLOCKS_LIST
          Deprecated. A List of String objects containing the names of the failed results.
static java.lang.String LOG_NAME
          Deprecated. A Document containing the job log.
static java.lang.String NUM_RESULT_BLOCKS
          Deprecated. An Integer value that specifies the number of result blocks in the DDX document whose output is returned.
static java.lang.String PARENT_RESULT_MAP
          Deprecated. A Map of document names to the result block name in which they were created.
static java.lang.String RESULT_LIST_PREFIX
          Deprecated. The Key name for a result block which produces multiple outputs.
static java.lang.String SUCCESSFUL_BLOCKS_LIST
          Deprecated. A List of String objects containing the names of the successful results.
static java.lang.String SUCCESSFUL_DOCS_LIST
          Deprecated. A List of String objects containing the names of the successful results.
 
Constructor Summary
OutputMapConstants()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG_NAME

public static final java.lang.String LOG_NAME
Deprecated. 
A Document containing the job log.

See Also:
Constant Field Values

NUM_RESULT_BLOCKS

public static final java.lang.String NUM_RESULT_BLOCKS
Deprecated. 
An Integer value that specifies the number of result blocks in the DDX document whose output is returned.

See Also:
Constant Field Values

SUCCESSFUL_BLOCKS_LIST

public static final java.lang.String SUCCESSFUL_BLOCKS_LIST
Deprecated. 
A List of String objects containing the names of the successful results.

See Also:
Constant Field Values

FAILED_BLOCKS_LIST

public static final java.lang.String FAILED_BLOCKS_LIST
Deprecated. 
A List of String objects containing the names of the failed results.

See Also:
Constant Field Values

SUCCESSFUL_DOCS_LIST

public static final java.lang.String SUCCESSFUL_DOCS_LIST
Deprecated. 
A List of String objects containing the names of the successful results.

See Also:
Constant Field Values

PARENT_RESULT_MAP

public static final java.lang.String PARENT_RESULT_MAP
Deprecated. 
A Map of document names to the result block name in which they were created.

See Also:
Constant Field Values

RESULT_LIST_PREFIX

public static final java.lang.String RESULT_LIST_PREFIX
Deprecated. 
The Key name for a result block which produces multiple outputs. The value is a List of String objects containing the names of the documents generated from the result block.

The Key name is either RESULT_LIST_PREFIX + result attribute value or RESULT_LIST_PREFIX + prefix attribute value.

For example:


<PDFsFromBookmarks prefix="chaps"> : key = "_resultlist_chaps"
<FileAttachments result="extracted_docs"> : key = "_resultlist_extracted_docs"

See Also:
Constant Field Values
Constructor Detail

OutputMapConstants

public OutputMapConstants()
Deprecated. 


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