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) int
createChangeSuggestion
(R changeSuggestion) void
discardChangeSuggestion
(int key) getChangeSuggestion
(int key) list
(Status status, Type type, String proposedBy, UUID entityKey, String ihIdentifier, Pageable page) void
updateChangeSuggestion
(R changeSuggestion)
-
Method Details
-
createChangeSuggestion
-
updateChangeSuggestion
-
discardChangeSuggestion
-
applyChangeSuggestion
-
getChangeSuggestion
-
list
-