Uses of Interface
org.gbif.api.model.common.paging.Pageable
Packages that use Pageable
Package
Description
-
Uses of Pageable in org.gbif.api.model.checklistbank.search
Classes in org.gbif.api.model.checklistbank.search that implement PageableModifier and TypeClassDescriptionclass
A name usage specific search request with convenience methods to add enum based search filters.class
A name usage specific suggest request.Constructors in org.gbif.api.model.checklistbank.search with parameters of type Pageable -
Uses of Pageable in org.gbif.api.model.collections.request
Classes in org.gbif.api.model.collections.request that implement PageableModifier and TypeClassDescriptionclass
class
Methods in org.gbif.api.model.collections.request that return PageableModifier and TypeMethodDescriptionDescriptorGroupSearchRequest.getPage()
DescriptorSearchRequest.getPage()
SearchRequest.getPage()
Methods in org.gbif.api.model.collections.request that return types with arguments of type PageableMethod parameters in org.gbif.api.model.collections.request with type arguments of type PageableModifier and TypeMethodDescriptionvoid
FacetedSearchRequest.setFacetPages
(Map<F, Pageable> facetPages) -
Uses of Pageable in org.gbif.api.model.collections.search
Classes in org.gbif.api.model.collections.search that implement PageableModifier and TypeClassDescriptionclass
FacetedSearchResponse<T,
F extends CollectionsFacetParameter> Constructors in org.gbif.api.model.collections.search with parameters of type PageableModifierConstructorDescriptionFacetedSearchResponse
(Pageable page, Long count, List<T> results) FacetedSearchResponse
(Pageable page, Long count, List<T> results, List<CollectionFacet<F>> facets) -
Uses of Pageable in org.gbif.api.model.common.paging
Classes in org.gbif.api.model.common.paging that implement PageableModifier and TypeClassDescriptionclass
Generically is a class that contains attributes used by operations that are aware of pagination.class
class
Paging response bean.Methods in org.gbif.api.model.common.paging with parameters of type PageableModifier and TypeMethodDescriptionvoid
PageableBase.copyPagingValues
(Pageable pageable) Utility method to copy paging values.Constructors in org.gbif.api.model.common.paging with parameters of type PageableModifierConstructorDescriptionPagingRequest
(Pageable page) PagingResponse
(Pageable page) PagingResponse
(Pageable page, Long count) PagingResponse
(Pageable page, Long count, List<T> results) -
Uses of Pageable in org.gbif.api.model.common.search
Classes in org.gbif.api.model.common.search that implement PageableModifier and TypeClassDescriptionclass
FacetedSearchRequest<P extends SearchParameter>
Generic request class for search operations requesting facets.class
SearchRequest<P extends SearchParameter>
Generic request class for search operations.class
SearchResponse<T,
P extends SearchParameter> Generic response of a search operation.Methods in org.gbif.api.model.common.search that return PageableModifier and TypeMethodDescriptionFacetedSearchRequest.getFacetPage
(P parameter) Gets the paging configuration of a facet parameter.Methods in org.gbif.api.model.common.search that return types with arguments of type PageableModifier and TypeMethodDescriptionFacetedSearchRequest.getFacetPages()
Holds the paging configuration for each requested facet.Method parameters in org.gbif.api.model.common.search with type arguments of type PageableModifier and TypeMethodDescriptionvoid
FacetedSearchRequest.setFacetPages
(Map<P, Pageable> facetPages) Constructors in org.gbif.api.model.common.search with parameters of type PageableModifierConstructorDescriptionFacetedSearchRequest
(Pageable page) SearchRequest
(Pageable page) Minimal paging constructor.SearchResponse
(Pageable page) Minimal paging constructor. -
Uses of Pageable in org.gbif.api.model.literature.search
Classes in org.gbif.api.model.literature.search that implement PageableConstructors in org.gbif.api.model.literature.search with parameters of type Pageable -
Uses of Pageable in org.gbif.api.model.occurrence.search
Classes in org.gbif.api.model.occurrence.search that implement PageableModifier and TypeClassDescriptionclass
Search request that uses a predicate filter like the ones used un downloads.class
Request class for issuing search request to the occurrence search service.Constructors in org.gbif.api.model.occurrence.search with parameters of type Pageable -
Uses of Pageable in org.gbif.api.model.registry.search
Classes in org.gbif.api.model.registry.search that implement PageableModifier and TypeClassDescriptionclass
Parameters to list datasets.class
A dataset specific search request with convenience methods to add facet filters.class
A dataset specific suggest request.class
class
class
class
class
Base class for registry requests to list the entities.Methods in org.gbif.api.model.registry.search that return PageableMethods in org.gbif.api.model.registry.search with parameters of type PageableConstructors in org.gbif.api.model.registry.search with parameters of type Pageable -
Uses of Pageable in org.gbif.api.service.checklistbank
Methods in org.gbif.api.service.checklistbank with parameters of type PageableModifier and TypeMethodDescriptionPage through all usages across all or one checklists.NameUsageService.listByCanonicalName
(Locale locale, String canonicalName, Pageable page, UUID... datasetKey) Page through all usages with a given canonical name across all or some checklists.NameUsageExtensionService.listByUsage
(int taxonKey, Pageable page) Returns all extension records for a checklist usage.NameUsageService.listChildren
(int parentKey, Locale locale, Pageable page) Lists all accepted child name usages for a given parent.NameUsageService.listRelated
(int taxonKey, Locale locale, Pageable page, UUID... datasetKey) Lists all related checklist usages for a given nub usage.Lists all root usages for a given checklist, i.e.NameUsageService.listSynonyms
(int taxonKey, Locale locale, Pageable page) Lists all synonym name usages for a given accepted name usage. -
Uses of Pageable in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections with parameters of type Pageable -
Uses of Pageable in org.gbif.api.service.common
Methods in org.gbif.api.service.common with parameters of type PageableModifier and TypeMethodDescriptionLists all entity. -
Uses of Pageable in org.gbif.api.service.pipelines
Methods in org.gbif.api.service.pipelines with parameters of type PageableModifier and TypeMethodDescriptionPipelinesHistoryService.getRunningPipelineProcess
(Pageable pageable) Returns information about all running pipelines executionsIngestionHistoryService.history
(@NotNull UUID datasetKey, List<FinishReason> finishReasons, Pageable pageable) IngestionHistoryService.history
(List<FinishReason> finishReasons, Pageable pageable) Lists the history of allPipelineProcess
of a dataset, sorted descending from the most recent one.Lists the history of allPipelineProcess
, sorted descending from the most recent one. -
Uses of Pageable in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry with parameters of type PageableModifier and TypeMethodDescriptionNodeService.endorsedDatasets
(@NotNull UUID nodeKey, Pageable page) Provides paging service to list datasets published, i.e.NodeService.endorsedOrganizations
(@NotNull UUID nodeKey, Pageable page) Provides access to the organizations endorsed by a single node.OccurrenceDownloadService.getDownloadStatistics
(Date fromDate, Date toDate, Country publishingCountry, UUID datasetKey, UUID publishingOrgKey, Pageable page) Retrieves downloads monthly stats by country (user and publishing country) and dataset.InstallationService.getHostedDatasets
(@NotNull UUID installationKey, Pageable page) Provides paging service to list datasets hosted by a specific installation.OrganizationService.hostedDatasets
(@NotNull UUID organizationKey, Pageable page) Provides paging service to list datasets hosted by, but not owned by, a specific organization.NodeService.installations
(@NotNull UUID nodeKey, Pageable page) Provides the installations that are registered to organizations with an approved endorsement from the node.OrganizationService.installations
(@NotNull UUID organizationKey, Pageable page) Provides paging service to list installations for the organization.Deprecated.OccurrenceDownloadService.list
(Pageable page, Set<Download.Status> status, String source) Retrieves a pageable result of all the downloads, optionally the downloads can be filtered by status and source.DatasetProcessStatusService.listAbortedDatasetProcesses
(Pageable page) Retrieves a pageable result of all dataset processing statuses that have been aborted in their latest crawlDatasetService.listByCountry
(Country country, DatasetType type, Pageable page) Provides paging service to list datasets published, i.e.OrganizationService.listByCountry
(Country country, Pageable page) Provides access to all organizations from a country.DatasetOccurrenceDownloadUsageService.listByDataset
(@NotNull UUID datasetKey, Boolean showDownloadDetails, Pageable page) Retrieves a pageable result of the downloads which contain data taken from a dataset.Get a Dataset list from a DOI.OccurrenceDownloadService.listByEraseAfter
(Pageable page, String eraseAfter, Long size, String erasureNotification) Retrieves a pageable result of the downloads created by a user in a given status.NetworkEntityService.listByIdentifier
(String identifier, Pageable page) Deprecated.NetworkEntityService.listByIdentifier
(IdentifierType type, String identifier, Pageable page) Deprecated.NetworkEntityService.listByMachineTag
(String namespace, String name, String value, Pageable page) Deprecated.DatasetService.listByType
(DatasetType type, Pageable page) Provides paging service to list datasets published filtered by a particular dataset type.InstallationService.listByType
(InstallationType type, Pageable page) Provides paging service to list installations filtered by a particular installation type.OccurrenceDownloadService.listByUser
(@NotNull String user, Pageable page, Set<Download.Status> status, LocalDateTime from, Boolean statistics) Retrieves a pageable result of the downloads created by a user in a given status.DatasetService.listConstituents
(UUID datasetKey, Pageable page) Pages through constituents of a dataset, i.e.DatasetService.listConstituents
(Pageable page) Pages through all constituent datasets, i.e.NetworkService.listConstituents
(@NotNull UUID networkKey, Pageable page) Pages through dataset constituents of a network, i.e.OccurrenceDownloadService.listCountryUsages
(@NotNull String keyOrDoi, CountryUsageSortField sortBy, SortOrder sortOrder, Pageable page) DatasetProcessStatusService.listDatasetProcessStatus
(@NotNull UUID datasetKey, Pageable page) Lists theDatasetProcessStatus
of a dataset.DatasetProcessStatusService.listDatasetProcessStatus
(Pageable page) Retrieves a pageable result of all the dataset processing statuses.DatasetService.listDatasetsWithNoEndpoint
(Pageable page) Provides access to internal (e.g.OccurrenceDownloadService.listDatasetUsages
(@NotNull String keyOrDoi, String datasetTitle, DatasetUsageSortField sortBy, SortOrder sortOrder, Pageable page) OccurrenceDownloadService.listDatasetUsages
(@NotNull String keyOrDoi, Pageable page) Retrieves a pageable result of the dataset usages in a occurrence download.DatasetService.listDuplicates
(Pageable page) Provides access to datasets that are marked as a duplicate of another.MetasyncHistoryService.listMetasync
(@NotNull UUID installationKey, Pageable page) Lists theMetasyncHistory
of a installation.MetasyncHistoryService.listMetasync
(Pageable page) Retrieves a pageable result of all the metasync history records.InstallationService.listNonPublishing
(Pageable page) Provides access to installations that serve no datasets.OrganizationService.listNonPublishing
(Pageable page) Provides access to organizations that are not publishing (e.g.OccurrenceDownloadService.listOrganizationUsages
(@NotNull String keyOrDoi, String organizationTitle, OrganizationUsageSortField sortBy, SortOrder sortOrder, Pageable page) OrganizationService.listPendingEndorsement
(Pageable page) Provides access to organizations that are awaiting their endorsement approval.NodeService.pendingEndorsements
(@NotNull UUID nodeKey, Pageable page) Provides access to the organizations that are awaiting an endorsement approval for the given node.NodeService.pendingEndorsements
(Pageable page) Provides access to the organizations that are awaiting an endorsement approval.OrganizationService.publishedDatasets
(@NotNull UUID organizationKey, Pageable page) Provides paging service to list datasets published by a specific organization.NetworkService.publishingOrganizations
(@NotNull UUID networkKey, Pageable page) Pages through publishing organizations of a network.Deprecated.