Class PlatformConstants
java.lang.Object
com.bluebell.greenhouse.platform.constants.system.PlatformConstants
Constants defined for the bluebell platform.
- Version:
- 2.0.3
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringUsed as the "include all" code for enums.static final StringEnv config key for the email app recipient, i.e.static final StringDefines the key for frd data urls.static final intHTTP URL timeout in milliseconds.static final intRepresents a large page size when leveraging a pagination endpoint without actually wanting/caring to use the pagination.static final intRepresents a value that when encountered will basically act as a non-factor when returning a limited collection of entries.static final StringGeneric message used when displaying an exception thrown from a class that should not have been instantiated.static final StringDefines the profile operating system argument name.A collection of random English family names.A collection of random English first names.A collection of random English words.static final doubleThe current risk-free rate based on the 10-yr Government of Canada bonds.Defines english stop words used for text processing.static final StringDefines the key used by the jvm to get a tmp directory.Defines the numerical bounds for generating unique numerical ids. -
Method Summary
-
Field Details
-
NO_INSTANTIATION
Generic message used when displaying an exception thrown from a class that should not have been instantiated.- See Also:
-
EMAIL_APP_RECIPIENT
Env config key for the email app recipient, i.e. the email target for system admin notifications.- See Also:
-
HTTP_URL_TIMEOUT
public static final int HTTP_URL_TIMEOUTHTTP URL timeout in milliseconds.- See Also:
-
UID_BOUNDS
-
OS_PROFILE_ARGUMENT
Defines the profile operating system argument name. This is typically used for defining the environment type.Example: dev, staging, prod
- See Also:
-
MAX_RESULT_SIZE
public static final int MAX_RESULT_SIZERepresents a value that when encountered will basically act as a non-factor when returning a limited collection of entries. This value is akin to asking the collection to not have a size limit, i.e. show me all results.- See Also:
-
MAX_PAGE_SIZE
public static final int MAX_PAGE_SIZERepresents a large page size when leveraging a pagination endpoint without actually wanting/caring to use the pagination.- See Also:
-
RISK_FREE_RATE_CANADA
public static final double RISK_FREE_RATE_CANADAThe current risk-free rate based on the 10-yr Government of Canada bonds.- See Also:
-
CATCH_ALL_ENUM_VALUE
-
TEMP_DIRECTORY_KEY
Defines the key used by the jvm to get a tmp directory.- See Also:
-
FRD_FILE_URL_ID
-
STOP_WORDS
-
RANDOM_WORDS
-
RANDOM_FIRST_NAMES
-
RANDOM_FAMILY_NAMES
-