Uses of Class
org.dspace.app.rest.model.RegistrationRest
Packages that use RegistrationRest
Package
Description
-
Uses of RegistrationRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return RegistrationRestModifier and TypeMethodDescriptionRegistrationDataConverter.convert(RegistrationData registrationData, Projection projection) -
Uses of RegistrationRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type RegistrationRest -
Uses of RegistrationRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return RegistrationRestModifier and TypeMethodDescriptionRegistrationRestRepository.createAndReturn(Context context) RegistrationRestRepository.findByToken(String token) This method will find the RegistrationRest object that is associated with the token givenRegistrationRestRepository.patch(jakarta.servlet.http.HttpServletRequest request, String apiCategory, String model, Integer id, Patch patch) This method can be used to update aRegistrationDatawith a givenidthat has a validtokenwith the actions described in thePatchobject.Methods in org.dspace.app.rest.repository that return types with arguments of type RegistrationRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<RegistrationRest>RegistrationRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) RegistrationRestRepository.getDomainClass()