Uses of Interface
org.gbif.api.service.registry.NodeService
-
Packages that use NodeService Package Description org.gbif.api.util.iterables -
-
Uses of NodeService in org.gbif.api.util.iterables
Methods in org.gbif.api.util.iterables with parameters of type NodeService 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. endorsedDatasets(UUID nodeKey, DatasetType type, NodeService service)
static Iterable<Organization>
Iterables. endorsedOrganizations(UUID nodeKey, NodeService service)
static Iterable<Node>
Iterables. nodes(NodeService service)
Iterate over all endorsing nodesConstructors in org.gbif.api.util.iterables with parameters of type NodeService Constructor Description NodeDatasetPager(NodeService service, UUID nodeKey, DatasetType type, int pageSize)
NodeOrganizationPager(NodeService service, UUID endorsingNodeKey, int pageSize)
NodePager(NodeService service, int pageSize)
-