Package | Description |
---|---|
org.gbif.api.model.registry | |
org.gbif.api.service.registry | |
org.gbif.api.util | |
org.gbif.api.util.iterables |
Modifier and Type | Method and Description |
---|---|
boolean |
Dataset.lenientEquals(Dataset other)
Only checks the persisted properties, excluding the server controlled fields (key, created, license etc).
|
Modifier and Type | Method and Description |
---|---|
PagingResponse<Dataset> |
NodeService.endorsedDatasets(@NotNull UUID nodeKey,
Pageable page)
Provides paging service to list datasets published, i.e.
|
PagingResponse<Dataset> |
InstallationService.getHostedDatasets(@NotNull UUID installationKey,
Pageable page)
Provides paging service to list datasets hosted by a specific installation.
|
PagingResponse<Dataset> |
OrganizationService.hostedDatasets(@NotNull UUID organizationKey,
Pageable page)
Provides paging service to list datasets hosted by, but not owned by, a specific organization.
|
PagingResponse<Dataset> |
DatasetService.list(DatasetRequestSearchParams searchParams)
Provides paging service to list datasets that can be filtered by multiple parameters.
|
PagingResponse<Dataset> |
DatasetService.listByCountry(Country country,
DatasetType type,
Pageable page)
Provides paging service to list datasets published, i.e.
|
PagingResponse<Dataset> |
DatasetService.listByDOI(String doi,
Pageable page)
Get a Dataset list from a DOI.
|
PagingResponse<Dataset> |
DatasetService.listByType(DatasetType type,
Pageable page)
Provides paging service to list datasets published filtered by a particular dataset type.
|
PagingResponse<Dataset> |
DatasetService.listConstituents(Pageable page)
Pages through all constituent datasets, i.e.
|
PagingResponse<Dataset> |
NetworkService.listConstituents(@NotNull UUID networkKey,
Pageable page)
Pages through dataset constituents of a network, i.e.
|
PagingResponse<Dataset> |
DatasetService.listConstituents(UUID datasetKey,
Pageable page)
Pages through constituents of a dataset, i.e.
|
PagingResponse<Dataset> |
DatasetService.listDatasetsWithNoEndpoint(Pageable page)
Provides access to internal (e.g.
|
PagingResponse<Dataset> |
DatasetService.listDeleted(DatasetRequestSearchParams searchParams)
Provides access to deleted datasets.
|
PagingResponse<Dataset> |
DatasetService.listDuplicates(Pageable page)
Provides access to datasets that are marked as a duplicate of another.
|
PagingResponse<Dataset> |
OrganizationService.publishedDatasets(@NotNull UUID organizationKey,
Pageable page)
Provides paging service to list datasets published by a specific organization.
|
Modifier and Type | Method and Description |
---|---|
static CitationGenerator.CitationData |
CitationGenerator.generateCitation(Dataset dataset,
Organization org) |
static CitationGenerator.CitationData |
CitationGenerator.generateCitation(Dataset dataset,
String organizationTitle)
Generate a citation for a
Dataset and its Organization . |
static String |
CitationGenerator.generatePublisherProvidedCitation(Dataset dataset)
Generate a citation for a
Dataset using the publisher's provided citation. |
Modifier and Type | Method and Description |
---|---|
static Iterable<Dataset> |
Iterables.datasetsIterable(Function<PagingRequest,PagingResponse<Dataset>> pager) |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.