Uses of Class
org.dspace.app.rest.model.SuggestionRest
Packages that use SuggestionRest
Package
Description
-
Uses of SuggestionRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SuggestionRestModifier and TypeMethodDescriptionSuggestionConverter.convert(Suggestion target, Projection projection) -
Uses of SuggestionRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type SuggestionRest -
Uses of SuggestionRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return SuggestionRestModifier and TypeMethodDescriptionMethods in org.dspace.app.rest.repository that return types with arguments of type SuggestionRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SuggestionRest>SuggestionRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<SuggestionRest>SuggestionRestRepository.findByTargetAndSource(String source, UUID target, org.springframework.data.domain.Pageable pageable) SuggestionRestRepository.getDomainClass()