Constant Field Values
Contents
<Unnamed>.*
-
OpenBISScreeningML Modifier and Type Constant Field Value public static final java.lang.String
REQUIRES_OPENBIS_AS_API
"1.7"
public static final java.lang.String
REQUIRES_OPENBIS_DSS_API
"1.1"
public static final java.lang.String
VERSION
"1"
ch.ethz.*
-
ch.ethz.sis.openbis.generic.asapi.v3.IApplicationServerApi Modifier and Type Constant Field Value public static final java.lang.String
JSON_SERVICE_URL
"/rmi-application-server-v3.json"
public static final java.lang.String
SERVICE_NAME
"application-server"
public static final java.lang.String
SERVICE_URL
"/rmi-application-server-v3"
-
ch.ethz.sis.openbis.generic.asapi.v3.dto.authorizationgroup.fetchoptions.AuthorizationGroupSortOptions Modifier and Type Constant Field Value public static final java.lang.String
CODE
"CODE"
-
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.EntitySortOptions<OBJECT extends ICodeHolder & IPermIdHolder & IRegistrationDateHolder & IModificationDateHolder> Modifier and Type Constant Field Value public static final java.lang.String
CODE
"CODE"
public static final java.lang.String
MODIFICATION_DATE
"MODIFICATION_DATE"
public static final java.lang.String
PERM_ID
"PERM_ID"
public static final java.lang.String
REGISTRATION_DATE
"REGISTRATION_DATE"
-
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.EntityWithPropertiesSortOptions<OBJECT extends ICodeHolder & IPermIdHolder & IRegistrationDateHolder & IModificationDateHolder & IPropertiesHolder> Modifier and Type Constant Field Value public static final java.lang.String
FETCHED_FIELDS_SCORE
"FETCHED_FIELDS_SCORE"
public static final java.lang.String
PROPERTY
"PROPERTY"
public static final java.lang.String
TYPE
"TYPE"
-
ch.ethz.sis.openbis.generic.asapi.v3.dto.experiment.fetchoptions.ExperimentSortOptions Modifier and Type Constant Field Value public static final java.lang.String
IDENTIFIER
"IDENTIFIER"
-
ch.ethz.sis.openbis.generic.asapi.v3.dto.global.fetchoptions.GlobalSearchObjectSortOptions Modifier and Type Constant Field Value public static final java.lang.String
OBJECT_IDENTIFIER
"OBJECT_IDENTIFIER"
public static final java.lang.String
OBJECT_KIND
"OBJECT_KIND"
public static final java.lang.String
OBJECT_PERM_ID
"OBJECT_PERM_ID"
public static final java.lang.String
SCORE
"SCORE"
-
ch.ethz.sis.openbis.generic.asapi.v3.dto.plugin.fetchoptions.PluginSortOptions Modifier and Type Constant Field Value public static final java.lang.String
NAME
"NAME"
-
ch.ethz.sis.openbis.generic.asapi.v3.dto.project.fetchoptions.ProjectSortOptions Modifier and Type Constant Field Value public static final java.lang.String
IDENTIFIER
"IDENTIFIER"
-
ch.ethz.sis.openbis.generic.asapi.v3.dto.property.fetchoptions.PropertyAssignmentSortOptions Modifier and Type Constant Field Value public static final java.lang.String
CODE
"CODE"
public static final java.lang.String
LABEL
"LABEL"
public static final java.lang.String
ORDINAL
"ORDINAL"
-
ch.ethz.sis.openbis.generic.asapi.v3.dto.property.fetchoptions.PropertyTypeSortOptions Modifier and Type Constant Field Value public static final java.lang.String
CODE
"CODE"
-
ch.ethz.sis.openbis.generic.asapi.v3.dto.query.fetchoptions.QueryDatabaseSortOptions Modifier and Type Constant Field Value public static final java.lang.String
NAME
"NAME"
-
ch.ethz.sis.openbis.generic.asapi.v3.dto.sample.fetchoptions.SampleSortOptions Modifier and Type Constant Field Value public static final java.lang.String
IDENTIFIER
"IDENTIFIER"
-
ch.ethz.sis.openbis.generic.asapi.v3.dto.tag.fetchoptions.TagSortOptions Modifier and Type Constant Field Value public static final java.lang.String
CODE
"CODE"
public static final java.lang.String
REGISTRATION_DATE
"REGISTRATION_DATE"
-
ch.ethz.sis.openbis.generic.asapi.v3.dto.vocabulary.fetchoptions.VocabularySortOptions Modifier and Type Constant Field Value public static final java.lang.String
CODE
"CODE"
-
ch.ethz.sis.openbis.generic.asapi.v3.dto.vocabulary.fetchoptions.VocabularyTermSortOptions Modifier and Type Constant Field Value public static final java.lang.String
CODE
"CODE"
public static final java.lang.String
ORDINAL
"ORDINAL"
-
ch.ethz.sis.openbis.generic.dssapi.v3.IDataStoreServerApi Modifier and Type Constant Field Value public static final java.lang.String
JSON_SERVICE_URL
"/rmi-data-store-server-v3.json"
public static final java.lang.String
SERVICE_NAME
"data-store-server"
public static final java.lang.String
SERVICE_URL
"/rmi-data-store-server-v3"
ch.systemsx.*
-
ch.systemsx.cisd.base.convert.NativeData Modifier and Type Constant Field Value public static final int
CHAR_SIZE
2
public static final int
DOUBLE_SIZE
8
public static final int
FLOAT_SIZE
4
public static final int
INT_SIZE
4
public static final int
LONG_SIZE
8
public static final int
SHORT_SIZE
2
-
ch.systemsx.cisd.base.namedthread.NamingThreadPoolExecutor Modifier and Type Constant Field Value public static final long
DEFAULT_KEEP_ALIVE_TIME_MILLIS
10000L
-
ch.systemsx.cisd.base.tests.AbstractFileSystemTestCase Modifier and Type Constant Field Value protected static final java.lang.String
TARGETS_DIRECTORY
"targets"
protected static final java.lang.String
UNIT_TEST_WORKING_DIRECTORY
"unit-test-wd"
-
ch.systemsx.cisd.base.unix.Unix Modifier and Type Constant Field Value public static final short
S_IRGRP
32
public static final short
S_IROTH
4
public static final short
S_IRUSR
256
public static final short
S_ISGID
1024
public static final short
S_ISUID
2048
public static final short
S_ISVTX
512
public static final short
S_IWGRP
16
public static final short
S_IWOTH
2
public static final short
S_IWUSR
128
public static final short
S_IXGRP
8
public static final short
S_IXOTH
1
public static final short
S_IXUSR
64
-
ch.systemsx.cisd.common.api.IRpcServiceNameServer Modifier and Type Constant Field Value public static final java.lang.String
PREFFERED_BEAN_NAME
"rpc-name-server"
public static final java.lang.String
PREFFERED_SERVICE_NAME
"name-server"
public static final java.lang.String
PREFFERED_URL_SUFFIX
"/rmi-name-server"
-
ch.systemsx.cisd.common.mail.JavaMailProperties Modifier and Type Constant Field Value public static final java.lang.String
MAIL_DEBUG
"mail.debug"
public static final java.lang.String
MAIL_FROM
"mail.from"
public static final java.lang.String
MAIL_SMTP_AUTH
"mail.smtp.auth"
public static final java.lang.String
MAIL_SMTP_HOST
"mail.smtp.host"
public static final java.lang.String
MAIL_SMTP_PORT
"mail.smtp.port"
public static final java.lang.String
MAIL_SMTP_USER
"mail.smtp.user"
public static final java.lang.String
MAIL_TRANSPORT_PROTOCOL
"mail.transport.protocol"
-
ch.systemsx.cisd.common.mail.MailClient Modifier and Type Constant Field Value public static final java.lang.String
MAIL_SMTP_PASSWORD
"mail.smtp.password"
public static final java.lang.String
MAIL_TEST_ADDRESS
"mail.test.address"
-
ch.systemsx.cisd.etlserver.TopLevelDataSetRegistratorGlobalState Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_PRE_STAGING_DIR
"pre-staging"
public static final java.lang.String
PRE_COMMIT_DIR
"pre-commit-dir"
public static final java.lang.String
PRE_STAGING_DIR
"pre-staging-dir"
public static final java.lang.String
RECOVERY_MARKER_DIR
"recovery-marker-dir"
public static final java.lang.String
STAGING_DIR
"staging-dir"
-
ch.systemsx.cisd.etlserver.registrator.api.v1.impl.DataSetRegistrationTransaction<T extends ch.systemsx.cisd.openbis.dss.generic.shared.dto.DataSetInformation> Modifier and Type Constant Field Value public static final java.lang.String
SUCCESS_MESSAGE
"Successfully committed transaction"
-
ch.systemsx.cisd.etlserver.registrator.api.v2.JavaTopLevelDataSetHandlerV2<T extends ch.systemsx.cisd.openbis.dss.generic.shared.dto.DataSetInformation> Modifier and Type Constant Field Value public static final java.lang.String
PROGRAM_CLASS_KEY
"program-class"
-
ch.systemsx.cisd.etlserver.registrator.api.v2.JythonTopLevelDataSetHandlerV2<T extends ch.systemsx.cisd.openbis.dss.generic.shared.dto.DataSetInformation> Modifier and Type Constant Field Value protected static final java.lang.String
FACTORY_VARIABLE_NAME
"factory"
protected static final java.lang.String
INCOMING_DATA_SET_VARIABLE_NAME
"incoming"
public static final java.lang.String
JYTHON_VERSION
"plugin-jython-version"
public static final java.lang.String
SCRIPT_PATH_KEY
"script-path"
protected static final java.lang.String
SERVICE_VARIABLE_NAME
"service"
protected static final java.lang.String
STATE_VARIABLE_NAME
"state"
protected static final java.lang.String
TRANSACTION_VARIABLE_NAME
"transaction"
-
ch.systemsx.cisd.etlserver.registrator.api.v2.impl.DataSetRegistrationTransaction<T extends ch.systemsx.cisd.openbis.dss.generic.shared.dto.DataSetInformation> Modifier and Type Constant Field Value public static final java.lang.String
SUCCESS_MESSAGE
"Successfully committed transaction"
-
ch.systemsx.cisd.openbis.common.api.client.ServiceFinder Modifier and Type Constant Field Value public static final int
SERVER_TIMEOUT_IN_MINUTES
15
-
ch.systemsx.cisd.openbis.dss.client.api.gui.DataSetUploadClient Modifier and Type Constant Field Value public static final int
BUTTON_HEIGHT
30
public static final int
BUTTON_WIDTH
120
public static final int
LABEL_WIDTH
110
-
ch.systemsx.cisd.openbis.dss.client.api.gui.model.DataSetUploadTableModel Modifier and Type Constant Field Value public static final int
DATA_SET_METADATA_COLUMN
2
public static final int
DATA_SET_OWNER_COLUMN
0
public static final int
DATA_SET_PATH_COLUMN
3
public static final int
DATA_SET_TYPE_COLUMN
1
public static final int
UPLOAD_STATUS_COLUMN
4
-
ch.systemsx.cisd.openbis.dss.client.api.gui.table.BevelArrowIcon Modifier and Type Constant Field Value public static final int
DOWN
1
public static final int
UP
0
-
ch.systemsx.cisd.openbis.dss.client.api.gui.table.SortButtonRenderer Modifier and Type Constant Field Value public static final int
DOWN
1
public static final int
NONE
0
public static final int
UP
2
-
ch.systemsx.cisd.openbis.dss.etl.dto.api.ThumbnailsStorageFormat Modifier and Type Constant Field Value public static final boolean
DEFAULT_COMPRESS_THUMBNAILS
false
public static final int
DEFAULT_THUMBNAIL_MAX_SIZE
200
-
ch.systemsx.cisd.openbis.dss.etl.dto.api.impl.MaximumIntensityProjectionGenerationAlgorithm Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_FILE_NAME
"maximum_intensity_projection.png"
-
ch.systemsx.cisd.openbis.dss.generic.shared.api.v1.IDssServiceRpcGeneric Modifier and Type Constant Field Value public static final java.lang.String
DSS_SERVICE_NAME
"DSS Service"
-
ch.systemsx.cisd.openbis.dss.screening.shared.api.v1.IDssServiceRpcScreening Modifier and Type Constant Field Value public static final java.lang.String
JSON_SERVICE_URL
"/rmi-datastore-server-screening-api-v1.json"
public static final int
MAJOR_VERSION
1
public static final java.lang.String
SERVICE_NAME
"screening-dss"
public static final java.lang.String
SERVICE_URL
"/rmi-datastore-server-screening-api-v1"
-
ch.systemsx.cisd.openbis.generic.server.api.v1.GeneralInformationChangingService Modifier and Type Constant Field Value public static final int
MINOR_VERSION
7
-
ch.systemsx.cisd.openbis.generic.server.api.v1.GeneralInformationService Modifier and Type Constant Field Value public static final int
MINOR_VERSION
32
-
ch.systemsx.cisd.openbis.generic.server.api.v1.ResourceNames Modifier and Type Constant Field Value public static final java.lang.String
GENERAL_INFORMATION_CHANGING_SERVICE_SERVER
"general-information-changing-api-server-v1"
public static final java.lang.String
GENERAL_INFORMATION_SERVICE_SERVER
"general-information-api-server-v1"
public static final java.lang.String
QUERY_API_SERVICE_SERVER
"query-api-server-v1"
-
ch.systemsx.cisd.openbis.generic.server.api.v1.WebInformationServiceResourceNames Modifier and Type Constant Field Value public static final java.lang.String
WEB_INFORMATION_SERVICE_SERVER
"web-information-api-server-v1"
-
ch.systemsx.cisd.openbis.generic.shared.api.v1.IGeneralInformationChangingService Modifier and Type Constant Field Value public static final java.lang.String
JSON_SERVICE_URL
"/rmi-general-information-changing-v1.json"
public static final java.lang.String
SERVICE_NAME
"general-information-changing"
public static final java.lang.String
SERVICE_URL
"/rmi-general-information-changing-v1"
-
ch.systemsx.cisd.openbis.generic.shared.api.v1.IGeneralInformationService Modifier and Type Constant Field Value public static final java.lang.String
JSON_SERVICE_URL
"/rmi-general-information-v1.json"
public static final java.lang.String
SERVICE_NAME
"general-information"
public static final java.lang.String
SERVICE_URL
"/rmi-general-information-v1"
-
ch.systemsx.cisd.openbis.generic.shared.api.v1.IWebInformationService Modifier and Type Constant Field Value public static final java.lang.String
JSON_SERVICE_URL
"/rmi-web-information-v1.json"
public static final java.lang.String
SERVICE_NAME
"web-information"
-
ch.systemsx.cisd.openbis.generic.shared.api.v1.json.ObjectMapperResource Modifier and Type Constant Field Value public static final java.lang.String
NAME
"objectMapper-v1"
-
ch.systemsx.cisd.openbis.plugin.query.server.api.v1.ResourceNames Modifier and Type Constant Field Value public static final java.lang.String
QUERY_PLUGIN_SERVER
"query-api-server-v1"
-
ch.systemsx.cisd.openbis.plugin.query.shared.api.v1.IQueryApiServer Modifier and Type Constant Field Value public static final java.lang.String
JSON_SERVICE_URL
"/rmi-query-v1.json"
public static final java.lang.String
QUERY_PLUGIN_SERVER_URL
"/rmi-query-v1"
public static final java.lang.String
SERVICE_NAME
"query"
-
ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.IScreeningApiServer Modifier and Type Constant Field Value public static final java.lang.String
JSON_SERVICE_URL
"/rmi-screening-api-v1.json"
public static final int
MAJOR_VERSION
1
public static final java.lang.String
SERVICE_NAME
"screening"
public static final java.lang.String
SERVICE_URL
"/rmi-screening-api-v1"