Uses of Interface
org.gbif.api.service.registry.OrganizationService
Packages that use OrganizationService
-
Uses of OrganizationService in org.gbif.api.util.iterables
Methods in org.gbif.api.util.iterables with parameters of type OrganizationServiceModifier and TypeMethodDescriptionIterables.datasets
(UUID key, DatasetType type, DatasetService ds, OrganizationService os, InstallationService is, NetworkService ns, NodeService nos) 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.Iterables.hostedDatasets
(UUID key, DatasetType type, OrganizationService service) static Iterable<Organization>
Iterables.organizations
(Country country, OrganizationService service) Iterables.publishedDatasets
(UUID key, DatasetType type, OrganizationService service) Constructors in org.gbif.api.util.iterables with parameters of type OrganizationServiceModifierConstructorDescriptionOrganizationPager
(OrganizationService service, Country country, int pageSize) OrgHostingPager
(OrganizationService os, UUID orgKey, DatasetType type, int pageSize) OrgPublishingPager
(OrganizationService os, UUID orgKey, DatasetType type, int pageSize)