Uses of Class
org.gbif.api.model.registry.Dataset
Packages that use Dataset
Package
Description
-
Uses of Dataset in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry with parameters of type DatasetModifier and TypeMethodDescriptionboolean
Dataset.lenientEquals
(Dataset other) Only checks the persisted properties, excluding the server controlled fields (key, created, license etc). -
Uses of Dataset in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry that return types with arguments of type DatasetModifier and TypeMethodDescriptionNodeService.endorsedDatasets
(@NotNull UUID nodeKey, Pageable page) Provides paging service to list datasets published, i.e.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.DatasetService.list
(DatasetRequestSearchParams searchParams) Provides paging service to list datasets that can be filtered by multiple parameters.DatasetService.listByCountry
(Country country, DatasetType type, Pageable page) Provides paging service to list datasets published, i.e.Get a Dataset list from a DOI.DatasetService.listByType
(DatasetType type, Pageable page) Provides paging service to list datasets published filtered by a particular dataset type.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.DatasetService.listDatasetsWithNoEndpoint
(Pageable page) Provides access to internal (e.g.DatasetService.listDeleted
(DatasetRequestSearchParams searchParams) Provides access to deleted datasets.DatasetService.listDuplicates
(Pageable page) Provides access to datasets that are marked as a duplicate of another.OrganizationService.publishedDatasets
(@NotNull UUID organizationKey, Pageable page) Provides paging service to list datasets published by a specific organization. -
Uses of Dataset in org.gbif.api.util
Methods in org.gbif.api.util with parameters of type DatasetModifier and TypeMethodDescriptionCitationGenerator.generateCitation
(Dataset dataset, String organizationTitle) Generate a citation for aDataset
and itsOrganization
.CitationGenerator.generateCitation
(Dataset dataset, Organization org) static String
CitationGenerator.generatePublisherProvidedCitation
(Dataset dataset) Generate a citation for aDataset
using the publisher's provided citation.static List<CitationContact>
CitationGenerator.getAuthors
(Dataset dataset) -
Uses of Dataset in org.gbif.api.util.iterables
Methods in org.gbif.api.util.iterables that return types with arguments of type DatasetModifier and TypeMethodDescriptionIterables.constituentDatasets
(UUID key, DatasetService service) Iterables.datasets
(UUID key, DatasetType type, DatasetService ds, OrganizationService os, InstallationService is, NetworkService ns, NodeService nos) Iterables.datasets
(UUID key, DatasetType type, DatasetService ds, OrganizationService os, InstallationService is, NetworkService ns, NodeService nos, int pageSize) Returns a dataset iterable by testing the given registry key first to see whether it is a dataset, organization or installation.Iterables.datasets
(DatasetType type, DatasetService service) Iterables.datasetsIterable
(Function<PagingRequest, PagingResponse<Dataset>> pager) Iterables.endorsedDatasets
(UUID nodeKey, DatasetType type, NodeService service) Iterables.hostedDatasets
(UUID key, DatasetType type, InstallationService service) Iterables.hostedDatasets
(UUID key, DatasetType type, OrganizationService service) Iterables.networkDatasets
(UUID key, DatasetType type, NetworkService service) Iterates over all constituents of a given network.DatasetConstituentPager.nextPage
(PagingRequest page) DatasetPager.nextPage
(PagingRequest page) InstallationPager.nextPage
(PagingRequest page) NetworkPager.nextPage
(PagingRequest page) NodeDatasetPager.nextPage
(PagingRequest page) OrgHostingPager.nextPage
(PagingRequest page) OrgPublishingPager.nextPage
(PagingRequest page) Iterables.publishedDatasets
(UUID key, DatasetType type, OrganizationService service) Method parameters in org.gbif.api.util.iterables with type arguments of type DatasetModifier and TypeMethodDescriptionIterables.datasetsIterable
(Function<PagingRequest, PagingResponse<Dataset>> pager)