Class ProjectFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<Project>
ch.ethz.sis.openbis.generic.asapi.v3.dto.project.fetchoptions.ProjectFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.project.fetchoptions.ProjectFetchOptions")
public class ProjectFetchOptions
extends FetchOptions<Project>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanhasSpace()booleanbooleansortBy()withAttachmentsUsing(AttachmentFetchOptions fetchOptions) withExperimentsHistoryUsing(HistoryEntryFetchOptions fetchOptions) withExperimentsUsing(ExperimentFetchOptions fetchOptions) withHistoryUsing(HistoryEntryFetchOptions fetchOptions) withLeaderUsing(PersonFetchOptions fetchOptions) withModifierUsing(PersonFetchOptions fetchOptions) withRegistratorUsing(PersonFetchOptions fetchOptions) withSamplesHistoryUsing(HistoryEntryFetchOptions fetchOptions) withSamplesUsing(SampleFetchOptions fetchOptions) withSpaceHistoryUsing(HistoryEntryFetchOptions fetchOptions) withSpaceUsing(SpaceFetchOptions fetchOptions) withUnknownHistoryUsing(HistoryEntryFetchOptions fetchOptions) Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions
cacheMode, count, from, getCacheMode, getCount, getFrom, toString
-
Constructor Details
-
ProjectFetchOptions
public ProjectFetchOptions()
-
-
Method Details
-
withExperiments
-
withExperimentsUsing
-
hasExperiments
public boolean hasExperiments() -
withSamples
-
withSamplesUsing
-
hasSamples
public boolean hasSamples() -
withHistory
-
withHistoryUsing
-
hasHistory
public boolean hasHistory() -
withSpaceHistory
-
withSpaceHistoryUsing
-
hasSpaceHistory
public boolean hasSpaceHistory() -
withExperimentsHistory
-
withExperimentsHistoryUsing
-
hasExperimentsHistory
public boolean hasExperimentsHistory() -
withSamplesHistory
-
withSamplesHistoryUsing
-
hasSamplesHistory
public boolean hasSamplesHistory() -
withUnknownHistory
-
withUnknownHistoryUsing
-
hasUnknownHistory
public boolean hasUnknownHistory() -
withSpace
-
withSpaceUsing
-
hasSpace
public boolean hasSpace() -
withRegistrator
-
withRegistratorUsing
-
hasRegistrator
public boolean hasRegistrator() -
withModifier
-
withModifierUsing
-
hasModifier
public boolean hasModifier() -
withLeader
-
withLeaderUsing
-
hasLeader
public boolean hasLeader() -
withAttachments
-
withAttachmentsUsing
-
hasAttachments
public boolean hasAttachments() -
sortBy
- Specified by:
sortByin classFetchOptions<Project>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<Project>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<Project>
-