Uses of Interface
org.gbif.api.service.registry.DatasetService
-
Packages that use DatasetService Package Description org.gbif.api.util.iterables -
-
Uses of DatasetService in org.gbif.api.util.iterables
Methods in org.gbif.api.util.iterables with parameters of type DatasetService Modifier and Type Method Description static Iterable<Dataset>
Iterables. constituentDatasets(UUID key, DatasetService service)
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. datasets(DatasetType type, DatasetService service)
Constructors in org.gbif.api.util.iterables with parameters of type DatasetService Constructor Description DatasetConstituentPager(DatasetService service, UUID datasetKey, int pageSize)
DatasetPager(DatasetService ds, DatasetType type, int pageSize)
-