Class DataSetFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<DataSet>
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.AbstractEntityFetchOptions<DataSet>
ch.ethz.sis.openbis.generic.asapi.v3.dto.dataset.fetchoptions.DataSetFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.dataset.fetchoptions.DataSetFetchOptions")
public class DataSetFetchOptions
extends AbstractEntityFetchOptions<DataSet>
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 FetchOptionsToStringBuilderbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanhasTags()booleanhasType()booleansortBy()withChildrenHistoryUsing(HistoryEntryFetchOptions fetchOptions) withChildrenUsing(DataSetFetchOptions fetchOptions) withComponentsHistoryUsing(HistoryEntryFetchOptions fetchOptions) withComponentsUsing(DataSetFetchOptions fetchOptions) withContainersHistoryUsing(HistoryEntryFetchOptions fetchOptions) withContainersUsing(DataSetFetchOptions fetchOptions) withContentCopiesHistoryUsing(HistoryEntryFetchOptions fetchOptions) withDataStoreUsing(DataStoreFetchOptions fetchOptions) withExperimentHistoryUsing(HistoryEntryFetchOptions fetchOptions) withExperimentUsing(ExperimentFetchOptions fetchOptions) withHistoryUsing(HistoryEntryFetchOptions fetchOptions) withLinkedDataUsing(LinkedDataFetchOptions fetchOptions) withModifierUsing(PersonFetchOptions fetchOptions) withParentsHistoryUsing(HistoryEntryFetchOptions fetchOptions) withParentsUsing(DataSetFetchOptions fetchOptions) withPhysicalDataUsing(PhysicalDataFetchOptions fetchOptions) withPropertiesHistoryUsing(HistoryEntryFetchOptions fetchOptions) withRegistratorUsing(PersonFetchOptions fetchOptions) withSampleHistoryUsing(HistoryEntryFetchOptions fetchOptions) withSamplePropertiesUsing(SampleFetchOptions fetchOptions) withSampleUsing(SampleFetchOptions fetchOptions) withTags()withTagsUsing(TagFetchOptions fetchOptions) withType()withTypeUsing(DataSetTypeFetchOptions 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
-
DataSetFetchOptions
public DataSetFetchOptions()
-
-
Method Details
-
withType
-
withTypeUsing
-
hasType
public boolean hasType() -
withDataStore
-
withDataStoreUsing
-
hasDataStore
public boolean hasDataStore() -
withPhysicalData
-
withPhysicalDataUsing
-
hasPhysicalData
public boolean hasPhysicalData() -
withLinkedData
-
withLinkedDataUsing
-
hasLinkedData
public boolean hasLinkedData() -
withExperiment
-
withExperimentUsing
-
hasExperiment
public boolean hasExperiment() -
withSample
-
withSampleUsing
-
hasSample
public boolean hasSample() -
withSampleProperties
-
withSamplePropertiesUsing
-
hasSampleProperties
public boolean hasSampleProperties() -
withParents
-
withParentsUsing
-
hasParents
public boolean hasParents() -
withChildren
-
withChildrenUsing
-
hasChildren
public boolean hasChildren() -
withContainers
-
withContainersUsing
-
hasContainers
public boolean hasContainers() -
withComponents
-
withComponentsUsing
-
hasComponents
public boolean hasComponents() -
withTags
-
withTagsUsing
-
hasTags
public boolean hasTags() -
withHistory
-
withHistoryUsing
-
hasHistory
public boolean hasHistory() -
withPropertiesHistory
-
withPropertiesHistoryUsing
-
hasPropertiesHistory
public boolean hasPropertiesHistory() -
withExperimentHistory
-
withExperimentHistoryUsing
-
hasExperimentHistory
public boolean hasExperimentHistory() -
withSampleHistory
-
withSampleHistoryUsing
-
hasSampleHistory
public boolean hasSampleHistory() -
withParentsHistory
-
withParentsHistoryUsing
-
hasParentsHistory
public boolean hasParentsHistory() -
withChildrenHistory
-
withChildrenHistoryUsing
-
hasChildrenHistory
public boolean hasChildrenHistory() -
withContainersHistory
-
withContainersHistoryUsing
-
hasContainersHistory
public boolean hasContainersHistory() -
withComponentsHistory
-
withComponentsHistoryUsing
-
hasComponentsHistory
public boolean hasComponentsHistory() -
withContentCopiesHistory
-
withContentCopiesHistoryUsing
public HistoryEntryFetchOptions withContentCopiesHistoryUsing(HistoryEntryFetchOptions fetchOptions) -
hasContentCopiesHistory
public boolean hasContentCopiesHistory() -
withUnknownHistory
-
withUnknownHistoryUsing
-
hasUnknownHistory
public boolean hasUnknownHistory() -
withModifier
-
withModifierUsing
-
hasModifier
public boolean hasModifier() -
withRegistrator
-
withRegistratorUsing
-
hasRegistrator
public boolean hasRegistrator() -
sortBy
- Specified by:
sortByin classFetchOptions<DataSet>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<DataSet>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<DataSet>
-