- java.lang.Object
-
- org.tentackle.common.Constants
-
public class Constants extends java.lang.ObjectClass holding constants for build- and runtime.- Author:
- harald
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAN_CLASSIDjava name class-ID.static java.lang.StringAN_EDITEDBYjava name of the editing user.static java.lang.StringAN_EDITEDEXPIRYjava name of time "lock token" will expire.static java.lang.StringAN_EDITEDSINCEjava name of time editing started.static java.lang.StringAN_IDjava name of ID.static java.lang.StringAN_NORMTEXTjava name for the normtext.static java.lang.StringAN_ROOTCLASSIDjava name root-class-ID.static java.lang.StringAN_ROOTIDjava name root-ID.static java.lang.StringAN_SERIALjava name of serial.static java.lang.StringAN_TABLESERIALjava name of tableserial.static java.lang.StringBACKEND_DRIVERexplicit driver name and url to load it from <name:url>.static java.lang.StringBACKEND_INFOOptional backend configuration.
Useful to define extra technical user credentials for the physical connection, to load JDBC-drivers at runtime or to switch between different backends.static java.lang.StringBACKEND_INFO_SYSTEMValue of backendinfo to allow selecting the backend (see Login in fx-rdc) using system preferences.
If the value is followed by a colon and a name, that name is treated as theBackendConfiguration.static java.lang.StringBACKEND_INFO_USERValue of backendinfo to allow selecting the backend (see Login in fx-rdc) using user preferences.
If the value is followed by a colon and a name, that name is treated as theBackendConfiguration.static java.lang.StringBACKEND_JDBC_URL_INTROintro in URL to denote a JDBC connection.static java.lang.StringBACKEND_JNDI_URL_INTROintro in URL to denote a JNDI connection.static java.lang.StringBACKEND_PASSWORDproperty key for the password.static java.lang.StringBACKEND_PROPSname of property file holding the backend properties.static java.lang.StringBACKEND_RMI_URL_INTROintro in URL to denote a remote connection.static java.lang.StringBACKEND_SCHEMASproperty key for the optional schemas.static java.lang.StringBACKEND_URLproperty key for the backend URL.static java.lang.StringBACKEND_USERproperty key for username.static java.lang.StringBIND_AUTOSELECTbind option autoselect field.static java.lang.StringBIND_COLSbind option COLS = ...static java.lang.StringBIND_DIGITSbind option digits only.static java.lang.StringBIND_LCbind option lowercase.static java.lang.StringBIND_LINESbind option LINES = ...static java.lang.StringBIND_MAXCOLSbind option MAXCOLS = ...static java.lang.StringBIND_SCALEbind option SCALE = ...static java.lang.StringBIND_UCbind option uppercase.static java.lang.StringBIND_UNSIGNEDbind option UNSIGNED.static java.lang.StringBIND_UTCbind timestamp with UTC option.static intBMONEY_DIGITSmaximum number of significant digits for BMoney.static java.lang.StringBUNDLE_SERVICE_PATHthe directory for resource bundle names.static java.lang.StringCN_CLASSIDname of class-ID column.static java.lang.StringCN_EDITEDBYthe object ID of the user currently editing this object.static java.lang.StringCN_EDITEDEXPIRYtime when "lock token" will expire.static java.lang.StringCN_EDITEDSINCEtime when editing started.static java.lang.StringCN_IDname of ID column.static java.lang.StringCN_NORMTEXTcolumn name for the normtext.static java.lang.StringCN_ROOTCLASSIDname of root-class-ID column.static java.lang.StringCN_ROOTIDname of root-ID column.static java.lang.StringCN_SERIALname of serial column.static java.lang.StringCN_TABLESERIALname of tableserial column.static longDAY_MSa day in milliseconds.static java.lang.StringDEFAULT_SERVICE_PATHthe directory for default service provider configurations.static java.lang.StringDIGITSAll digits in a string.static intDMONEY_DIGITSmaximum number of significant digits for DMoney.static longHOUR_MSan hour in milliseconds.static java.lang.StringMAPPED_SERVICE_PATHthe directory for mapped service provider configurations.static java.lang.StringMETA_SERVICE_PATHthe directory for meta service provider configurations.static longMINUTE_MSa minute in milliseconds.static java.lang.StringNAME_NONEname for "none".static java.lang.StringNAME_UNKNOWNunknown name.static java.lang.StringORIGIN_INFO_LEADHeredocs may start with this lead followed by the source info.
Same as in wurbelizer's Constants.static java.lang.StringPROPS_EXTENSIONextension for property files.static longSECOND_MSa second in milliseconds.static java.lang.StringSUPPRESS_WARNINGS_STATEFUL_DOMAIN_LOGICsuppress warnings for suspicious stateful domain logic.
-
-
-
Field Detail
-
MAPPED_SERVICE_PATH
public static final java.lang.String MAPPED_SERVICE_PATH
the directory for mapped service provider configurations.- See Also:
- Constant Field Values
-
META_SERVICE_PATH
public static final java.lang.String META_SERVICE_PATH
the directory for meta service provider configurations.- See Also:
- Constant Field Values
-
DEFAULT_SERVICE_PATH
public static final java.lang.String DEFAULT_SERVICE_PATH
the directory for default service provider configurations.- See Also:
- Constant Field Values
-
BUNDLE_SERVICE_PATH
public static final java.lang.String BUNDLE_SERVICE_PATH
the directory for resource bundle names.- See Also:
- Constant Field Values
-
SUPPRESS_WARNINGS_STATEFUL_DOMAIN_LOGIC
public static final java.lang.String SUPPRESS_WARNINGS_STATEFUL_DOMAIN_LOGIC
suppress warnings for suspicious stateful domain logic.- See Also:
- Constant Field Values
-
NAME_NONE
public static final java.lang.String NAME_NONE
name for "none".- See Also:
- Constant Field Values
-
NAME_UNKNOWN
public static final java.lang.String NAME_UNKNOWN
unknown name.- See Also:
- Constant Field Values
-
PROPS_EXTENSION
public static final java.lang.String PROPS_EXTENSION
extension for property files.- See Also:
- Constant Field Values
-
BACKEND_PROPS
public static final java.lang.String BACKEND_PROPS
name of property file holding the backend properties.- See Also:
- Constant Field Values
-
BACKEND_URL
public static final java.lang.String BACKEND_URL
property key for the backend URL.- See Also:
- Constant Field Values
-
BACKEND_DRIVER
public static final java.lang.String BACKEND_DRIVER
explicit driver name and url to load it from <name:url>.- See Also:
- Constant Field Values
-
BACKEND_SCHEMAS
public static final java.lang.String BACKEND_SCHEMAS
property key for the optional schemas.- See Also:
- Constant Field Values
-
BACKEND_USER
public static final java.lang.String BACKEND_USER
property key for username.- See Also:
- Constant Field Values
-
BACKEND_PASSWORD
public static final java.lang.String BACKEND_PASSWORD
property key for the password.- See Also:
- Constant Field Values
-
BACKEND_JDBC_URL_INTRO
public static final java.lang.String BACKEND_JDBC_URL_INTRO
intro in URL to denote a JDBC connection.- See Also:
- Constant Field Values
-
BACKEND_RMI_URL_INTRO
public static final java.lang.String BACKEND_RMI_URL_INTRO
intro in URL to denote a remote connection.- See Also:
- Constant Field Values
-
BACKEND_JNDI_URL_INTRO
public static final java.lang.String BACKEND_JNDI_URL_INTRO
intro in URL to denote a JNDI connection.- See Also:
- Constant Field Values
-
BACKEND_INFO
public static final java.lang.String BACKEND_INFO
Optional backend configuration.
Useful to define extra technical user credentials for the physical connection, to load JDBC-drivers at runtime or to switch between different backends.The backend info comes in 3 flavours:
@useror@system: the login dialog allows the user to manage backend parameters and optional drivers through the UI. The settings are stored in the user-preferences for@userand system preferences for@system@user:backendnameor@system:backendname: loads the configuration for the backend with the given name from the user- or system-preferences, respectively- a property file name: loads the settings from the given property file
- See Also:
- Constant Field Values
-
BACKEND_INFO_USER
public static final java.lang.String BACKEND_INFO_USER
Value of backendinfo to allow selecting the backend (see Login in fx-rdc) using user preferences.
If the value is followed by a colon and a name, that name is treated as theBackendConfiguration.- See Also:
- Constant Field Values
-
BACKEND_INFO_SYSTEM
public static final java.lang.String BACKEND_INFO_SYSTEM
Value of backendinfo to allow selecting the backend (see Login in fx-rdc) using system preferences.
If the value is followed by a colon and a name, that name is treated as theBackendConfiguration.- See Also:
- Constant Field Values
-
CN_ID
public static final java.lang.String CN_ID
name of ID column.- See Also:
- Constant Field Values
-
AN_ID
public static final java.lang.String AN_ID
java name of ID.- See Also:
- Constant Field Values
-
CN_SERIAL
public static final java.lang.String CN_SERIAL
name of serial column.- See Also:
- Constant Field Values
-
AN_SERIAL
public static final java.lang.String AN_SERIAL
java name of serial.- See Also:
- Constant Field Values
-
CN_TABLESERIAL
public static final java.lang.String CN_TABLESERIAL
name of tableserial column.- See Also:
- Constant Field Values
-
AN_TABLESERIAL
public static final java.lang.String AN_TABLESERIAL
java name of tableserial.- See Also:
- Constant Field Values
-
CN_CLASSID
public static final java.lang.String CN_CLASSID
name of class-ID column.- See Also:
- Constant Field Values
-
AN_CLASSID
public static final java.lang.String AN_CLASSID
java name class-ID.- See Also:
- Constant Field Values
-
CN_ROOTID
public static final java.lang.String CN_ROOTID
name of root-ID column.- See Also:
- Constant Field Values
-
AN_ROOTID
public static final java.lang.String AN_ROOTID
java name root-ID.- See Also:
- Constant Field Values
-
CN_ROOTCLASSID
public static final java.lang.String CN_ROOTCLASSID
name of root-class-ID column.- See Also:
- Constant Field Values
-
AN_ROOTCLASSID
public static final java.lang.String AN_ROOTCLASSID
java name root-class-ID.- See Also:
- Constant Field Values
-
CN_EDITEDBY
public static final java.lang.String CN_EDITEDBY
the object ID of the user currently editing this object.- See Also:
- Constant Field Values
-
AN_EDITEDBY
public static final java.lang.String AN_EDITEDBY
java name of the editing user.- See Also:
- Constant Field Values
-
CN_EDITEDSINCE
public static final java.lang.String CN_EDITEDSINCE
time when editing started.- See Also:
- Constant Field Values
-
AN_EDITEDSINCE
public static final java.lang.String AN_EDITEDSINCE
java name of time editing started.- See Also:
- Constant Field Values
-
CN_EDITEDEXPIRY
public static final java.lang.String CN_EDITEDEXPIRY
time when "lock token" will expire.- See Also:
- Constant Field Values
-
AN_EDITEDEXPIRY
public static final java.lang.String AN_EDITEDEXPIRY
java name of time "lock token" will expire.- See Also:
- Constant Field Values
-
CN_NORMTEXT
public static final java.lang.String CN_NORMTEXT
column name for the normtext.- See Also:
- Constant Field Values
-
AN_NORMTEXT
public static final java.lang.String AN_NORMTEXT
java name for the normtext.- See Also:
- Constant Field Values
-
BIND_MAXCOLS
public static final java.lang.String BIND_MAXCOLS
bind option MAXCOLS = ...- See Also:
- Constant Field Values
-
BIND_COLS
public static final java.lang.String BIND_COLS
bind option COLS = ...- See Also:
- Constant Field Values
-
BIND_SCALE
public static final java.lang.String BIND_SCALE
bind option SCALE = ...- See Also:
- Constant Field Values
-
BIND_UNSIGNED
public static final java.lang.String BIND_UNSIGNED
bind option UNSIGNED.- See Also:
- Constant Field Values
-
BIND_DIGITS
public static final java.lang.String BIND_DIGITS
bind option digits only.- See Also:
- Constant Field Values
-
BIND_UC
public static final java.lang.String BIND_UC
bind option uppercase.- See Also:
- Constant Field Values
-
BIND_LC
public static final java.lang.String BIND_LC
bind option lowercase.- See Also:
- Constant Field Values
-
BIND_AUTOSELECT
public static final java.lang.String BIND_AUTOSELECT
bind option autoselect field.- See Also:
- Constant Field Values
-
BIND_UTC
public static final java.lang.String BIND_UTC
bind timestamp with UTC option.- See Also:
- Constant Field Values
-
BIND_LINES
public static final java.lang.String BIND_LINES
bind option LINES = ...- See Also:
- Constant Field Values
-
BMONEY_DIGITS
public static final int BMONEY_DIGITS
maximum number of significant digits for BMoney.- See Also:
- Constant Field Values
-
DMONEY_DIGITS
public static final int DMONEY_DIGITS
maximum number of significant digits for DMoney.- See Also:
- Constant Field Values
-
SECOND_MS
public static final long SECOND_MS
a second in milliseconds.- See Also:
- Constant Field Values
-
MINUTE_MS
public static final long MINUTE_MS
a minute in milliseconds.- See Also:
- Constant Field Values
-
HOUR_MS
public static final long HOUR_MS
an hour in milliseconds.- See Also:
- Constant Field Values
-
DAY_MS
public static final long DAY_MS
a day in milliseconds.- See Also:
- Constant Field Values
-
ORIGIN_INFO_LEAD
public static final java.lang.String ORIGIN_INFO_LEAD
Heredocs may start with this lead followed by the source info.
Same as in wurbelizer's Constants.- See Also:
- Constant Field Values
-
DIGITS
public static final java.lang.String DIGITS
All digits in a string.- See Also:
- Constant Field Values
-
-