Uses of Class
org.dspace.app.rest.model.ResearcherProfileRest
-
Packages that use ResearcherProfileRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of ResearcherProfileRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return ResearcherProfileRest Modifier and Type Method Description ResearcherProfileRestResearcherProfileConverter. 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 Constructor Description ResearcherProfileResource(ResearcherProfileRest data, Utils utils) -
Uses of ResearcherProfileRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return ResearcherProfileRest Modifier and Type Method Description protected 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.ResearcherProfileRestResearcherProfileRestRepository. findOne(Context context, UUID id)Methods in org.dspace.app.rest.repository that return types with arguments of type ResearcherProfileRest Modifier and Type Method Description org.springframework.data.domain.Page<ResearcherProfileRest>ResearcherProfileRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)Class<ResearcherProfileRest>ResearcherProfileRestRepository. getDomainClass()
-