com.adobe.icc.dbforms.util
Class DBConstants

java.lang.Object
  extended by com.adobe.icc.dbforms.util.DBConstants

public final class DBConstants
extends java.lang.Object

Global constants for the Asset Composer Building Block, referenced by the services and render libraries.


Field Summary
static java.lang.String BASIC_LOGIN
          Spring BASIC Login mode.
static java.lang.String BULLET_REGEX
          Regular Expression for our bullet/number chacracter syntax.
Match --
<*>, <#> for first level bullet and number respectively;
<*[any combinations of * and #]> for nested bullets;
<#[any combinations of * and #]> for nested numbers;
<#[any combinations of * and #], [number syntax]> for a custom number syntax;
<#[any combinations of * and #], *[number syntax]> for a custom number syntax, with compounding
<*[any combinations of * and #], [number syntax]> for a custom number syntax;
<*[any combinations of * and #], *[number syntax]> for a custom number syntax, with compounding
static java.lang.String BULLET_STYLE_SEPARATOR
          Separator of bullet with its style.
static java.lang.String BULLET_UNICODE
          Unicode for a bullet character.
static int CATEGORY_LOWER
          Identifier for Subcategory.
static java.lang.String CATEGORY_NONE_ID
          Identifier for undefined Category.
static java.lang.String CATEGORY_NONE_NAME
          Name for undefined Category.
static int CATEGORY_NONE_TYPE
          Type for undefined Category.
static int CATEGORY_UPPER
          Identifier for Category.
static java.lang.String CFG_KEY_TEMP_FOLDER
          Key for temporary folder path.
static java.lang.String CUSTOM_ACTION
           
static java.lang.String DD_NAME_SEPARATOR
          Data Dictionary name separator from the Data Dictionary Element name.
static java.lang.String DDE_SEPARATOR
          Separator of DD name and the DDE name.
static java.lang.String DEFAULT_SEPARATOR
          Default separator string for a repeatable item, if a custom one is not specified.
static java.lang.String DEFAULT_TMP_FOLDER
          Default temporary folder taken from java system properties.
static java.lang.String EMAIL_ACTION
           
static java.lang.String EXPORT_ALL
           
static java.lang.String EXPRESSION_ATTR
          String syntax for specifying the separator of a repeatable item.
static java.lang.String EXPRESSION_BEGIN
          String syntax that marks the beginning of an inline expression element.
static java.lang.String EXPRESSION_END
          String syntax that marks the end of an inline expression element.
static java.lang.String EXPRESSION_VALUE_ATTR
          String syntax for specifying the expression @value attribute.
static int FORMAT_HTML
           
static int FORMAT_PCL
           
static int FORMAT_PDF
           
static int FORMAT_PS
           
static int FORMAT_TEXT
           
static int FORMAT_XML
           
static java.lang.String ICC_POJO_PKG
           
static java.lang.String INITIAL_URL
          Constant for the Initial URL session attribute.
static java.lang.String INITIAL_URL_PARAMS
          Constant for the Initial URL parameters session attribute.
static int INITIAL_VERSION
          Initial version number for assets.
static java.lang.String LETTER_INSTANCE_TYPE_COMPLETE
           
static java.lang.String LETTER_INSTANCE_TYPE_DRAFT
           
static java.lang.String MODULE_CONTAINER_NAME
          Name of the subform containing data modules.
static int OBJ_TYPE_CATEGORY
          Object type id for Category.
static int OBJ_TYPE_CONDITIONAL_DOCUMENT
          Object type id for ConditionalDocument.
static int OBJ_TYPE_CONTENT_DATA_MODULE
          Object type id for ContentDataModule.
static int OBJ_TYPE_CTBX
          Object type id for a ConditionalDataModule.
static int OBJ_TYPE_DATADICTIONARY
          Object type id for DataDictionary.
static int OBJ_TYPE_DOCUMENT
          Object type id for PortfolioDocument.
static int OBJ_TYPE_FORM
          Object type id for a Form.
static int OBJ_TYPE_FRAGMENT_LAYOUT
          Object type id for FragmentLayout.
static int OBJ_TYPE_IMAGE
          Object type id for ImageModule.
static int OBJ_TYPE_LETTER
          Object type id for a Letter.
static int OBJ_TYPE_LETTER_INSTANCE
          Object type id for LetterInstanceVO.
static int OBJ_TYPE_LIST
          Object type id for a ListDataModule.
static int OBJ_TYPE_MODULE
          Object type id for a DataModule.
static int OBJ_TYPE_PORTFOLIO
          Object type id for Portfolio.
static int OBJ_TYPE_SUBCATEGORY
          Object type id for Category.
static int OBJ_TYPE_TBX
          Object type id for a TextModule.
static java.lang.String PRINT_ACTION
           
static int PRINT_DUPLEX_LONG_EDGE
           
static int PRINT_DUPLEX_SHORT_EDGE
           
static int PRINT_SIMPLEX
           
static java.lang.String PROTECTED_VARIABLE_POSTFIX
          Identifier postfix for a protected Variable.
static java.lang.String PROTECTED_VARIABLE_PREFIX
          Identifier prefix for a protected Variable.
static java.lang.String PUBLISH_ALL
           
static java.lang.String REPEAT_BEGIN
          String syntax that marks the beginning of a repeatable element.
static java.lang.String REPEAT_END
          String syntax that marks the end of a repeatable element.
static java.lang.String RTP_ALL
          Contants specifying various Batch operation names These must be in sync with the client
static java.lang.String SAVE_ACTION
           
static java.lang.String SEPARATOR_ATTR
          String syntax for specifying the separator of a repeatable item.
static java.lang.String SEPARATOR_END
          String syntax for end of the separator of a repeatable item.
static java.lang.String SSO_LOGIN
          SSO Login mode.
static int STATE_ACTIVE
          Deprecated.  
static int STATE_ARCHIVE
          Deprecated.  
static int STATE_MODIFIED
          Identifier for MODIFIED asset state.
static int STATE_PUBLISHED
          Identifier for PUBLISHED asset state.
static int STATE_READY_TO_PUBLISH
          Identifier for READY_FOR_PUBLISH.
static int STATE_TEST
          Deprecated.  
static java.lang.String SYSTEM_CONTEXT_DD_NAME
          Name of the system context DD.
static java.lang.String SYSTEM_CONTEXT_DD_PREFIX
           
static java.lang.String TEXTMODULE_FLASHHTML_NODE_XPATH
          XPATH to the <flashRichText> node in the TextModule XML content.
static java.lang.String TEXTMODULE_TLFTEXT_NODE_XPATH
          XPATH to the <tlfText> node in the TextModule XML content.
static java.lang.String TEXTMODULE_XHTML_NODE_XPATH
          XPATH to the XFA XHTML <body> node in the TextModule XML content.
static java.lang.String TEXTMODULE_XHTML_ROOT_NODE_XPATH
          XPATH to the XFA XHTML node in the TextModule XML content.
static java.lang.String UNPROTECTED_VARIABLE_POSTFIX
          Identifier postfix for an unprotected Variable.
static java.lang.String UNPROTECTED_VARIABLE_PREFIX
          Identifier prefix for an unprotected Variable.
static int UPDATED_BY_NONE
          The asset has not been updated after publishing.
static int UPDATED_BY_SYSTEM
          The asset has been updated by only system.
static int UPDATED_BY_USER
          The asset has been updated by only user.
static int UPDATED_BY_USER_AND_SYSTEM
          The asset has been updated by both user and system.
 
Constructor Summary
DBConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SSO_LOGIN

public static final java.lang.String SSO_LOGIN
SSO Login mode.

See Also:
Constant Field Values

BASIC_LOGIN

public static final java.lang.String BASIC_LOGIN
Spring BASIC Login mode.

See Also:
Constant Field Values

INITIAL_URL

public static final java.lang.String INITIAL_URL
Constant for the Initial URL session attribute.

See Also:
Constant Field Values

INITIAL_URL_PARAMS

public static final java.lang.String INITIAL_URL_PARAMS
Constant for the Initial URL parameters session attribute.

See Also:
Constant Field Values

EXPRESSION_END

public static final java.lang.String EXPRESSION_END
String syntax that marks the end of an inline expression element.

See Also:
Constant Field Values

EXPRESSION_BEGIN

public static final java.lang.String EXPRESSION_BEGIN
String syntax that marks the beginning of an inline expression element.

See Also:
Constant Field Values

EXPRESSION_VALUE_ATTR

public static final java.lang.String EXPRESSION_VALUE_ATTR
String syntax for specifying the expression @value attribute.

See Also:
Constant Field Values

REPEAT_END

public static final java.lang.String REPEAT_END
String syntax that marks the end of a repeatable element.

See Also:
Constant Field Values

REPEAT_BEGIN

public static final java.lang.String REPEAT_BEGIN
String syntax that marks the beginning of a repeatable element. Note that we have left out the ending '>' from the tag, since there may be a separator attribute specified. In that case, the tag may be something like '{
See Also:
Constant Field Values

SEPARATOR_ATTR

public static final java.lang.String SEPARATOR_ATTR
String syntax for specifying the separator of a repeatable item.

See Also:
Constant Field Values

EXPRESSION_ATTR

public static final java.lang.String EXPRESSION_ATTR
String syntax for specifying the separator of a repeatable item.

See Also:
Constant Field Values

SEPARATOR_END

public static final java.lang.String SEPARATOR_END
String syntax for end of the separator of a repeatable item.

See Also:
Constant Field Values

DEFAULT_SEPARATOR

public static final java.lang.String DEFAULT_SEPARATOR
Default separator string for a repeatable item, if a custom one is not specified.

See Also:
Constant Field Values

BULLET_REGEX

public static final java.lang.String BULLET_REGEX
Regular Expression for our bullet/number chacracter syntax.
Match --
<*>, <#> for first level bullet and number respectively;
<*[any combinations of * and #]> for nested bullets;
<#[any combinations of * and #]> for nested numbers;
<#[any combinations of * and #], [number syntax]> for a custom number syntax;
<#[any combinations of * and #], *[number syntax]> for a custom number syntax, with compounding
<*[any combinations of * and #], [number syntax]> for a custom number syntax;
<*[any combinations of * and #], *[number syntax]> for a custom number syntax, with compounding

See Also:
Constant Field Values

BULLET_STYLE_SEPARATOR

public static final java.lang.String BULLET_STYLE_SEPARATOR
Separator of bullet with its style.

See Also:
Constant Field Values

BULLET_UNICODE

public static final java.lang.String BULLET_UNICODE
Unicode for a bullet character.

See Also:
Constant Field Values

DD_NAME_SEPARATOR

public static final java.lang.String DD_NAME_SEPARATOR
Data Dictionary name separator from the Data Dictionary Element name. E.g. "someDDName:ddRoot.child1.child2"

See Also:
Constant Field Values

DDE_SEPARATOR

public static final java.lang.String DDE_SEPARATOR
Separator of DD name and the DDE name.

See Also:
Constant Field Values

PROTECTED_VARIABLE_PREFIX

public static final java.lang.String PROTECTED_VARIABLE_PREFIX
Identifier prefix for a protected Variable.

See Also:
Constant Field Values

PROTECTED_VARIABLE_POSTFIX

public static final java.lang.String PROTECTED_VARIABLE_POSTFIX
Identifier postfix for a protected Variable.

See Also:
Constant Field Values

UNPROTECTED_VARIABLE_PREFIX

public static final java.lang.String UNPROTECTED_VARIABLE_PREFIX
Identifier prefix for an unprotected Variable.

See Also:
Constant Field Values

UNPROTECTED_VARIABLE_POSTFIX

public static final java.lang.String UNPROTECTED_VARIABLE_POSTFIX
Identifier postfix for an unprotected Variable.

See Also:
Constant Field Values

TEXTMODULE_XHTML_NODE_XPATH

public static final java.lang.String TEXTMODULE_XHTML_NODE_XPATH
XPATH to the XFA XHTML <body> node in the TextModule XML content.

See Also:
Constant Field Values

TEXTMODULE_XHTML_ROOT_NODE_XPATH

public static final java.lang.String TEXTMODULE_XHTML_ROOT_NODE_XPATH
XPATH to the XFA XHTML node in the TextModule XML content.

See Also:
Constant Field Values

TEXTMODULE_FLASHHTML_NODE_XPATH

public static final java.lang.String TEXTMODULE_FLASHHTML_NODE_XPATH
XPATH to the <flashRichText> node in the TextModule XML content.

See Also:
Constant Field Values

TEXTMODULE_TLFTEXT_NODE_XPATH

public static final java.lang.String TEXTMODULE_TLFTEXT_NODE_XPATH
XPATH to the <tlfText> node in the TextModule XML content.

See Also:
Constant Field Values

CATEGORY_UPPER

public static final int CATEGORY_UPPER
Identifier for Category.

See Also:
Constant Field Values

CATEGORY_LOWER

public static final int CATEGORY_LOWER
Identifier for Subcategory.

See Also:
Constant Field Values

CATEGORY_NONE_NAME

public static final java.lang.String CATEGORY_NONE_NAME
Name for undefined Category.

See Also:
Constant Field Values

CATEGORY_NONE_ID

public static final java.lang.String CATEGORY_NONE_ID
Identifier for undefined Category.

See Also:
Constant Field Values

CATEGORY_NONE_TYPE

public static final int CATEGORY_NONE_TYPE
Type for undefined Category.

See Also:
Constant Field Values

INITIAL_VERSION

public static final int INITIAL_VERSION
Initial version number for assets.

See Also:
Constant Field Values

OBJ_TYPE_LETTER

public static final int OBJ_TYPE_LETTER
Object type id for a Letter.

See Also:
Constant Field Values

OBJ_TYPE_FORM

public static final int OBJ_TYPE_FORM
Object type id for a Form.

See Also:
Constant Field Values

OBJ_TYPE_TBX

public static final int OBJ_TYPE_TBX
Object type id for a TextModule.

See Also:
Constant Field Values

OBJ_TYPE_CTBX

public static final int OBJ_TYPE_CTBX
Object type id for a ConditionalDataModule.

See Also:
Constant Field Values

OBJ_TYPE_LIST

public static final int OBJ_TYPE_LIST
Object type id for a ListDataModule.

See Also:
Constant Field Values

OBJ_TYPE_MODULE

public static final int OBJ_TYPE_MODULE
Object type id for a DataModule.

See Also:
Constant Field Values

OBJ_TYPE_PORTFOLIO

public static final int OBJ_TYPE_PORTFOLIO
Object type id for Portfolio.

See Also:
Constant Field Values

OBJ_TYPE_IMAGE

public static final int OBJ_TYPE_IMAGE
Object type id for ImageModule.

See Also:
Constant Field Values

OBJ_TYPE_CONDITIONAL_DOCUMENT

public static final int OBJ_TYPE_CONDITIONAL_DOCUMENT
Object type id for ConditionalDocument.

See Also:
Constant Field Values

OBJ_TYPE_DOCUMENT

public static final int OBJ_TYPE_DOCUMENT
Object type id for PortfolioDocument.

See Also:
Constant Field Values

OBJ_TYPE_FRAGMENT_LAYOUT

public static final int OBJ_TYPE_FRAGMENT_LAYOUT
Object type id for FragmentLayout.

See Also:
Constant Field Values

OBJ_TYPE_DATADICTIONARY

public static final int OBJ_TYPE_DATADICTIONARY
Object type id for DataDictionary.

See Also:
Constant Field Values

OBJ_TYPE_LETTER_INSTANCE

public static final int OBJ_TYPE_LETTER_INSTANCE
Object type id for LetterInstanceVO.

See Also:
Constant Field Values

OBJ_TYPE_CONTENT_DATA_MODULE

public static final int OBJ_TYPE_CONTENT_DATA_MODULE
Object type id for ContentDataModule.

See Also:
Constant Field Values

OBJ_TYPE_CATEGORY

public static final int OBJ_TYPE_CATEGORY
Object type id for Category.

See Also:
Constant Field Values

OBJ_TYPE_SUBCATEGORY

public static final int OBJ_TYPE_SUBCATEGORY
Object type id for Category.

See Also:
Constant Field Values

FORMAT_PDF

public static final int FORMAT_PDF
See Also:
Constant Field Values

FORMAT_HTML

public static final int FORMAT_HTML
See Also:
Constant Field Values

FORMAT_XML

public static final int FORMAT_XML
See Also:
Constant Field Values

FORMAT_PS

public static final int FORMAT_PS
See Also:
Constant Field Values

FORMAT_PCL

public static final int FORMAT_PCL
See Also:
Constant Field Values

FORMAT_TEXT

public static final int FORMAT_TEXT
See Also:
Constant Field Values

PRINT_SIMPLEX

public static final int PRINT_SIMPLEX
See Also:
Constant Field Values

PRINT_DUPLEX_LONG_EDGE

public static final int PRINT_DUPLEX_LONG_EDGE
See Also:
Constant Field Values

PRINT_DUPLEX_SHORT_EDGE

public static final int PRINT_DUPLEX_SHORT_EDGE
See Also:
Constant Field Values

STATE_ACTIVE

public static final int STATE_ACTIVE
Deprecated. 
Identifier for ACTIVE asset state.

See Also:
Constant Field Values

STATE_TEST

public static final int STATE_TEST
Deprecated. 
Identifier for INACTIVE a.k.a TEST asset state.

See Also:
Constant Field Values

STATE_ARCHIVE

public static final int STATE_ARCHIVE
Deprecated. 
Identifier for ARCHIVE asset state.

See Also:
Constant Field Values

STATE_MODIFIED

public static final int STATE_MODIFIED
Identifier for MODIFIED asset state.

See Also:
Constant Field Values

STATE_READY_TO_PUBLISH

public static final int STATE_READY_TO_PUBLISH
Identifier for READY_FOR_PUBLISH.

See Also:
Constant Field Values

STATE_PUBLISHED

public static final int STATE_PUBLISHED
Identifier for PUBLISHED asset state.

See Also:
Constant Field Values

UPDATED_BY_NONE

public static final int UPDATED_BY_NONE
The asset has not been updated after publishing.

See Also:
Constant Field Values

UPDATED_BY_USER

public static final int UPDATED_BY_USER
The asset has been updated by only user.

See Also:
Constant Field Values

UPDATED_BY_SYSTEM

public static final int UPDATED_BY_SYSTEM
The asset has been updated by only system.

See Also:
Constant Field Values

UPDATED_BY_USER_AND_SYSTEM

public static final int UPDATED_BY_USER_AND_SYSTEM
The asset has been updated by both user and system.

See Also:
Constant Field Values

DEFAULT_TMP_FOLDER

public static final java.lang.String DEFAULT_TMP_FOLDER
Default temporary folder taken from java system properties.


CFG_KEY_TEMP_FOLDER

public static final java.lang.String CFG_KEY_TEMP_FOLDER
Key for temporary folder path.

See Also:
Constant Field Values

MODULE_CONTAINER_NAME

public static final java.lang.String MODULE_CONTAINER_NAME
Name of the subform containing data modules. This subform is inserted in all the target areas.

See Also:
Constant Field Values

SYSTEM_CONTEXT_DD_NAME

public static final java.lang.String SYSTEM_CONTEXT_DD_NAME
Name of the system context DD.

See Also:
Constant Field Values

LETTER_INSTANCE_TYPE_DRAFT

public static final java.lang.String LETTER_INSTANCE_TYPE_DRAFT
See Also:
Constant Field Values

LETTER_INSTANCE_TYPE_COMPLETE

public static final java.lang.String LETTER_INSTANCE_TYPE_COMPLETE
See Also:
Constant Field Values

PRINT_ACTION

public static final java.lang.String PRINT_ACTION
See Also:
Constant Field Values

EMAIL_ACTION

public static final java.lang.String EMAIL_ACTION
See Also:
Constant Field Values

SAVE_ACTION

public static final java.lang.String SAVE_ACTION
See Also:
Constant Field Values

CUSTOM_ACTION

public static final java.lang.String CUSTOM_ACTION
See Also:
Constant Field Values

SYSTEM_CONTEXT_DD_PREFIX

public static final java.lang.String SYSTEM_CONTEXT_DD_PREFIX
See Also:
Constant Field Values

ICC_POJO_PKG

public static final java.lang.String ICC_POJO_PKG
See Also:
Constant Field Values

RTP_ALL

public static final java.lang.String RTP_ALL
Contants specifying various Batch operation names These must be in sync with the client

See Also:
Constant Field Values

PUBLISH_ALL

public static final java.lang.String PUBLISH_ALL
See Also:
Constant Field Values

EXPORT_ALL

public static final java.lang.String EXPORT_ALL
See Also:
Constant Field Values
Constructor Detail

DBConstants

public DBConstants()


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