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