Class StaticObjects
java.lang.Object
org.eclipse.dirigible.commons.config.StaticObjects
public final class StaticObjects extends Object
The Class StaticObjects.
-
Field Summary
Fields Modifier and Type Field Description static StringBPM_PROVIDERThe Constant BPM_PROVIDER.static StringCMS_DATABASE_REPOSITORYThe Constant CMS_DATABASE_REPOSITORY.static StringCMS_PROVIDERThe Constant CMS_PROVIDER.static StringDATABASEThe Constant DATABASE.static StringDATABASE_REPOSITORYThe Constant DATABASE_REPOSITORY.static StringDATASOURCEThe Constant DATASOURCE.static StringJAVASCRIPT_ENGINEThe Constant JAVASCRIPT_ENGINE.static StringLOCAL_REPOSITORYThe Constant LOCAL_REPOSITORY.static StringMASTER_REPOSITORYThe Constant MASTER_REPOSITORY.static StringREPOSITORYThe Constant REPOSITORY.static StringSYSTEM_DATASOURCEThe Constant SYSTEM_DATASOURCE.static StringWEBSOCKET_HANDLERThe Constant WEBSOCKET_HANDLER. -
Constructor Summary
Constructors Constructor Description StaticObjects() -
Method Summary
-
Field Details
-
DATASOURCE
The Constant DATASOURCE.- See Also:
- Constant Field Values
-
SYSTEM_DATASOURCE
The Constant SYSTEM_DATASOURCE.- See Also:
- Constant Field Values
-
DATABASE
The Constant DATABASE.- See Also:
- Constant Field Values
-
REPOSITORY
The Constant REPOSITORY.- See Also:
- Constant Field Values
-
MASTER_REPOSITORY
The Constant MASTER_REPOSITORY.- See Also:
- Constant Field Values
-
DATABASE_REPOSITORY
The Constant DATABASE_REPOSITORY.- See Also:
- Constant Field Values
-
LOCAL_REPOSITORY
The Constant LOCAL_REPOSITORY.- See Also:
- Constant Field Values
-
CMS_PROVIDER
The Constant CMS_PROVIDER.- See Also:
- Constant Field Values
-
CMS_DATABASE_REPOSITORY
The Constant CMS_DATABASE_REPOSITORY.- See Also:
- Constant Field Values
-
JAVASCRIPT_ENGINE
The Constant JAVASCRIPT_ENGINE.- See Also:
- Constant Field Values
-
WEBSOCKET_HANDLER
The Constant WEBSOCKET_HANDLER.- See Also:
- Constant Field Values
-
BPM_PROVIDER
The Constant BPM_PROVIDER.- See Also:
- Constant Field Values
-
-
Constructor Details
-
StaticObjects
public StaticObjects()
-
-
Method Details