Uses of Interface
org.gbif.api.model.collections.suggestions.ChangeSuggestion
-
Packages that use ChangeSuggestion Package Description org.gbif.api.model.collections.suggestions org.gbif.api.service.collections -
-
Uses of ChangeSuggestion in org.gbif.api.model.collections.suggestions
Classes in org.gbif.api.model.collections.suggestions that implement ChangeSuggestion Modifier and Type Class Description class
BaseChangeSuggestion<T extends CollectionEntity>
class
CollectionChangeSuggestion
class
InstitutionChangeSuggestion
-
Uses of ChangeSuggestion in org.gbif.api.service.collections
Classes in org.gbif.api.service.collections with type parameters of type ChangeSuggestion Modifier and Type Interface Description interface
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 ChangeSuggestion Modifier and Type Method Description <T extends CollectionEntity>
voidContactService. addSuggestionContacts(@NotNull UUID entityKey, @NotNull ChangeSuggestion<T> changeSuggestion)
Adds aContact
IH contact to an entity.
-