Class ExperimentFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<Experiment>
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.AbstractEntityFetchOptions<Experiment>
ch.ethz.sis.openbis.generic.asapi.v3.dto.experiment.fetchoptions.ExperimentFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.experiment.fetchoptions.ExperimentFetchOptions")
public class ExperimentFetchOptions
extends AbstractEntityFetchOptions<Experiment>
implements Serializable
- See Also:
-
Field Summary
Fields inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.AbstractEntityFetchOptions
properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanhasTags()booleanhasType()booleansortBy()withAttachmentsUsing(AttachmentFetchOptions fetchOptions) withDataSetsHistoryUsing(HistoryEntryFetchOptions fetchOptions) withDataSetsUsing(DataSetFetchOptions fetchOptions) withHistoryUsing(HistoryEntryFetchOptions fetchOptions) withModifierUsing(PersonFetchOptions fetchOptions) withProjectHistoryUsing(HistoryEntryFetchOptions fetchOptions) withProjectUsing(ProjectFetchOptions fetchOptions) withPropertiesHistoryUsing(HistoryEntryFetchOptions fetchOptions) withRegistratorUsing(PersonFetchOptions fetchOptions) withSamplePropertiesUsing(SampleFetchOptions fetchOptions) withSamplesHistoryUsing(HistoryEntryFetchOptions fetchOptions) withSamplesUsing(SampleFetchOptions fetchOptions) withTags()withTagsUsing(TagFetchOptions fetchOptions) withType()withTypeUsing(ExperimentTypeFetchOptions fetchOptions) withUnknownHistoryUsing(HistoryEntryFetchOptions fetchOptions) Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.AbstractEntityFetchOptions
hasProperties, withProperties, withPropertiesUsingMethods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions
cacheMode, count, from, getCacheMode, getCount, getFrom, toString
-
Constructor Details
-
ExperimentFetchOptions
public ExperimentFetchOptions()
-
-
Method Details
-
withType
-
withTypeUsing
-
hasType
public boolean hasType() -
withProject
-
withProjectUsing
-
hasProject
public boolean hasProject() -
withDataSets
-
withDataSetsUsing
-
hasDataSets
public boolean hasDataSets() -
withSamples
-
withSamplesUsing
-
hasSamples
public boolean hasSamples() -
withHistory
-
withHistoryUsing
-
hasHistory
public boolean hasHistory() -
withPropertiesHistory
-
withPropertiesHistoryUsing
-
hasPropertiesHistory
public boolean hasPropertiesHistory() -
withProjectHistory
-
withProjectHistoryUsing
-
hasProjectHistory
public boolean hasProjectHistory() -
withSamplesHistory
-
withSamplesHistoryUsing
-
hasSamplesHistory
public boolean hasSamplesHistory() -
withDataSetsHistory
-
withDataSetsHistoryUsing
-
hasDataSetsHistory
public boolean hasDataSetsHistory() -
withUnknownHistory
-
withUnknownHistoryUsing
-
hasUnknownHistory
public boolean hasUnknownHistory() -
withSampleProperties
-
withSamplePropertiesUsing
-
hasSampleProperties
public boolean hasSampleProperties() -
withTags
-
withTagsUsing
-
hasTags
public boolean hasTags() -
withRegistrator
-
withRegistratorUsing
-
hasRegistrator
public boolean hasRegistrator() -
withModifier
-
withModifierUsing
-
hasModifier
public boolean hasModifier() -
withAttachments
-
withAttachmentsUsing
-
hasAttachments
public boolean hasAttachments() -
sortBy
- Specified by:
sortByin classFetchOptions<Experiment>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<Experiment>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<Experiment>
-