Uses of Class
org.gbif.api.model.registry.Installation
Packages that use Installation
-
Uses of Installation in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry with parameters of type InstallationModifier and TypeMethodDescriptionbooleanInstallation.lenientEquals(Installation other) Does not include the nested properties, or server controlled values (key, createdBy etc) or the password, for security reasons. -
Uses of Installation in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry that return types with arguments of type InstallationModifier and TypeMethodDescriptionNodeService.installations(@NotNull UUID nodeKey, Pageable page) Provides the installations that are registered to organizations with an approved endorsement from the node.OrganizationService.installations(@NotNull UUID organizationKey, Pageable page) Provides paging service to list installations for the organization.InstallationService.list(InstallationRequestSearchParams searchParams) Provides paging service to list installations that can be filtered by multiple parameters.InstallationService.listByType(InstallationType type, Pageable page) Provides paging service to list installations filtered by a particular installation type.InstallationService.listDeleted(InstallationRequestSearchParams searchParams) Provides access to deleted installations.InstallationService.listNonPublishing(Pageable page) Provides access to installations that serve no datasets.