Class BasicConstant
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.BasicConstant
-
public class BasicConstant extends java.lang.Object
Definition of basic constants. Can be used by server and GWT client.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ANONYMOUS_KEY
static java.lang.String
CANONICAL_DATE_FORMAT_PATTERN
Canonical date format pattern used to save dates in DB.static java.lang.String
CIFEX_URL_PARAMETER_COMMENT
Cifex URL parameter 'comment'static java.lang.String
CIFEX_URL_PARAMETER_RECIPIENT
Cifex URL parameter 'recipient'static java.lang.String
CODEBASE_PARAMETER
static java.lang.String
CONTAINER_COMPONENT_INTERNAL_RELATIONSHIP
static java.lang.String
CONTAINER_COMPONENT_RELATIONSHIP
static java.lang.String
DATA_SET_UPLOAD_CLIENT_PATH
static java.lang.String
DATE_HOURS_MINUTES_PATTERN
Date format which does not include seconds & time zone.static java.lang.String
DATE_HOURS_MINUTES_SECONDS_PATTERN
Date format which does not include time zone.static java.lang.String
DATE_PATTERN
Date format which does not include time and time zone.static java.lang.String
DEPRECATED_VOCABULARY_URL_TEMPLATE_TERM_PART
Deprecated template part of Vocabulary URL that that is replaced with vocabulary term code.static java.lang.String
DEPRECATED_VOCABULARY_URL_TEMPLATE_TERM_PATTERN
Pattern for deprecated template part of Vocabulary URL that that is replaced with vocabulary term code.static java.lang.String
DYNAMIC_PROPERTY_PLACEHOLDER_VALUE
Value of dynamic property before it is evaluated.static java.lang.String
ERROR_PROPERTY_PREFIX
Prefix of property value that contains error message.static java.lang.String
EXTERNAL_DMS_URL_TEMPLATE_CODE_PART
Template part of an external DMS URL that is replaced with an external data set code.static java.lang.String
EXTERNAL_DMS_URL_TEMPLATE_CODE_PATTERN
Pattern for template part of an external DMS URL that is replaced with an external data set code.static java.lang.String
INTERNAL_NAMESPACE_PREFIX
Prefix of internal namespace vocabulary code.static java.lang.String
LOCATOR_ACTION_PARAMETER
static java.lang.String
MANAGED_PROPERTY_JSON_PREFIX
Prefix of managed property in JSON format as delivered by registration forms.static java.lang.String
MANAGED_PROPERTY_PLACEHOLDER_VALUE
Value of managed property before it is defined by user.static int
MAX_LENGTH_OF_CIFEX_COMMENT
Maximum length of a comment for uploading data sets to CIFEX.static int
MAX_LENGTH_OF_FILE_NAME
Maximum length of a file name for uploading data sets to CIFEX.static java.lang.String
PARENT_CHILD_DB_RELATIONSHIP
static java.lang.String
PARENT_CHILD_INTERNAL_RELATIONSHIP
static java.lang.String
RENDERED_CANONICAL_DATE_FORMAT_PATTERN
Canonical date format pattern used to render dates in GUI in a more readable way.static java.lang.String
SERVER_URL_PARAMETER
static java.lang.String
VIEW_MODE_KEY
static java.lang.String
VOCABULARY_URL_TEMPLATE_TERM_PART
Template part of Vocabulary URL that that is replaced with vocabulary term code.static java.lang.String
VOCABULARY_URL_TEMPLATE_TERM_PATTERN
Pattern for template part of Vocabulary URL that that is replaced with vocabulary term code.static java.lang.String
WEB_APPS_PROPERTY
-
-
-
Field Detail
-
MAX_LENGTH_OF_FILE_NAME
public static final int MAX_LENGTH_OF_FILE_NAME
Maximum length of a file name for uploading data sets to CIFEX.- See Also:
- Constant Field Values
-
MAX_LENGTH_OF_CIFEX_COMMENT
public static final int MAX_LENGTH_OF_CIFEX_COMMENT
Maximum length of a comment for uploading data sets to CIFEX.- See Also:
- Constant Field Values
-
CIFEX_URL_PARAMETER_COMMENT
public static final java.lang.String CIFEX_URL_PARAMETER_COMMENT
Cifex URL parameter 'comment'- See Also:
- Constant Field Values
-
CIFEX_URL_PARAMETER_RECIPIENT
public static final java.lang.String CIFEX_URL_PARAMETER_RECIPIENT
Cifex URL parameter 'recipient'- See Also:
- Constant Field Values
-
INTERNAL_NAMESPACE_PREFIX
public static final java.lang.String INTERNAL_NAMESPACE_PREFIX
Prefix of internal namespace vocabulary code.- See Also:
- Constant Field Values
-
ERROR_PROPERTY_PREFIX
public static final java.lang.String ERROR_PROPERTY_PREFIX
Prefix of property value that contains error message.
-
DYNAMIC_PROPERTY_PLACEHOLDER_VALUE
public static final java.lang.String DYNAMIC_PROPERTY_PLACEHOLDER_VALUE
Value of dynamic property before it is evaluated.
-
MANAGED_PROPERTY_PLACEHOLDER_VALUE
public static final java.lang.String MANAGED_PROPERTY_PLACEHOLDER_VALUE
Value of managed property before it is defined by user.
-
MANAGED_PROPERTY_JSON_PREFIX
public static final java.lang.String MANAGED_PROPERTY_JSON_PREFIX
Prefix of managed property in JSON format as delivered by registration forms.- See Also:
- Constant Field Values
-
VOCABULARY_URL_TEMPLATE_TERM_PART
public static final java.lang.String VOCABULARY_URL_TEMPLATE_TERM_PART
Template part of Vocabulary URL that that is replaced with vocabulary term code.- See Also:
- Constant Field Values
-
VOCABULARY_URL_TEMPLATE_TERM_PATTERN
public static final java.lang.String VOCABULARY_URL_TEMPLATE_TERM_PATTERN
Pattern for template part of Vocabulary URL that that is replaced with vocabulary term code.
-
DEPRECATED_VOCABULARY_URL_TEMPLATE_TERM_PART
public static final java.lang.String DEPRECATED_VOCABULARY_URL_TEMPLATE_TERM_PART
Deprecated template part of Vocabulary URL that that is replaced with vocabulary term code.- See Also:
- Constant Field Values
-
DEPRECATED_VOCABULARY_URL_TEMPLATE_TERM_PATTERN
public static final java.lang.String DEPRECATED_VOCABULARY_URL_TEMPLATE_TERM_PATTERN
Pattern for deprecated template part of Vocabulary URL that that is replaced with vocabulary term code.
-
EXTERNAL_DMS_URL_TEMPLATE_CODE_PART
public static final java.lang.String EXTERNAL_DMS_URL_TEMPLATE_CODE_PART
Template part of an external DMS URL that is replaced with an external data set code.- See Also:
- Constant Field Values
-
EXTERNAL_DMS_URL_TEMPLATE_CODE_PATTERN
public static final java.lang.String EXTERNAL_DMS_URL_TEMPLATE_CODE_PATTERN
Pattern for template part of an external DMS URL that is replaced with an external data set code.
-
CANONICAL_DATE_FORMAT_PATTERN
public static final java.lang.String CANONICAL_DATE_FORMAT_PATTERN
Canonical date format pattern used to save dates in DB. Holds date, time and time zone information. It is less readable then the one used in GUI (RENDERED_CANONICAL_DATE_FORMAT_PATTERN
), but both layers cannot share the more readable one (GWT fails to parse date created with that pattern on the server side).- See Also:
- Constant Field Values
-
RENDERED_CANONICAL_DATE_FORMAT_PATTERN
public static final java.lang.String RENDERED_CANONICAL_DATE_FORMAT_PATTERN
Canonical date format pattern used to render dates in GUI in a more readable way.- See Also:
- Constant Field Values
-
DATE_HOURS_MINUTES_SECONDS_PATTERN
public static final java.lang.String DATE_HOURS_MINUTES_SECONDS_PATTERN
Date format which does not include time zone.- See Also:
- Constant Field Values
-
DATE_PATTERN
public static final java.lang.String DATE_PATTERN
Date format which does not include time and time zone.- See Also:
- Constant Field Values
-
DATE_HOURS_MINUTES_PATTERN
public static final java.lang.String DATE_HOURS_MINUTES_PATTERN
Date format which does not include seconds & time zone.- See Also:
- Constant Field Values
-
VIEW_MODE_KEY
public static final java.lang.String VIEW_MODE_KEY
- See Also:
- Constant Field Values
-
ANONYMOUS_KEY
public static final java.lang.String ANONYMOUS_KEY
- See Also:
- Constant Field Values
-
LOCATOR_ACTION_PARAMETER
public static final java.lang.String LOCATOR_ACTION_PARAMETER
- See Also:
- Constant Field Values
-
PARENT_CHILD_DB_RELATIONSHIP
public static final java.lang.String PARENT_CHILD_DB_RELATIONSHIP
- See Also:
- Constant Field Values
-
PARENT_CHILD_INTERNAL_RELATIONSHIP
public static final java.lang.String PARENT_CHILD_INTERNAL_RELATIONSHIP
- See Also:
- Constant Field Values
-
CONTAINER_COMPONENT_RELATIONSHIP
public static final java.lang.String CONTAINER_COMPONENT_RELATIONSHIP
- See Also:
- Constant Field Values
-
CONTAINER_COMPONENT_INTERNAL_RELATIONSHIP
public static final java.lang.String CONTAINER_COMPONENT_INTERNAL_RELATIONSHIP
- See Also:
- Constant Field Values
-
SERVER_URL_PARAMETER
public static final java.lang.String SERVER_URL_PARAMETER
- See Also:
- Constant Field Values
-
CODEBASE_PARAMETER
public static final java.lang.String CODEBASE_PARAMETER
- See Also:
- Constant Field Values
-
DATA_SET_UPLOAD_CLIENT_PATH
public static final java.lang.String DATA_SET_UPLOAD_CLIENT_PATH
- See Also:
- Constant Field Values
-
WEB_APPS_PROPERTY
public static final java.lang.String WEB_APPS_PROPERTY
- See Also:
- Constant Field Values
-
-