A C D E F G I L M N P R S V W 
All Classes All Packages

A

AbstractDataSetAccessPredicate<T,​D> - Class in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization
Abstract super class of all implementations checking data set access.
AbstractDataSetAccessPredicate() - Constructor for class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.AbstractDataSetAccessPredicate
 
addIdentifier(String, String) - Method in class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.MaterialIdentifierCollection
 
addIdentifier(String, String) - Method in class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.MaterialIdentifierCollection
 
AuthorizationGuard - Annotation Type in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization
Parameter annotation to specify which authorization class should be used to check user access.

C

canGetContainedSamples() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISampleImmutable
Return true if this sample object has contained samples available.
canGetContainedSamples() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISampleImmutable
Return true if this sample object has contained samples available.
ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api - package ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api
 
ch.systemsx.cisd.openbis.dss.generic.shared.api.internal - package ch.systemsx.cisd.openbis.dss.generic.shared.api.internal
 
ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization - package ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization
 
ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1 - package ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
 
ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.authorization - package ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.authorization
 
ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2 - package ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
 
ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.authorization - package ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.authorization
 
checkDatasetAccess(String, String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.IDssSessionAuthorizer
Checks whether the session identified by sessionToken is authorized to access the given datasetCode.
checkDatasetAccess(String, List<String>) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.IDssSessionAuthorizer
Checks whether the session identified by sessionToken is authorized to access the given datasetCodes.
checkExperimentWriteable(String, String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.IDssSessionAuthorizer
Checks whether the session identified by sessionToken is authorized to write to the given experimentIdentifier.
checkInstanceAdminAuthorization(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.IDssSessionAuthorizer
Checks whether the session identified by sessionToken has openBIS instance admin privileges.
checkProjectPowerUserAuthorization(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.IDssSessionAuthorizer
Checks whether the session identified by sessionToken has openBIS project power user privileges.
checkSampleWriteable(String, String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.IDssSessionAuthorizer
Checks whether the session identified by sessionToken is authorized to write to the given sampleIdentifier.
checkSpaceWriteable(String, SpaceIdentifier) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.IDssSessionAuthorizer
Checks whether the session identified by sessionToken is authorized to write to the given spaceId.
containsTerm(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IVocabularyImmutable
Check if there is a term with given code in this vocabulary.
containsTerm(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyImmutable
Check if there is a term with given code in this vocabulary.
createEmailSender() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IMailService
 

D

DataSetAccessGuard - Annotation Type in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization
Annotation for service methods to automagically check that the user invoking the method has access to the data set.
DataSetCodeStringPredicate - Class in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization
Predicate for checking that the current user has access to a data set specified by code.
DataSetCodeStringPredicate() - Constructor for class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.DataSetCodeStringPredicate
 
DataSetFileDTOPredicate - Class in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization
Predicate for checking that the current user has access to a data set specified by a DataSetFileDTO
DataSetFileDTOPredicate() - Constructor for class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.DataSetFileDTOPredicate
 
DEFAULT - ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.PrivilegeLevel
 
doesUserHaveRole(String, String, String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.authorization.IAuthorizationService
 
doesUserHaveRole(String, String, String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.authorization.IAuthorizationService
 
DssSessionAuthorizationHolder - Class in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization
Holder object for IDssSessionAuthorizer.
DssSessionAuthorizationHolder() - Constructor for class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.DssSessionAuthorizationHolder
 

E

evaluate(IDssServiceRpcGeneric, String, NewDataSetDTO) - Method in class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.NewDataSetPredicate
 
evaluate(T, String, D) - Method in class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.AbstractDataSetAccessPredicate
 
evaluate(T, String, D) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.authorization.IAuthorizationGuardPredicate
Evaluate the predicate for the receiver object, sessionToken, and predicate argument.
evaluate(T, String, D) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.authorization.IAuthorizationGuardPredicate
Evaluate the predicate for the receiver object, sessionToken, and predicate argument.

F

filterToVisibleDatasets(String, List<IDataSetImmutable>) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.authorization.IAuthorizationService
 
filterToVisibleDatasets(String, List<IDataSetImmutable>) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.authorization.IAuthorizationService
 
filterToVisibleExperiments(String, List<IExperimentImmutable>) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.authorization.IAuthorizationService
 
filterToVisibleExperiments(String, List<IExperimentImmutable>) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.authorization.IAuthorizationService
 
filterToVisibleSamples(String, List<ISampleImmutable>) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.authorization.IAuthorizationService
 
filterToVisibleSamples(String, List<ISampleImmutable>) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.authorization.IAuthorizationService
 

G

getAddress() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IExternalDataManagementSystemImmutable
 
getAddressType() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IExternalDataManagementSystemImmutable
 
getAllPropertyCodes() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
Returns codes of all properties of this dataset.
getAllPropertyCodes() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
Returns codes of all properties of this dataset.
getAuthorizationGroup() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IRoleAssignmentImmutable
 
getAuthorizer() - Static method in class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.DssSessionAuthorizationHolder
Returns the authorizer that can be used to check whether a session is authorized to access a data set code.
getChildrenDataSets() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
Gets the children data sets.
getChildrenDataSets() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
Gets the children data sets.
getCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IExternalDataManagementSystemImmutable
 
getCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IMaterialImmutable
Return the code for this material.
getCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IProjectImmutable
Returns the code of this project.
getCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISampleImmutable
Return the code for this sample.
getCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IVocabularyImmutable
Returns the vocabulary code.
getCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IVocabularyTermImmutable
Return the term's code.
getCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IAuthorizationGroupImmutable
 
getCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IExternalDataManagementSystemImmutable
 
getCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMaterialImmutable
Return the code for this material.
getCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IProjectImmutable
Returns the code of this project.
getCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISampleImmutable
Return the code for this sample.
getCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyImmutable
Returns the vocabulary code.
getCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyTermImmutable
Return the term's code.
getContainedDataSetCodes() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
Get the codes for contained data sets.
getContainedDataSetCodes() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
Get the codes for contained data sets.
getContainedSamples() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISampleImmutable
Return the contained sample objects.
getContainedSamples() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISampleImmutable
Return the contained sample objects.
getContainerDataSet() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
getContainerDataSet() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
getContainerDataSets() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
Returns the codes of all containers in which this data set is contained.
getContainerDataSets() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
Returns the codes of all containers in which this data set is contained.
getContent() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getContent(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetContentProvider
Returns the content of the specified data set.
getContent(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetContentProvider
Returns the content of the specified data set.
getDataSet(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
Get a data set from the openBIS AS.
getDataSetCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getDataSetCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
Get the data set code of the data set
getDataSetCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
Get the data set code of the data set
getDataSetCodes(A) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetPredicate
Extracts from the specified argument data set codes.
getDataSetCodes(A) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetPredicate
Extracts from the specified argument data set codes.
getDataSetCodes(DataSetFileDTO) - Method in class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.DataSetFileDTOPredicate
 
getDataSetCodes(NewDataSetDTO) - Method in class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.NewDataSetPredicate
 
getDataSetCodes(String) - Method in class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.DataSetCodeStringPredicate
 
getDataSetKind() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
 
getDataSetKind() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
 
getDataSetLocation() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getDataSets() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IMetaprojectAssignments
 
getDataSets() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectAssignments
 
getDataSetSize() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getDataSetType() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
Get the data set type.
getDataSetType() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
Get the data set type.
getDataSetTypeCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getDataSetTypeWithPropertyTypes() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
Returns data set type with property types and vocabulary terms for all property types with vocabulary data type.
getDataSetTypeWithPropertyTypes() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
Returns data set type with property types and vocabulary terms for all property types with vocabulary data type.
getDataStoreCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getDataStoreUrl() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getDescription() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IMetaprojectImmutable
 
getDescription() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IProjectImmutable
Return the description for this project.
getDescription() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISpaceImmutable
Return the description for this space.
getDescription() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IVocabularyImmutable
Returns the vocabulary description.
getDescription() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IVocabularyTermImmutable
Return the term's description.
getDescription() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IAttachmentImmutable
 
getDescription() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IAuthorizationGroupImmutable
 
getDescription() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectImmutable
 
getDescription() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IProjectImmutable
Return the description for this project.
getDescription() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISpaceImmutable
Return the description for this space.
getDescription() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyImmutable
Returns the vocabulary description.
getDescription() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyTermImmutable
Return the term's description.
getEntityId() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IMetaprojectContent
 
getEntityId() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectContent
 
getEntityTypeCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IPropertyAssignmentImmutable
Return the code of the assigned entity type.
getEntityTypeCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
Return the code of the assigned entity type.
getExperiment() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
Get the experiment for this data set.
getExperiment() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISampleImmutable
Return the experiment for this sample.
getExperiment() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
Get the experiment for this data set.
getExperiment() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISampleImmutable
Return the experiment for this sample.
getExperiment(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
Deprecated.
Use getExperimentByIdentifier
getExperimentByIdentifier(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
Get an experiment from the openBIS AS.
getExperimentByPermId(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
Get an experiment from the openBIS AS by its perm id.
getExperimentByPermId(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
Get an experiment from the openBIS AS by its perm id.
getExperimentCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getExperimentIdentifier() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getExperimentIdentifier() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IExperimentImmutable
Return the experiment identifier of this experiment.
getExperimentIdentifier() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IExperimentImmutable
Return the experiment identifier of this experiment.
getExperiments() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IMetaprojectAssignments
 
getExperiments() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectAssignments
 
getExperimentType() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IExperimentImmutable
Return the type for this experiment.
getExperimentType() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IExperimentImmutable
Return the type for this experiment.
getExperimentTypeCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getExternalCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
 
getExternalCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
 
getExternalDataManagementSystem() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
Get the external data management system
getExternalDataManagementSystem() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
Get the external data management system
getFileFormatType() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getFileFormatType() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
The file format type of the data set.
getFileFormatType() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
The file format type of the data set.
getFileName() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IAttachmentImmutable
 
getIdentifier() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISpaceImmutable
Return the identifier for this space.
getIdentifiers() - Method in class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.MaterialIdentifierCollection
 
getIdentifiers() - Method in class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.MaterialIdentifierCollection
 
getLabel() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IExternalDataManagementSystemImmutable
 
getLabel() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IVocabularyTermImmutable
Return the term's label.
getLabel() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IExternalDataManagementSystemImmutable
 
getLabel() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchDomainService
Returns the label of this search domain service instance.
getLabel() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyTermImmutable
Return the term's label.
getMainDataSetPath() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getMainDataSetPattern() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getMaterial(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
Get a material from the openBIS AS.
getMaterial(String, String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
Get a material from the openBIS AS.
getMaterialIdentifier() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IMaterialImmutable
Return the identifier for this material.
getMaterialIdentifier() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMaterialImmutable
Return the identifier for this material.
getMaterials() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IMetaprojectAssignments
 
getMaterials() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectAssignments
 
getMaterialType() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IMaterialImmutable
Return the type for this material.
getMaterialType() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMaterialImmutable
Return the type for this material.
getMetaproject() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IMetaprojectAssignments
 
getMetaproject() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectAssignments
 
getMetaproject(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
Get the given metaproject for the current user
getMetaprojectAssignments(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
 
getMetaprojectAssignments(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
 
getModificationDate() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IExperimentImmutable
Returns the modification date of this experiment.
getName() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IMetaprojectImmutable
 
getName() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectImmutable
 
getOrderInContainer(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
Returns the order of this data set in the specified container data set.
getOrderInContainer(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
Returns the order of this data set in the specified container data set.
getOrdinal() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IVocabularyTermImmutable
Return the position of the term in the context of a vocabulary.
getOrdinal() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyTermImmutable
Return the position of the term in the context of a vocabulary.
getOwnerId() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IMetaprojectImmutable
 
getOwnerId() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectImmutable
 
getParentDatasets() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
Gets the parents of the dataset.
getParentDatasets() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
Gets the parents of the dataset.
getParentSampleIdentifiers() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISampleImmutable
Gets the parents of this sample
getParentSampleIdentifiers() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISampleImmutable
Gets the parents of this sample
getPermId() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IExperimentImmutable
Returns the permId of this experiment.
getPermId() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IProjectImmutable
Returns the permanent id of this project.
getPermId() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISampleImmutable
Returns the permId of this sample.
getPermId() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IExperimentImmutable
Returns the permId of this experiment.
getPermId() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IProjectImmutable
Returns the permanent id of this project.
getPermId() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISampleImmutable
Returns the permId of this sample.
getPositionInForms() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IPropertyAssignmentImmutable
Return the position at which the property will be rendered when editing/registering objects of the specified entity type.
getPositionInForms() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
Return the position at which the property will be rendered when editing/registering objects of the specified entity type.
getPossibleSearchOptions() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchDomainService
Returns all possible search options.
getPossibleSearchOptionsKey() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchDomainService
Returns the key used in optionalParametersOrNull if this service supports different SearchDomainSearchOptions.
getProject() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISampleImmutable
Returns the project for this sample or null.
getProject(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
Deprecated.
Use getProjectByIdentifier
getProjectByIdentifier(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
Get a project from the openBIS AS.
getProjectByPermId(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
Get a project from the openBIS AS by its perm id.
getProjectByPermId(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
Get a project from the openBIS AS by its perm id.
getProjectCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getProjectIdentifier() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IProjectImmutable
Return the identifier for this project.
getProjectIdentifier() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IProjectImmutable
Return the identifier for this project.
getPropertyTypeCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IPropertyAssignmentImmutable
Return the code of the assigned property type.
getPropertyTypeCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
Return the code of the assigned property type.
getPropertyTypeDescription() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IPropertyAssignmentImmutable
Return the description of the assigned property type
getPropertyTypeDescription() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
Return the description of the assigned property type
getPropertyTypeLabel() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IPropertyAssignmentImmutable
Return the label of the assigned property type
getPropertyTypeLabel() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
Return the label of the assigned property type
getPropertyValue(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
Get the value for a property.
getPropertyValue(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IExperimentImmutable
Return the value of a property specified by a code.
getPropertyValue(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IMaterialImmutable
Return the value of a property specified by a code.
getPropertyValue(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISampleImmutable
Return the value of a property specified by a code.
getPropertyValue(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
Get the value for a property.
getPropertyValue(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IExperimentImmutable
Return the value of a property specified by a code.
getPropertyValue(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMaterialImmutable
Return the value of a property specified by a code.
getPropertyValue(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISampleImmutable
Return the value of a property specified by a code.
getRegistrationDate() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IExperimentImmutable
Returns the registration date of this experiment.
getRegistrationTimestamp() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getRoleSetCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IRoleAssignmentImmutable
 
getSample() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
Get the sample for this data set, if there is one.
getSample() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
Get the sample for this data set, if there is one.
getSample(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
Deprecated.
Use getSampleByIdentifier
getSampleByIdentifier(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
Get a sample from the openBIS AS.
getSampleByPermId(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
Get a sample from the openBIS AS by its perm id.
getSampleByPermId(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
Get a sample from the openBIS AS by its perm id.
getSampleCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
NOTE: methods below may return null
getSampleIdentifier() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getSampleIdentifier() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISampleImmutable
Return the identifier for this sample.
getSampleIdentifier() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISampleImmutable
Return the identifier for this sample.
getSamples() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IMetaprojectAssignments
 
getSamples() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectAssignments
 
getSampleType() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISampleImmutable
Return the type for this sample.
getSampleType() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISampleImmutable
Return the type for this sample.
getSampleTypeCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getScriptName() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IPropertyAssignmentImmutable
Return the name of the script in case of a dynamic or managed property
getScriptName() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
Return the name of the script in case of a dynamic or managed property
getSection() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IPropertyAssignmentImmutable
Return the name of the form section.
getSection() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
Return the name of the form section.
getSessionWorkspace() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.ISessionWorkspaceProvider
Returns the directory representing this user session's workspace.
getSpace() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISampleImmutable
Return the space code for this sample.
getSpace() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IRoleAssignmentImmutable
 
getSpace() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISampleImmutable
Return the space code for this sample.
getSpace(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
Get a space from the openBIS AS.
getSpaceCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getSpaceCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IProjectImmutable
Returns the code of the space this project belongs to.
getSpaceCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISpaceImmutable
Return the code for this space.
getSpaceCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IProjectImmutable
Returns the code of the space this project belongs to.
getSpaceCode() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISpaceImmutable
Return the code for this space.
getSpeedHint() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IDataSet
 
getSpeedHint() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
Returns the speed hint.
getSpeedHint() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
Returns the speed hint.
getTerms() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IVocabularyImmutable
Return a list with all terms within the vocabulary.
getTerms() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyImmutable
Return a list with all terms within the vocabulary.
getThinDataSet(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
Get a data set from the openBIS AS.
getTitle() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IAttachmentImmutable
 
getUrl() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IVocabularyTermImmutable
Return an associated URL specifying additional information for the vocabulary term.
getUrl() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyTermImmutable
Return an associated URL specifying additional information for the vocabulary term.
getUrlTemplate() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IExternalDataManagementSystemImmutable
 
getUrlTemplate() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IVocabularyImmutable
Returns a URL template (e.g a search query) that can display additional information for the concrete vocabulary terms.
getUrlTemplate() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IExternalDataManagementSystemImmutable
 
getUrlTemplate() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyImmutable
Returns a URL template (e.g a search query) that can display additional information for the concrete vocabulary terms.
getUser() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IRoleAssignmentImmutable
 
getUserId() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IUserImmutable
 
getVersion() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IAttachmentImmutable
 
getVocabulary(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
 
getVocabulary(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
 
guardClass() - Method in annotation type ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.AuthorizationGuard
 

I

IAttachmentImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
 
IAuthorizationGroupImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
An interface for authorization groups from the database that should not be altered.
IAuthorizationGuardPredicate<T,​D> - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.authorization
Interface for objects that can function as guardClasses in an AuthorizationGuard.
IAuthorizationGuardPredicate<T,​D> - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.authorization
Interface for objects that can function as guardClasses in an AuthorizationGuard.
IAuthorizationService - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.authorization
 
IAuthorizationService - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.authorization
 
IDataSet - Interface in ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api
Abstraction of a data set with both content and metadata.
IDataSetContentProvider - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
Interface for classes providing IHierarchicalContent of a data set.
IDataSetContentProvider - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
Interface for classes providing IHierarchicalContent of a data set.
IDataSetImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
A data set that has already been stored in openBIS.
IDataSetImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
A data set that has already been stored in openBIS.
IDataSetPredicate<A> - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
Interface implemented by classes which are able to extract data set codes from a method argument of type A.
IDataSetPredicate<A> - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
Interface implemented by classes which are able to extract data set codes from a method argument of type A.
IDataSourceQueryService - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal
A service that supports executing queries on a data source configured in the DSS service.properties.
IDssServiceRpcGenericInternal - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization
The IDssServiceRpcGeneric interface extended with methods that are internal to the DSS server.
IDssSessionAuthorizer - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization
Role that allows to authorize calls in DSS for a given session.
IEmailSender - Interface in ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api
Builds and sender of an email with an optional attachment.
IExperimentImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
Read-only interface to an existing experiment.
IExperimentImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
Read-only interface to an existing experiment.
IExternalDataManagementSystemImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
 
IExternalDataManagementSystemImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
 
IMailService - Interface in ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api
Service for creating and sending emails with attachments
IMaterialImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
 
IMaterialImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
 
IMetaprojectAssignments - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
 
IMetaprojectAssignments - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
 
IMetaprojectContent - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
Interface grouping all entities that can belong in metaproject.
IMetaprojectContent - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
Interface grouping all entities that can belong in metaproject.
IMetaprojectImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
 
IMetaprojectImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
 
INSTANCE_ADMIN - ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.PrivilegeLevel
 
IProjectImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
 
IProjectImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
 
IPropertyAssignmentImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
The definition of a property assigned to entity type.
IPropertyAssignmentImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
The definition of a property assigned to entity type.
IRoleAssignmentImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
An interface for role assignments from the database that should not be altered.
ISampleImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
An interface for samples from the database that should not be altered.
ISampleImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
An interface for samples from the database that should not be altered.
isAvailable() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchDomainService
Returns true if this service is available.
isChosenFromList() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IVocabularyImmutable
 
isChosenFromList() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyImmutable
 
isContainedDataSet() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
Return true if this data set is contained in other data set
isContainedDataSet() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
Return true if this data set is contained in other data set
isContainerDataSet() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
Return true if this data set contains other data sets.
isContainerDataSet() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
Return true if this data set contains other data sets.
isDynamic() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IPropertyAssignmentImmutable
Return true if the property is dynamic
isDynamic() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
Return true if the property is dynamic
ISearchDomainService - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
Interface for a search domain service.
ISearchService - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
 
ISearchService - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
 
ISessionWorkspaceProvider - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal
A provider for a workspace directory with the lifetime of a user session.
isExistingExperiment() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IExperimentImmutable
Return true if the experiment is in openBIS.
isExistingExperiment() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IExperimentImmutable
Return true if the experiment is in openBIS.
isExistingMaterial() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IMaterialImmutable
Return true if the material exists in the database.
isExistingMaterial() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMaterialImmutable
Return true if the material exists in the database.
isExistingMetaproject() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IMetaprojectImmutable
 
isExistingMetaproject() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectImmutable
 
isExistingProject() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IProjectImmutable
Return true if the project exists in the database.
isExistingProject() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IProjectImmutable
Return true if the project exists in the database.
isExistingSample() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISampleImmutable
Return true if the sample exists in the database.
isExistingSample() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISampleImmutable
Return true if the sample exists in the database.
isExistingSpace() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISpaceImmutable
Return true if the space exists in the database.
isExistingSpace() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISpaceImmutable
Return true if the space exists in the database.
isInternalNamespace() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IVocabularyImmutable
isInternalNamespace() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyImmutable
isLinkDataSet() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
 
isLinkDataSet() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
 
isManaged() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IPropertyAssignmentImmutable
Return true if the property is managed
isManaged() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
Return true if the property is managed
isManagedInternally() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IVocabularyImmutable
Return true if the vocabulary is managed internally in openBIS.
isManagedInternally() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyImmutable
Return true if the vocabulary is managed internally in openBIS.
isMandatory() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IPropertyAssignmentImmutable
Return true if the property is mandatory for the assigned entity type.
isMandatory() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
Return true if the property is mandatory for the assigned entity type.
isMeasuredData() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
Return true if the data set is measured data.
isMeasuredData() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
Return true if the data set is measured data.
isNoFileDataSet() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
 
isNoFileDataSet() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
 
isOpenBIS() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IExternalDataManagementSystemImmutable
 
isOpenBIS() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IExternalDataManagementSystemImmutable
 
ISpaceImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
An interface for spaces from the database that should not be altered.
ISpaceImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
An interface for spaces from the database that should not be altered.
isPostRegistered() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IDataSetImmutable
 
isPostRegistered() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable
 
IUserImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
An interface for users (persons) from the database that should not be altered.
IVocabularyImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
Read-only interface to a vocabulary.
IVocabularyImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
Read-only interface to a vocabulary.
IVocabularyTermImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
Read-only interface to an existing vocabulary term.
IVocabularyTermImmutable - Interface in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
Read-only interface to an existing vocabulary term.

L

listAllMaterials(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
Return all materials of a given type.
listAuthorizationGroups() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.authorization.IAuthorizationService
 
listAuthorizationGroupsForUser(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.authorization.IAuthorizationService
 
listExperiments(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
List all experiments for a given project.
listExperiments(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
List all experiments for a given project.
listMaterials(MaterialIdentifierCollection) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
 
listMaterials(MaterialIdentifierCollection) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
 
listMetaprojects() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
 
listMetaprojects() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
 
listMetaprojectsForEntities(Collection<? extends IMetaprojectContent>) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
 
listMetaprojectsForEntity(IMetaprojectContent) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
 
listMetaprojectsForEntity(IMetaprojectContent) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
 
listPropertiesDefinitionsForDataSetType(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
 
listPropertiesDefinitionsForDataSetType(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
 
listPropertiesDefinitionsForExperimentType(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
 
listPropertiesDefinitionsForExperimentType(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
 
listPropertiesDefinitionsForMaterialType(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
 
listPropertiesDefinitionsForMaterialType(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
 
listPropertiesDefinitionsForSampleType(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
 
listPropertiesDefinitionsForSampleType(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
 
listRoleAssignments() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.authorization.IAuthorizationService
 
listUsersForAuthorizationGroup(IAuthorizationGroupImmutable) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.authorization.IAuthorizationService
 

M

MaterialIdentifierCollection - Class in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1
A collection of material identifiers.
MaterialIdentifierCollection - Class in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2
A collection of material identifiers.
MaterialIdentifierCollection() - Constructor for class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.MaterialIdentifierCollection
 
MaterialIdentifierCollection() - Constructor for class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.MaterialIdentifierCollection
 

N

NewDataSetPredicate - Class in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization
Predicate for checking that the new data set can be registered (i.e., user has access to the space for the new data set).
NewDataSetPredicate() - Constructor for class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.NewDataSetPredicate
 

P

privilegeLevel() - Method in annotation type ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.DataSetAccessGuard
Privilege level.
PrivilegeLevel - Enum in ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization
Privilege level of data set access.
PROJECT_POWER_USER - ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.PrivilegeLevel
 

R

releaseDataSetLocks() - Method in annotation type ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.DataSetAccessGuard
By default locks on data sets are released after method invocation.

S

search(String, Map<String, String>) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchDomainService
Searches this service for the specified search string.
searchForDataSets(SearchCriteria) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
List all data sets that match the given searchCriteria.
searchForDataSets(SearchCriteria) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
List all data sets that match the given searchCriteria.
searchForDataSets(String, String, String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
List all data sets with a given value for a particular property, optionally restricted to a specific type.
searchForDataSets(String, String, String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
List all data sets with a given value for a particular property, optionally restricted to a specific type.
searchForDataSets(String, String, String, boolean) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
List all data sets with a given value for a particular property, optionally restricted to a specific type.
searchForDataSets(String, String, String, boolean) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
List all data sets with a given value for a particular property, optionally restricted to a specific type.
searchForExperiments(SearchCriteria) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
List all experiments that match the given searchCriteria.
searchForSamples(SearchCriteria) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
List all samples that match the given searchCriteria.
searchForSamples(SearchCriteria) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
List all samples that match the given searchCriteria.
searchForSamples(String, String, String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
List all samples with a given value for a particular property, optionally restricted to a specific type.
searchForSamples(String, String, String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
List all samples with a given value for a particular property, optionally restricted to a specific type.
searchForSamples(String, String, String, boolean) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
List all samples with a given value for a particular property, optionally restricted to a specific type.
searchForSamples(String, String, String, boolean) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
List all samples with a given value for a particular property, optionally restricted to a specific type.
searchForVocabulary(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISearchService
Deprecated.
searchForVocabulary(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISearchService
Deprecated.
select(String, String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.IDataSourceQueryService
Execute a query against the data source with the specified name.
select(String, String, Object...) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.IDataSourceQueryService
Execute a query against the data source with the specified name.
send() - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IEmailSender
 
setAuthorizer(IDssSessionAuthorizer) - Static method in class ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.DssSessionAuthorizationHolder
Sets the authorizer.
setStoreDirectory(File) - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.IDssServiceRpcGenericInternal
 
shownInEditViews() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.IPropertyAssignmentImmutable
Return true if the property is shown in the edit views
shownInEditViews() - Method in interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
Return true if the property is shown in the edit views

V

valueOf(String) - Static method in enum ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.PrivilegeLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.PrivilegeLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAttachedFile(String, String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IEmailSender
 
withAttachedText(String, String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IEmailSender
 
withBody(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IEmailSender
 
withSubject(String) - Method in interface ch.systemsx.cisd.openbis.dss.generic.server.plugins.jython.api.IEmailSender
 
A C D E F G I L M N P R S V W 
All Classes All Packages