Uses of Class
org.dspace.app.rest.model.EPersonRest
Packages that use EPersonRest
Package
Description
-
Uses of EPersonRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return EPersonRestModifier and TypeMethodDescriptionEPersonConverter.convert(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 EPersonRestModifier and TypeMethodDescriptionPoolTaskRest.getEperson()ResourcePolicyRest.getEperson()AuthenticationStatusRest.getEPersonRest()ClaimedTaskRest.getOwner()Methods in org.dspace.app.rest.model with parameters of type EPersonRestModifier and TypeMethodDescriptionvoidPoolTaskRest.setEperson(EPersonRest eperson) voidResourcePolicyRest.setEperson(EPersonRest eperson) voidAuthenticationStatusRest.setEPersonRest(EPersonRest ePersonRest) voidClaimedTaskRest.setOwner(EPersonRest owner) Constructors in org.dspace.app.rest.model with parameters of type EPersonRest -
Uses of EPersonRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type EPersonRest -
Uses of EPersonRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return EPersonRestModifier and TypeMethodDescriptionprotected EPersonRestEPersonRestRepository.createAndReturn(Context context) EPersonRestRepository.findByEmail(String email) Find the eperson with the provided email address if any.AuthorizationEpersonLinkRepository.getEperson(jakarta.servlet.http.HttpServletRequest request, String authzId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) ResearcherProfileEPersonLinkRepository.getEPerson(jakarta.servlet.http.HttpServletRequest request, UUID id, org.springframework.data.domain.Pageable pageable, Projection projection) Returns the ePerson related to the Research profile with the given UUID.SubscriptionEPersonLinkRepository.getEPerson(jakarta.servlet.http.HttpServletRequest request, Integer subscriptionId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) ItemSubmitterLinkRepository.getItemSubmitter(jakarta.servlet.http.HttpServletRequest request, UUID id, org.springframework.data.domain.Pageable optionalPageable, Projection projection) Retrieve the submitter for an item.WorkflowItemSubmitterLinkRepository.getWorkflowItemSubmitter(jakarta.servlet.http.HttpServletRequest request, Integer id, org.springframework.data.domain.Pageable optionalPageable, Projection projection) Retrieve the submitter for a workflow item.WorkspaceItemSubmitterLinkRepository.getWorkspaceItemSubmitter(jakarta.servlet.http.HttpServletRequest request, Integer id, org.springframework.data.domain.Pageable optionalPageable, Projection projection) Retrieve the submitter for a workspace item.EPersonRestRepository.mergeFromRegistrationData(Context context, UUID uuid, String token, List<String> override) This method tries to merge the details coming from theEPersonRegistrationRestControllerof a givenuuideperson.Methods in org.dspace.app.rest.repository that return types with arguments of type EPersonRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<EPersonRest>org.springframework.data.domain.Page<EPersonRest>EPersonRestRepository.findByMetadata(String query, org.springframework.data.domain.Pageable pageable) Find the epersons matching the query parameter.org.springframework.data.domain.Page<EPersonRest>EPersonRestRepository.findIsNotMemberOf(UUID groupUUID, String query, org.springframework.data.domain.Pageable pageable) Find the EPersons matching the query parameter which are NOT a member of the given Group.EPersonRestRepository.getDomainClass()