Uses of Interface
org.gbif.api.model.collections.suggestions.ChangeSuggestion
Packages that use ChangeSuggestion
-
Uses of ChangeSuggestion in org.gbif.api.model.collections.suggestions
Classes in org.gbif.api.model.collections.suggestions that implement ChangeSuggestionModifier and TypeClassDescriptionclass
BaseChangeSuggestion<T extends CollectionEntity>
class
class
-
Uses of ChangeSuggestion in org.gbif.api.service.collections
Classes in org.gbif.api.service.collections with type parameters of type ChangeSuggestionModifier and TypeInterfaceDescriptioninterface
ChangeSuggestionService<T extends CollectionEntity,
R extends ChangeSuggestion<T>> Defines the service to suggest changes in GRSciColl entities.Methods in org.gbif.api.service.collections with parameters of type ChangeSuggestionModifier and TypeMethodDescription<T extends CollectionEntity>
voidContactService.addSuggestionContacts
(@NotNull UUID entityKey, @NotNull ChangeSuggestion<T> changeSuggestion) Adds aContact
IH contact to an entity.