Class SampleFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<Sample>
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.AbstractEntityFetchOptions<Sample>
ch.ethz.sis.openbis.generic.asapi.v3.dto.sample.fetchoptions.SampleFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.sample.fetchoptions.SampleFetchOptions")
public class SampleFetchOptions
extends AbstractEntityFetchOptions<Sample>
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 FetchOptionsToStringBuilderbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanhasSpace()booleanbooleanhasTags()booleanhasType()booleansortBy()withAttachmentsUsing(AttachmentFetchOptions fetchOptions) withChildrenHistoryUsing(HistoryEntryFetchOptions fetchOptions) withChildrenUsing(SampleFetchOptions fetchOptions) withComponentsHistoryUsing(HistoryEntryFetchOptions fetchOptions) withComponentsUsing(SampleFetchOptions fetchOptions) withContainerHistoryUsing(HistoryEntryFetchOptions fetchOptions) withContainerUsing(SampleFetchOptions fetchOptions) withDataSetsHistoryUsing(HistoryEntryFetchOptions fetchOptions) withDataSetsUsing(DataSetFetchOptions fetchOptions) withExperimentHistoryUsing(HistoryEntryFetchOptions fetchOptions) withExperimentUsing(ExperimentFetchOptions fetchOptions) withHistoryUsing(HistoryEntryFetchOptions fetchOptions) withModifierUsing(PersonFetchOptions fetchOptions) withParentsHistoryUsing(HistoryEntryFetchOptions fetchOptions) withParentsUsing(SampleFetchOptions fetchOptions) withProjectHistoryUsing(HistoryEntryFetchOptions fetchOptions) withProjectUsing(ProjectFetchOptions fetchOptions) withPropertiesHistoryUsing(HistoryEntryFetchOptions fetchOptions) withRegistratorUsing(PersonFetchOptions fetchOptions) withSamplePropertiesUsing(SampleFetchOptions fetchOptions) withSpaceHistoryUsing(HistoryEntryFetchOptions fetchOptions) withSpaceUsing(SpaceFetchOptions fetchOptions) withTags()withTagsUsing(TagFetchOptions fetchOptions) withType()withTypeUsing(SampleTypeFetchOptions 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
-
SampleFetchOptions
public SampleFetchOptions()
-
-
Method Details
-
withType
-
withTypeUsing
-
hasType
public boolean hasType() -
withProject
-
withProjectUsing
-
hasProject
public boolean hasProject() -
withSpace
-
withSpaceUsing
-
hasSpace
public boolean hasSpace() -
withExperiment
-
withExperimentUsing
-
hasExperiment
public boolean hasExperiment() -
withSampleProperties
-
withSamplePropertiesUsing
-
hasSampleProperties
public boolean hasSampleProperties() -
withParents
-
withParentsUsing
-
hasParents
public boolean hasParents() -
withChildren
-
withChildrenUsing
-
hasChildren
public boolean hasChildren() -
withContainer
-
withContainerUsing
-
hasContainer
public boolean hasContainer() -
withComponents
-
withComponentsUsing
-
hasComponents
public boolean hasComponents() -
withDataSets
-
withDataSetsUsing
-
hasDataSets
public boolean hasDataSets() -
withHistory
-
withHistoryUsing
-
hasHistory
public boolean hasHistory() -
withPropertiesHistory
-
withPropertiesHistoryUsing
-
hasPropertiesHistory
public boolean hasPropertiesHistory() -
withSpaceHistory
-
withSpaceHistoryUsing
-
hasSpaceHistory
public boolean hasSpaceHistory() -
withProjectHistory
-
withProjectHistoryUsing
-
hasProjectHistory
public boolean hasProjectHistory() -
withExperimentHistory
-
withExperimentHistoryUsing
-
hasExperimentHistory
public boolean hasExperimentHistory() -
withParentsHistory
-
withParentsHistoryUsing
-
hasParentsHistory
public boolean hasParentsHistory() -
withChildrenHistory
-
withChildrenHistoryUsing
-
hasChildrenHistory
public boolean hasChildrenHistory() -
withContainerHistory
-
withContainerHistoryUsing
-
hasContainerHistory
public boolean hasContainerHistory() -
withComponentsHistory
-
withComponentsHistoryUsing
-
hasComponentsHistory
public boolean hasComponentsHistory() -
withDataSetsHistory
-
withDataSetsHistoryUsing
-
hasDataSetsHistory
public boolean hasDataSetsHistory() -
withUnknownHistory
-
withUnknownHistoryUsing
-
hasUnknownHistory
public boolean hasUnknownHistory() -
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<Sample>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<Sample>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<Sample>
-