Uses of Class
org.gbif.api.model.common.paging.PagingResponse
Packages that use PagingResponse
Package
Description
-
Uses of PagingResponse in org.gbif.api.model.collections.search
Subclasses of PagingResponse in org.gbif.api.model.collections.searchModifier and TypeClassDescriptionclass
FacetedSearchResponse<T,
F extends CollectionsFacetParameter> -
Uses of PagingResponse in org.gbif.api.model.common.search
Subclasses of PagingResponse in org.gbif.api.model.common.searchModifier and TypeClassDescriptionclass
SearchResponse<T,
P extends SearchParameter> Generic response of a search operation.Constructors in org.gbif.api.model.common.search with parameters of type PagingResponseModifierConstructorDescriptionSearchResponse
(PagingResponse<T> response) Minimal paging constructor. -
Uses of PagingResponse in org.gbif.api.service.checklistbank
Methods in org.gbif.api.service.checklistbank that return PagingResponseModifier 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 PagingResponse in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections that return PagingResponseModifier and TypeMethodDescriptionChangeSuggestionService.list
(Status status, Type type, String proposedBy, UUID entityKey, String ihIdentifier, Pageable page) CollectionService.list
(CollectionSearchRequest searchRequest) PagesCollection
entities based on the parameters received.InstitutionService.list
(InstitutionSearchRequest searchRequest) PagesInstitution
entities based on the parameters received.CollectionService.listAsLatimerCore
(CollectionSearchRequest searchRequest) Similar to theCollectionService.list(CollectionSearchRequest)
method but returns the results in Latimer Core format.InstitutionService.listAsLatimerCore
(InstitutionSearchRequest searchRequest) Similar to theInstitutionService.list(InstitutionSearchRequest)
method but returns the results in Latimer Core format.CollectionService.listDeleted
(CollectionSearchRequest searchRequest) Provides access to deleted collections.InstitutionService.listDeleted
(InstitutionSearchRequest searchRequest) Provides access to deleted institutions.DescriptorsService.listDescriptorGroups
(@NotNull UUID collectionKey, DescriptorGroupSearchRequest searchRequest) PagesDescriptorGroup
entities based on the parameters received.DescriptorsService.listDescriptors
(DescriptorSearchRequest searchRequest) PagesDescriptor
entities based on the parameters received. -
Uses of PagingResponse in org.gbif.api.service.common
Methods in org.gbif.api.service.common that return PagingResponseModifier and TypeMethodDescriptionLists all entity. -
Uses of PagingResponse in org.gbif.api.service.pipelines
Methods in org.gbif.api.service.pipelines that return PagingResponseModifier 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 PagingResponse in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry that return PagingResponseModifier 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.DatasetService.list
(DatasetRequestSearchParams searchParams) Provides paging service to list datasets that can be filtered by multiple parameters.InstallationService.list
(InstallationRequestSearchParams searchParams) Provides paging service to list installations that can be filtered by multiple parameters.Deprecated.NetworkService.list
(NetworkRequestSearchParams searchParams) Provides paging service to list networks that can be filtered by multiple parameters.NodeService.list
(NodeRequestSearchParams searchParams) Provides paging service to list nodes that can be filtered by multiple parameters.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.OrganizationService.list
(OrganizationRequestSearchParams searchParams) Provides paging service to list organizations that can be filtered by multiple parameters.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.listDeleted
(DatasetRequestSearchParams searchParams) Provides access to deleted datasets.InstallationService.listDeleted
(InstallationRequestSearchParams searchParams) Provides access to deleted installations.OrganizationService.listDeleted
(OrganizationRequestSearchParams searchParams) Provides access to deleted organizations.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. -
Uses of PagingResponse in org.gbif.api.util.iterables
Methods in org.gbif.api.util.iterables that return PagingResponseModifier and TypeMethodDescriptionabstract PagingResponse<T>
BasePager.nextPage
(PagingRequest page) CollectionDescriptorPager.nextPage
(PagingRequest page) CollectionsPager.nextPage
(PagingRequest page) DatasetConstituentPager.nextPage
(PagingRequest page) DatasetOccurrenceDownloadUsagesPager.nextPage
(PagingRequest page) DatasetPager.nextPage
(PagingRequest page) DatasetSearchResultsPager.nextPage
(PagingRequest page) DownloadStatisticPager.nextPage
(PagingRequest page) InstallationPager.nextPage
(PagingRequest page) InstitutionsPager.nextPage
(PagingRequest page) NetworkPager.nextPage
(PagingRequest page) NodeDatasetPager.nextPage
(PagingRequest page) NodeOrganizationPager.nextPage
(PagingRequest page) NodePager.nextPage
(PagingRequest page) OrganizationPager.nextPage
(PagingRequest page) OrgHostingPager.nextPage
(PagingRequest page) OrgPublishingPager.nextPage
(PagingRequest page) Method parameters in org.gbif.api.util.iterables with type arguments of type PagingResponseModifier and TypeMethodDescriptionIterables.datasetsIterable
(Function<PagingRequest, PagingResponse<Dataset>> pager)