com.adobe.service.ddxm.client
Class EnvironmentConstants

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

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

public abstract class EnvironmentConstants
extends java.lang.Object

This class contains constants for key names which may appear in the environment (env) map passed in through the Assembler API and are referenced during processing.

See Also:
Environment

Field Summary
static java.lang.String DEFAULT_FONT_STYLE
          Deprecated. The default font style for adding content to pages.
static java.lang.String FAIL_ON_ERROR
          Deprecated. The failure mode boolean value applies to DDX that contains multiple result blocks.
static java.lang.String LOG_LEVEL
          Deprecated. The log level string values are those of java.util.logging.Level.parse(String) plus the empty string (for logging at the default level).
static java.lang.String VALIDATE_ONLY
          Deprecated. The validate only boolean value indicates that Assembler should validate the DDX but not execute it.
 
Constructor Summary
EnvironmentConstants()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAIL_ON_ERROR

public static final java.lang.String FAIL_ON_ERROR
Deprecated. 
The failure mode boolean value applies to DDX that contains multiple result blocks. A value of true halts processing if a result block fails to be processed, whereas a value of false will continue processing with the subsequent result block.

See Also:
Constant Field Values

DEFAULT_FONT_STYLE

public static final java.lang.String DEFAULT_FONT_STYLE
Deprecated. 
The default font style for adding content to pages. The style should be a font-shorthand-specifier as described in the DDX Reference.

If it is missing from the Environment input map, a default of "font: 'Minion Pro'" will be used, which translates into the attribute defaults:

If it is set to the empty string in the Environment input map, there is no default.

See Also:
Constant Field Values

VALIDATE_ONLY

public static final java.lang.String VALIDATE_ONLY
Deprecated. 
The validate only boolean value indicates that Assembler should validate the DDX but not execute it. A value of true halts processing of the DDX after the DDX has been parsed and verified to be in compliance with the schema and with the application validation rules. When validate only is true, the result map will be null, and the input map is allowed to be empty or null since the input data streams are not evaluated until actually used during job execution. The default is false, meaning that normal processing will be performed.

See Also:
Constant Field Values

LOG_LEVEL

public static final java.lang.String LOG_LEVEL
Deprecated. 
The log level string values are those of java.util.logging.Level.parse(String) plus the empty string (for logging at the default level). No log is returned if the LOG_LEVEL entry is absent.

See Also:
Constant Field Values
Constructor Detail

EnvironmentConstants

public EnvironmentConstants()
Deprecated. 


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