Uses of Enum Class
org.gbif.api.model.collections.suggestions.Status
Packages that use Status
-
Uses of Status in org.gbif.api.model.collections.suggestions
Methods in org.gbif.api.model.collections.suggestions that return StatusModifier and TypeMethodDescriptionBaseChangeSuggestion.getStatus()ChangeSuggestion.getStatus()static StatusReturns the enum constant of this class with the specified name.static Status[]Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gbif.api.model.collections.suggestions with parameters of type Status -
Uses of Status in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections with parameters of type StatusModifier and TypeMethodDescriptionlongDescriptorChangeSuggestionService.count(Status status, Type type, String proposerEmail, UUID collectionKey, Country country) Counts the total number of descriptor change suggestions based on filters.ChangeSuggestionService.list(Status status, Type type, String proposedBy, UUID entityKey, String ihIdentifier, String country, Pageable page) DescriptorChangeSuggestionService.list(Pageable pageable, Status status, Type type, String proposerEmail, UUID collectionKey, Country country) Lists descriptor change suggestions with optional filters.