public class Setting extends Object implements EntityWithId<String>
Modifier and Type | Field and Description |
---|---|
static String |
COMPILE_TO_JAVA
Compiles model to java.
|
static String |
CONFIRM_MODEL_UPLOAD
Ask user for confirmation when uploading model to the server.
|
static String |
CREATE_PROCESS_LOGS
Create process logs.
|
static String |
CUT_LONG_STRINGS
Cut strings longer that defined in database.
|
static String |
DUMP_MODEL_INSTANCE_ON_EXCEPTION
Dump model instance state if exception occurs.
|
static String |
HEALTHCHECK_NUMBER_ENGINE_LOOPS
Health check number of engine lools.
|
static String |
INITIAL_MODELS_SQL
SQL that returns ids of model that should be loaded on the start of the server.
|
static String |
LINES_OF_EXPRESSION_LOGGED_IN_EXCEPTION
Number of lines before and after problem in an expression logged in stack trace.
|
static String |
MAX_NUMBER_ENGINE_LOOPS
Max number of engine lools.
|
static String |
QUERY_FIND_ALL
Query name: finds all settings
|
static String |
REPLACE_UNSUPPORTED_XML_CHARACTERS
Replace characters that are not supported in xml.
|
static String |
SETTING_ENABLE_DROP_CREATE
Engine setting.
|
static String |
SETTING_INTERPRETATION_STRATEGY
Interpretation strategy of the engine.
|
static String |
SETTING_SERIALIZE_MODEL_UPLOAD
The setting used for serialization of model upload.
|
static String |
SSO_ENABLED
SSO is enabled.
|
static String |
TIMER_INTERVAL
Smallest interval for timer service.
|
static String |
USER_ACTIVITY_TRACKING
Tracking of users.
|
static String |
USER_ACTIVITY_TRACKING_TIMEOUT
Tracking of users timeout.
|
Constructor and Description |
---|
Setting() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the primary key.
|
String |
getValue() |
void |
setId(String id) |
void |
setValue(String value) |
public static final String QUERY_FIND_ALL
public static final String SETTING_ENABLE_DROP_CREATE
public static final String SETTING_SERIALIZE_MODEL_UPLOAD
public static final String SETTING_INTERPRETATION_STRATEGY
InterpretationStrategy
.public static final String DUMP_MODEL_INSTANCE_ON_EXCEPTION
public static final String INITIAL_MODELS_SQL
public static final String LINES_OF_EXPRESSION_LOGGED_IN_EXCEPTION
public static final String CREATE_PROCESS_LOGS
public static final String CUT_LONG_STRINGS
public static final String REPLACE_UNSUPPORTED_XML_CHARACTERS
public static final String CONFIRM_MODEL_UPLOAD
public static final String TIMER_INTERVAL
public static final String COMPILE_TO_JAVA
public static final String USER_ACTIVITY_TRACKING
public static final String USER_ACTIVITY_TRACKING_TIMEOUT
public static final String SSO_ENABLED
public static final String MAX_NUMBER_ENGINE_LOOPS
public static final String HEALTHCHECK_NUMBER_ENGINE_LOOPS
public String getId()
EntityWithId
getId
in interface EntityWithId<String>
public void setId(String id)
id
- the id to setpublic String getValue()
public void setValue(String value)
value
- the value to setCopyright © 2007-2018 Whitestein Technologies. All Rights Reserved.