Uses of Interface
org.gbif.api.model.collections.CollectionEntity
Packages that use CollectionEntity
Package
Description
-
Uses of CollectionEntity in org.gbif.api.model.collections
Classes in org.gbif.api.model.collections that implement CollectionEntityModifier and TypeClassDescriptionclass
A group of specimens or other natural history objects.class
The owner or location of collection. -
Uses of CollectionEntity in org.gbif.api.model.collections.suggestions
Classes in org.gbif.api.model.collections.suggestions with type parameters of type CollectionEntityModifier and TypeClassDescriptionclass
BaseChangeSuggestion<T extends CollectionEntity>
interface
ChangeSuggestion<T extends CollectionEntity>
-
Uses of CollectionEntity in org.gbif.api.service.collections
Classes in org.gbif.api.service.collections with type parameters of type CollectionEntityModifier and TypeInterfaceDescriptioninterface
ChangeSuggestionService<T extends CollectionEntity,
R extends ChangeSuggestion<T>> Defines the service to suggest changes in GRSciColl entities.interface
CollectionEntityService<T extends CollectionEntity>
interface
CrudService<T extends CollectionEntity>
Base CRUD service forCollectionEntity
entities.Methods in org.gbif.api.service.collections with type parameters of type CollectionEntityModifier and TypeMethodDescription<T extends CollectionEntity>
voidContactService.addSuggestionContacts
(@NotNull UUID entityKey, @NotNull ChangeSuggestion<T> changeSuggestion) Adds aContact
IH contact to an entity.