Package | Description |
---|---|
org.gbif.api.model.registry | |
org.gbif.api.service.registry |
Modifier and Type | Method and Description |
---|---|
boolean |
Installation.lenientEquals(Installation other)
Does not include the nested properties, or server controlled values (key, createdBy etc) or the password,
for security reasons.
|
Modifier and Type | Method and Description |
---|---|
PagingResponse<Installation> |
OrganizationService.installations(@NotNull UUID organizationKey,
Pageable page)
Provides paging service to list installations for the organization.
|
PagingResponse<Installation> |
NodeService.installations(@NotNull UUID nodeKey,
Pageable page)
Provides the installations that are registered to organizations with an approved endorsement
from the node.
|
PagingResponse<Installation> |
InstallationService.list(InstallationRequestSearchParams searchParams)
Provides paging service to list installations that can be filtered by multiple parameters.
|
PagingResponse<Installation> |
InstallationService.listByType(InstallationType type,
Pageable page)
Provides paging service to list installations filtered by a particular installation type.
|
PagingResponse<Installation> |
InstallationService.listDeleted(InstallationRequestSearchParams searchParams)
Provides access to deleted installations.
|
PagingResponse<Installation> |
InstallationService.listNonPublishing(Pageable page)
Provides access to installations that serve no datasets.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.