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> |
OrganizationService.installations(@NotNull UUID organizationKey,
Pageable page) |
Provides paging service to list installations for the organization.
|
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.
|