|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.service.ddxm.client.OutputMapConstants
com.adobe.service.ddxm.client.Output
public abstract class OutputMapConstants
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.
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 |
|---|
public static final java.lang.String LOG_NAME
Document containing the job log.
public static final java.lang.String NUM_RESULT_BLOCKS
Integer value that specifies the number of result blocks in the DDX document whose
output is returned.
public static final java.lang.String SUCCESSFUL_BLOCKS_LIST
List of String objects containing the names of the successful results.
public static final java.lang.String FAILED_BLOCKS_LIST
List of String objects containing the names of the failed results.
public static final java.lang.String SUCCESSFUL_DOCS_LIST
List of String objects containing the names of the successful results.
public static final java.lang.String PARENT_RESULT_MAP
Map of document names to the result block name in which they were created.
public static final java.lang.String RESULT_LIST_PREFIX
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"
| Constructor Detail |
|---|
public OutputMapConstants()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||