public class Fields extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CARO_URL
Link to CARO (CombineArchive to Research Object) Converter
|
static String |
CHARSET
The charset for all http related interactions
|
static int |
COOKIE_AGE
The Constant COOKIE_AGE.
|
static String |
COOKIE_PATH
The Constant COOKIE_PATH.
|
static String |
COOKIE_USER
The Constant COOKIE_USER.
|
static String |
COOKIE_WORKSPACE_HISTORY
The Constant COOKIE_WORKSPACE_HISTORY
|
static String |
FEEDBACK_URL
Link to a feedback form
|
static Set<String> |
FILENAME_BLACKLIST
Blacklist of file names
|
static String |
HASH_ALGO
Hash Algo for generating temp ids
|
static long |
LOCK_ARCHIVE_TIMEOUT
Timeout for locks on archives
|
static String |
NEW_ARCHIVE_NAME
Default name for new combine archives
|
static String |
PROP_ARCHIVE_PRE |
static String |
PROP_LASTSEEN_PRE |
static String |
PROP_SEPARATOR |
static String |
PROP_SEPARATOR_REGEX |
static String |
PROP_WORKSPACE_PRE |
static long |
QUOTA_ARCHIVE_LIMIT
Maximum number of archives in a workspace.
|
static long |
QUOTA_ARCHIVE_SIZE
Maximum size of one archive in bytes.
|
static long |
QUOTA_FILE_LIMIT
Maximum number of files in an archive.
|
static long |
QUOTA_TOTAL_SIZE
Maximum size in bytes of all workspaces together.
|
static long |
QUOTA_UNLIMITED
Value for unlimited quota.
|
static long |
QUOTA_UPLOAD_SIZE
Maximum file size for uploads.
|
static long |
QUOTA_WORKSPACE_AGE
Maximum time in seconds a workspace can be left unused, before deletion.
|
static long |
QUOTA_WORKSPACE_SIZE
Maximum size in bytes of all archives in one workspaces together.
|
static String |
SEDML_WEBTOOLS_URL
Link to the sedML WebTools for starting a simulation
|
static File |
SETTINGS_FILE |
static String |
SETTINGS_FILE_NAME |
static long |
STATS_MAX_AGE
max time for caching statistic data
|
static boolean |
STATS_PUBLIC
switch the open stats page on or off, also limits the access to the rest-endpoint, when set to false
|
static String |
STATS_SECRET
is set to something != null, it enables the full access to all stats, when added as URL-Parameter
|
static File |
STORAGE
The Constant STORAGE.
|
static long |
STORAGE_AGE
minimum time after that the settings should be stored in ms
|
static String |
TEMP_FILE_PREFIX
Prefix for temp files
|
Constructor and Description |
---|
Fields() |
public static final String COOKIE_USER
public static final String COOKIE_PATH
public static final String COOKIE_WORKSPACE_HISTORY
public static final String SETTINGS_FILE_NAME
public static File STORAGE
public static File SETTINGS_FILE
public static final int COOKIE_AGE
public static final String PROP_ARCHIVE_PRE
public static final String PROP_WORKSPACE_PRE
public static final String PROP_LASTSEEN_PRE
public static final String PROP_SEPARATOR
public static final String PROP_SEPARATOR_REGEX
public static final long STORAGE_AGE
public static final String TEMP_FILE_PREFIX
public static final String HASH_ALGO
public static final String CHARSET
public static final long LOCK_ARCHIVE_TIMEOUT
public static final String NEW_ARCHIVE_NAME
public static String SEDML_WEBTOOLS_URL
public static String FEEDBACK_URL
public static String CARO_URL
public static long STATS_MAX_AGE
public static boolean STATS_PUBLIC
public static String STATS_SECRET
public static final long QUOTA_UNLIMITED
public static long QUOTA_TOTAL_SIZE
public static long QUOTA_WORKSPACE_SIZE
public static long QUOTA_WORKSPACE_AGE
public static long QUOTA_ARCHIVE_SIZE
public static long QUOTA_ARCHIVE_LIMIT
public static long QUOTA_FILE_LIMIT
public static long QUOTA_UPLOAD_SIZE
Copyright © 2015. All Rights Reserved.