public interface InstallationMapper extends BaseNetworkEntityMapper<org.gbif.api.model.registry.Installation>
Modifier and Type | Method and Description |
---|---|
long |
countDeleted() |
long |
countInstallationsByOrganization(UUID organizationKey) |
long |
countInstallationsEndorsedBy(UUID nodeKey) |
long |
countNonPublishing() |
List<org.gbif.api.model.registry.Installation> |
deleted(org.gbif.api.model.common.paging.Pageable page) |
List<org.gbif.api.model.registry.Installation> |
listInstallationsByOrganization(UUID organizationKey,
org.gbif.api.model.common.paging.Pageable page) |
List<org.gbif.api.model.registry.Installation> |
listInstallationsEndorsedBy(UUID nodeKey,
org.gbif.api.model.common.paging.Pageable page) |
List<org.gbif.api.model.registry.Installation> |
nonPublishing(org.gbif.api.model.common.paging.Pageable page) |
count, count, countByIdentifier, create, delete, get, list, listByIdentifier, search, title, update
addContact, areRelated, deleteContact, deleteContacts, listContacts, updateContact, updatePrimaryContacts
addComment, deleteComment, listComments
addMachineTag, deleteMachineTag, listMachineTags
addTag, deleteTag, listTags
addEndpoint, deleteEndpoint, listEndpoints
addIdentifier, deleteIdentifier, listIdentifiers
long countInstallationsEndorsedBy(UUID nodeKey)
List<org.gbif.api.model.registry.Installation> listInstallationsEndorsedBy(UUID nodeKey, @Nullable org.gbif.api.model.common.paging.Pageable page)
long countInstallationsByOrganization(UUID organizationKey)
List<org.gbif.api.model.registry.Installation> listInstallationsByOrganization(UUID organizationKey, @Nullable org.gbif.api.model.common.paging.Pageable page)
List<org.gbif.api.model.registry.Installation> deleted(@Nullable org.gbif.api.model.common.paging.Pageable page)
long countDeleted()
long countNonPublishing()
List<org.gbif.api.model.registry.Installation> nonPublishing(@Nullable org.gbif.api.model.common.paging.Pageable page)
Copyright © 2016 Global Biodiversity Information Facility. All rights reserved.