Package | Description |
---|---|
org.gbif.api.util.iterables |
Modifier and Type | Method and Description |
---|---|
static Iterable<Dataset> |
Iterables.datasets(UUID key,
DatasetType type,
DatasetService ds,
OrganizationService os,
InstallationService is,
NetworkService ns,
NodeService nos) |
static Iterable<Dataset> |
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.
|
static Iterable<Dataset> |
Iterables.hostedDatasets(UUID key,
DatasetType type,
OrganizationService service) |
static Iterable<Organization> |
Iterables.organizations(Country country,
OrganizationService service) |
static Iterable<Dataset> |
Iterables.publishedDatasets(UUID key,
DatasetType type,
OrganizationService service) |
Constructor and Description |
---|
OrganizationPager(OrganizationService service,
Country country,
int pageSize) |
OrgHostingPager(OrganizationService os,
UUID orgKey,
DatasetType type,
int pageSize) |
OrgPublishingPager(OrganizationService os,
UUID orgKey,
DatasetType type,
int pageSize) |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.