Uses of Class
org.dspace.app.rest.model.RegistrationRest
Packages that use RegistrationRest
-
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 givenMethods 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()