Package org.gbif.api.service.collections
Interface ChangeSuggestionService<T extends CollectionEntity,R extends ChangeSuggestion<T>>
public interface ChangeSuggestionService<T extends CollectionEntity,R extends ChangeSuggestion<T>>
Defines the service to suggest changes in GRSciColl entities.
-
Method Summary
Modifier and TypeMethodDescriptionapplyChangeSuggestion(int key) intcreateChangeSuggestion(R changeSuggestion) voiddiscardChangeSuggestion(int key) getChangeSuggestion(int key) list(Status status, Type type, String proposedBy, UUID entityKey, String ihIdentifier, String country, Pageable page) voidupdateChangeSuggestion(R changeSuggestion)
-
Method Details
-
createChangeSuggestion
-
updateChangeSuggestion
-
discardChangeSuggestion
-
applyChangeSuggestion
-
getChangeSuggestion
-
list
-