public enum ServerSettingIds extends Enum<ServerSettingIds>
Enum Constant and Description |
---|
COMPILE_TO_JAVA
Compiles model to java.
|
CONFIRM_MODEL_UPLOAD
Ask user for confirmation when uploading model to the server.
|
CREATE_PROCESS_LOGS
Create process logs.
|
CUT_LONG_STRINGS
Cut strings longer that defined in database.
|
DUMP_MODEL_INSTANCE_ON_EXCEPTION
Dump model instance state if exception occurs.
|
ENABLE_DROP_CREATE
Engine setting.
|
GLOBAL_ADMIN_MESSAGE
A message shown to all users on every screen of client application.
|
HEALTHCHECK_NUMBER_ENGINE_LOOPS
Health check number of engine loops.
|
INITIAL_MODELS_SQL
SQL that returns ids of model that should be loaded on the start of the server.
|
INTERPRETATION_STRATEGY
Interpretation strategy of the engine.
|
LINES_OF_EXPRESSION_LOGGED_IN_EXCEPTION
Number of lines before and after problem in an expression logged in stack trace.
|
MAX_NUMBER_ENGINE_LOOPS
Max number of engine loops.
|
REPLACE_UNSUPPORTED_XML_CHARACTERS
Replace characters that are not supported in xml.
|
SERIALIZE_MODEL_UPLOAD
The setting used for serialization of model upload.
|
SSO_ENABLED
SSO is enabled.
|
TIMER_INTERVAL
Smallest interval for timer service.
|
USER_ACTIVITY_TRACKING
Tracking of users.
|
USER_ACTIVITY_TRACKING_TIMEOUT
Tracking of users timeout.
|
Modifier and Type | Method and Description |
---|---|
String |
getId() |
static boolean |
isValidId(String id)
Validates server setting id.
|
static ServerSettingIds |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerSettingIds[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerSettingIds ENABLE_DROP_CREATE
public static final ServerSettingIds SERIALIZE_MODEL_UPLOAD
public static final ServerSettingIds INTERPRETATION_STRATEGY
public static final ServerSettingIds DUMP_MODEL_INSTANCE_ON_EXCEPTION
public static final ServerSettingIds INITIAL_MODELS_SQL
public static final ServerSettingIds LINES_OF_EXPRESSION_LOGGED_IN_EXCEPTION
public static final ServerSettingIds CREATE_PROCESS_LOGS
public static final ServerSettingIds CUT_LONG_STRINGS
public static final ServerSettingIds REPLACE_UNSUPPORTED_XML_CHARACTERS
public static final ServerSettingIds CONFIRM_MODEL_UPLOAD
public static final ServerSettingIds TIMER_INTERVAL
public static final ServerSettingIds COMPILE_TO_JAVA
public static final ServerSettingIds USER_ACTIVITY_TRACKING
public static final ServerSettingIds USER_ACTIVITY_TRACKING_TIMEOUT
public static final ServerSettingIds SSO_ENABLED
public static final ServerSettingIds MAX_NUMBER_ENGINE_LOOPS
public static final ServerSettingIds HEALTHCHECK_NUMBER_ENGINE_LOOPS
public static final ServerSettingIds GLOBAL_ADMIN_MESSAGE
public static ServerSettingIds[] values()
for (ServerSettingIds c : ServerSettingIds.values()) System.out.println(c);
public static ServerSettingIds valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getId()
public static boolean isValidId(String id)
id
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.