Uses of Enum Class
org.gbif.api.vocabulary.DatasetType
Packages that use DatasetType
Package
Description
-
Uses of DatasetType in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return DatasetTypeMethods in org.gbif.api.model.registry with parameters of type DatasetTypeModifier and TypeMethodDescriptionvoidDataset.setType(DatasetType type) Persisted in the database table. -
Uses of DatasetType in org.gbif.api.model.registry.search
Methods in org.gbif.api.model.registry.search that return DatasetTypeMethods in org.gbif.api.model.registry.search with parameters of type DatasetTypeModifier and TypeMethodDescriptionvoidDatasetSearchRequest.addTypeFilter(DatasetType type) voidDatasetSearchResult.setType(DatasetType type) voidDatasetSuggestResult.setType(DatasetType type) -
Uses of DatasetType in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry with parameters of type DatasetTypeModifier and TypeMethodDescriptionDatasetService.listByCountry(Country country, DatasetType type, Pageable page) Provides paging service to list datasets published, i.e.DatasetService.listByType(DatasetType type, Pageable page) Provides paging service to list datasets published filtered by a particular dataset type. -
Uses of DatasetType in org.gbif.api.util.iterables
Methods in org.gbif.api.util.iterables with parameters of type DatasetTypeModifier 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.datasets(DatasetType type, DatasetService service) Iterables.endorsedDatasets(UUID nodeKey, DatasetType type, NodeService service) Iterables.hostedDatasets(UUID key, DatasetType type, InstallationService service) Iterables.hostedDatasets(UUID key, DatasetType type, OrganizationService service) Iterables.networkDatasets(UUID key, DatasetType type, NetworkService service) Iterates over all constituents of a given network.Iterables.publishedDatasets(UUID key, DatasetType type, OrganizationService service) Constructors in org.gbif.api.util.iterables with parameters of type DatasetTypeModifierConstructorDescriptionDatasetPager(DatasetService ds, DatasetType type, int pageSize) InstallationPager(InstallationService service, UUID installationKey, DatasetType type, int pageSize) NetworkPager(NetworkService service, UUID key, DatasetType type, int pageSize) NodeDatasetPager(NodeService service, UUID nodeKey, DatasetType type, int pageSize) OrgHostingPager(OrganizationService os, UUID orgKey, DatasetType type, int pageSize) OrgPublishingPager(OrganizationService os, UUID orgKey, DatasetType type, int pageSize) -
Uses of DatasetType in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return DatasetTypeModifier and TypeMethodDescriptionstatic DatasetTypeDatasetType.fromString(String datasetType) static DatasetTypeReturns the enum constant of this class with the specified name.static DatasetType[]DatasetType.values()Returns an array containing the constants of this enum class, in the order they are declared.