Uses of Class
org.dspace.app.rest.model.EPersonRest
-
Packages that use EPersonRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of EPersonRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return EPersonRest Modifier and Type Method Description EPersonRestEPersonConverter. convert(org.dspace.eperson.EPerson obj, Projection projection)protected EPersonRestEPersonConverter. newInstance() -
Uses of EPersonRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return EPersonRest Modifier and Type Method Description EPersonRestPoolTaskRest. getEperson()EPersonRestResourcePolicyRest. getEperson()EPersonRestAuthenticationStatusRest. getEPersonRest()EPersonRestClaimedTaskRest. getOwner()EPersonRestAInprogressSubmissionRest. getSubmitter()Methods in org.dspace.app.rest.model with parameters of type EPersonRest Modifier and Type Method Description voidPoolTaskRest. setEperson(EPersonRest eperson)voidResourcePolicyRest. setEperson(EPersonRest eperson)voidAuthenticationStatusRest. setEPersonRest(EPersonRest ePersonRest)voidClaimedTaskRest. setOwner(EPersonRest owner)voidAInprogressSubmissionRest. setSubmitter(EPersonRest submitter)Constructors in org.dspace.app.rest.model with parameters of type EPersonRest Constructor Description AuthenticationStatusRest(EPersonRest eperson) -
Uses of EPersonRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type EPersonRest Constructor Description EPersonResource(EPersonRest eperson, Utils utils) -
Uses of EPersonRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return EPersonRest Modifier and Type Method Description protected EPersonRestEPersonRestRepository. createAndReturn(org.dspace.core.Context context)EPersonRestEPersonRestRepository. findByEmail(String email)Find the eperson with the provided email address if any.EPersonRestEPersonRestRepository. findOne(org.dspace.core.Context context, UUID id)EPersonRestAuthorizationEpersonLinkRepository. getEperson(javax.servlet.http.HttpServletRequest request, String authzId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)Methods in org.dspace.app.rest.repository that return types with arguments of type EPersonRest Modifier and Type Method Description org.springframework.data.domain.Page<EPersonRest>EPersonRestRepository. findAll(org.dspace.core.Context context, org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<EPersonRest>EPersonRestRepository. findByMetadata(String query, org.springframework.data.domain.Pageable pageable)Find the epersons matching the query parameter.Class<EPersonRest>EPersonRestRepository. getDomainClass()
-