Uses of Interface
org.gbif.api.service.registry.NetworkService
-
Packages that use NetworkService Package Description org.gbif.api.util.iterables -
-
Uses of NetworkService in org.gbif.api.util.iterables
Methods in org.gbif.api.util.iterables with parameters of type NetworkService Modifier and Type Method 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. networkDatasets(UUID key, DatasetType type, NetworkService service)
Iterates over all constituents of a given network.Constructors in org.gbif.api.util.iterables with parameters of type NetworkService Constructor Description NetworkPager(NetworkService service, UUID key, DatasetType type, int pageSize)
-