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(UUID datasetKey,
Pageable page) |
Pages through constituents of a dataset, i.e.
|
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.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.
|