Uses of Class
org.gbif.api.model.collections.descriptors.DescriptorChangeSuggestion
-
Packages that use DescriptorChangeSuggestion Package Description org.gbif.api.service.collections -
-
Uses of DescriptorChangeSuggestion in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections that return DescriptorChangeSuggestion Modifier and Type Method Description DescriptorChangeSuggestion
DescriptorChangeSuggestionService. createSuggestion(InputStream fileStream, String filename, DescriptorChangeSuggestionRequest request)
Creates a new descriptor change suggestion.DescriptorChangeSuggestion
DescriptorChangeSuggestionService. getSuggestion(long key)
Retrieves a descriptor change suggestion by its key.DescriptorChangeSuggestion
DescriptorChangeSuggestionService. updateSuggestion(long key, DescriptorChangeSuggestionRequest request, InputStream fileStream, String filename)
Updates an existing descriptor change suggestion.Methods in org.gbif.api.service.collections that return types with arguments of type DescriptorChangeSuggestion Modifier and Type Method Description PagingResponse<DescriptorChangeSuggestion>
DescriptorChangeSuggestionService. list(Pageable pageable, Status status, Type type, String proposerEmail, UUID collectionKey, Country country)
Lists descriptor change suggestions with optional filters.
-