Package org.nuxeo.ecm.automation.core
Class Constants
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.Constants
-
public class Constants extends Object
- Author:
- Bogdan Stefanescu
-
-
Field Summary
-
-
-
Field Detail
-
CHAIN_ID_PREFIX
public static final String CHAIN_ID_PREFIX
A chain id prefix used in mysterious situations (old rest api it seems).Hardcoded here to better track usage now that chains are registered as operations on the service?
- Since:
- 5.9.4
- See Also:
- Constant Field Values
-
O_DOCUMENT
public static final String O_DOCUMENT
- See Also:
- Constant Field Values
-
O_DOCUMENTS
public static final String O_DOCUMENTS
- See Also:
- Constant Field Values
-
O_BLOB
public static final String O_BLOB
- See Also:
- Constant Field Values
-
O_BLOBS
public static final String O_BLOBS
- See Also:
- Constant Field Values
-
T_STRING
public static final String T_STRING
- See Also:
- Constant Field Values
-
T_BOOLEAN
public static final String T_BOOLEAN
- See Also:
- Constant Field Values
-
T_DATE
public static final String T_DATE
- See Also:
- Constant Field Values
-
T_INTEGER
public static final String T_INTEGER
- See Also:
- Constant Field Values
-
T_LONG
public static final String T_LONG
- See Also:
- Constant Field Values
-
T_FLOAT
public static final String T_FLOAT
- See Also:
- Constant Field Values
-
T_RESOURCE
public static final String T_RESOURCE
- See Also:
- Constant Field Values
-
T_DOCUMENT
public static final String T_DOCUMENT
- See Also:
- Constant Field Values
-
T_DOCUMENTS
public static final String T_DOCUMENTS
- See Also:
- Constant Field Values
-
T_BLOB
public static final String T_BLOB
- See Also:
- Constant Field Values
-
T_BLOBS
public static final String T_BLOBS
- See Also:
- Constant Field Values
-
T_SCRIPT
public static final String T_SCRIPT
- See Also:
- Constant Field Values
-
T_PROPERTIES
public static final String T_PROPERTIES
- See Also:
- Constant Field Values
-
CAT_FETCH
public static final String CAT_FETCH
- See Also:
- Constant Field Values
-
CAT_SCRIPTING
public static final String CAT_SCRIPTING
- See Also:
- Constant Field Values
-
CAT_EXECUTION
public static final String CAT_EXECUTION
- See Also:
- Constant Field Values
-
CAT_EXECUTION_STACK
public static final String CAT_EXECUTION_STACK
- See Also:
- Constant Field Values
-
CAT_SUBCHAIN_EXECUTION
public static final String CAT_SUBCHAIN_EXECUTION
- See Also:
- Constant Field Values
-
CAT_DOCUMENT
public static final String CAT_DOCUMENT
- See Also:
- Constant Field Values
-
CAT_BLOB
public static final String CAT_BLOB
- See Also:
- Constant Field Values
-
CAT_NOTIFICATION
public static final String CAT_NOTIFICATION
- See Also:
- Constant Field Values
-
CAT_SERVICES
public static final String CAT_SERVICES
- See Also:
- Constant Field Values
-
CAT_CONVERSION
public static final String CAT_CONVERSION
- See Also:
- Constant Field Values
-
CAT_USERS_GROUPS
public static final String CAT_USERS_GROUPS
- See Also:
- Constant Field Values
-
CAT_UI
public static final String CAT_UI
- See Also:
- Constant Field Values
-
CAT_LOCAL_CONFIGURATION
public static final String CAT_LOCAL_CONFIGURATION
- See Also:
- Constant Field Values
-
CAT_WORKFLOW
public static final String CAT_WORKFLOW
- See Also:
- Constant Field Values
-
SEAM_CONTEXT
public static final String SEAM_CONTEXT
- See Also:
- Constant Field Values
-
WORKFLOW_CONTEXT
public static final String WORKFLOW_CONTEXT
- See Also:
- Constant Field Values
-
CAT_BUSINESS
public static final String CAT_BUSINESS
- See Also:
- Constant Field Values
-
CAT_CHAIN
public static final String CAT_CHAIN
- Since:
- 5.9.4
- See Also:
- Constant Field Values
-
W_TEXT
public static final String W_TEXT
- See Also:
- Constant Field Values
-
W_MULTILINE_TEXT
public static final String W_MULTILINE_TEXT
- See Also:
- Constant Field Values
-
W_MAIL_TEMPLATE
public static final String W_MAIL_TEMPLATE
- See Also:
- Constant Field Values
-
W_TEMPLATE_RESOURCE
public static final String W_TEMPLATE_RESOURCE
- See Also:
- Constant Field Values
-
W_PROPERTIES
public static final String W_PROPERTIES
- See Also:
- Constant Field Values
-
W_CHECK
public static final String W_CHECK
- See Also:
- Constant Field Values
-
W_RADIO
public static final String W_RADIO
- See Also:
- Constant Field Values
-
W_OPTION
public static final String W_OPTION
- See Also:
- Constant Field Values
-
W_LIST
public static final String W_LIST
- See Also:
- Constant Field Values
-
W_COMBO
public static final String W_COMBO
- See Also:
- Constant Field Values
-
W_DATE
public static final String W_DATE
- See Also:
- Constant Field Values
-
W_DECIMAL
public static final String W_DECIMAL
- See Also:
- Constant Field Values
-
W_NUMBER
public static final String W_NUMBER
- See Also:
- Constant Field Values
-
W_AUDIT_EVENT
public static final String W_AUDIT_EVENT
- See Also:
- Constant Field Values
-
VAR_WORKFLOW
public static final String VAR_WORKFLOW
- See Also:
- Constant Field Values
-
VAR_WORKFLOW_NODE
public static final String VAR_WORKFLOW_NODE
- See Also:
- Constant Field Values
-
VAR_RUNTIME_CHAIN
public static final String VAR_RUNTIME_CHAIN
- See Also:
- Constant Field Values
-
LF
public static final String LF
-
-