Uses of Class
org.dspace.app.rest.model.ResearcherProfileRest
Packages that use ResearcherProfileRest
Package
Description
-
Uses of ResearcherProfileRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return ResearcherProfileRestModifier and TypeMethodDescriptionResearcherProfileConverter.convert(ResearcherProfile profile, Projection projection) -
Uses of ResearcherProfileRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type ResearcherProfileRest -
Uses of ResearcherProfileRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return ResearcherProfileRestModifier and TypeMethodDescriptionprotected ResearcherProfileRestResearcherProfileRestRepository.createAndReturn(Context context) Create a new researcher profile from scratch.protected ResearcherProfileRestResearcherProfileRestRepository.createAndReturn(Context context, List<String> list) Create a new researcher profile claiming an already existing item.Methods in org.dspace.app.rest.repository that return types with arguments of type ResearcherProfileRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ResearcherProfileRest>ResearcherProfileRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) ResearcherProfileRestRepository.getDomainClass()