Uses of Class
org.gbif.api.model.registry.search.InstallationRequestSearchParams
-
Packages that use InstallationRequestSearchParams Package Description org.gbif.api.service.registry -
-
Uses of InstallationRequestSearchParams in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry with parameters of type InstallationRequestSearchParams Modifier and Type Method Description PagingResponse<Installation>
InstallationService. list(InstallationRequestSearchParams searchParams)
Provides paging service to list installations that can be filtered by multiple parameters.PagingResponse<Installation>
InstallationService. listDeleted(InstallationRequestSearchParams searchParams)
Provides access to deleted installations.
-