Uses of Class
org.dspace.app.rest.model.RegistrationRest
-
Packages that use RegistrationRest Package Description org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of RegistrationRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type RegistrationRest Constructor Description RegistrationResource(RegistrationRest content) -
Uses of RegistrationRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return RegistrationRest Modifier and Type Method Description RegistrationRestRegistrationRestRepository. createAndReturn(org.dspace.core.Context context)RegistrationRestRegistrationRestRepository. findByToken(String token)This method will find the RegistrationRest object that is associated with the token givenRegistrationRestRegistrationRestRepository. findOne(org.dspace.core.Context context, Integer integer)Methods in org.dspace.app.rest.repository that return types with arguments of type RegistrationRest Modifier and Type Method Description org.springframework.data.domain.Page<RegistrationRest>RegistrationRestRepository. findAll(org.dspace.core.Context context, org.springframework.data.domain.Pageable pageable)Class<RegistrationRest>RegistrationRestRepository. getDomainClass()
-