Package ch.systemsx.cisd.openbis.generic.shared.api.v1.dto

Class Summary
ControlledVocabularyPropertyType  
ControlledVocabularyPropertyType.ControlledVocabularyPropertyTypeInitializer  
ControlledVocabularyPropertyType.VocabularyTerm  
DataSet Immutable value object representing a data set.
DataSet.DataSetInitializer Class used to initialize a new data set instance.
DataSetFetchOptions  
DataSetType Immutable value object representing a data set type.
DataSetType.DataSetTypeInitializer Class used to initialize a new data set instance.
DataSetTypeFilter A class that filters out data set types based on a whitelist or blacklist.
EntityRegistrationDetails A class that encapsulates the details about entity registration.
EntityRegistrationDetails.EntityRegistrationDetailsInitializer Class used to initialize an EntityRegistrationDetails object.
Experiment Immutable value object representing an experiment.
Experiment.ExperimentInitializer Class used to initialize a new experiment instance.
Material  
Material.MaterialInitializer  
MaterialIdentifier  
MaterialTypeIdentifier duplicated from ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.MaterialTypeIdentifier
NewVocabularyTerm A value object representing a new vocabulary term to be created by the openBIS backend.
Project Immutable value object representing a project.
PropertyType Immutable value object representing a property type.
PropertyType.PropertyTypeInitializer Class used to initialize a new data set instance.
PropertyTypeGroup Immutable value object representing a data set type.
PropertyTypeGroup.PropertyTypeGroupInitializer Class used to initialize a new data set instance.
Role Immutable value object representing an authorization role.
Sample Immutable value object representing a sample.
Sample.SampleInitializer Class used to initialize a new sample instance.
SearchCriteria A (mutable) object representing the specification of a search.
SearchCriteria.AttributeMatchClause A MatchClause for checking that an attribute equals a desired value.
SearchCriteria.MatchClause A specification of one field (either property or attribute) and desired value for that field.
SearchCriteria.PropertyMatchClause A MatchClause for checking that a property equals a desired value.
SearchCriteria.TimeAttributeMatchClause A MatchClause for comparing a time attribute to a specified value.
SearchSubCriteria A specification of criteria for a subquery about a connected entity.
SpaceWithProjectsAndRoleAssignments Bean which represents a space, all its projects, and all its relevant role assignments
Vocabulary Immutable value object representing an openBIS vocabulary.
Vocabulary.VocabularyInitializer  
VocabularyTerm  
 

Enum Summary
DataSet.Connections  
DataSetFetchOption  
SampleFetchOption Fetch options for IGeneralInformationService.searchForSamples(String, SearchCriteria, java.util.EnumSet).
SearchableEntityKind An enum listing the different kinds of entities that are searchable.
SearchCriteria.CompareMode  
SearchCriteria.MatchClauseAttribute An enum listing the different attributes that can be compared against.
SearchCriteria.MatchClauseFieldType An enum listing the different field types that can be compared against.
SearchCriteria.MatchClauseTimeAttribute An enum listing the different attributes containing time values that can be compared against.
SearchCriteria.SearchOperator Operators for combining MatchClause objects.