Uses of Class
org.dspace.app.rest.model.RequestItemRest
Packages that use RequestItemRest
Package
Description
-
Uses of RequestItemRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return RequestItemRestModifier and TypeMethodDescriptionRequestItemConverter.convert(RequestItem requestItem, Projection projection) -
Uses of RequestItemRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type RequestItemRest -
Uses of RequestItemRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return RequestItemRestModifier and TypeMethodDescriptionRequestItemRepository.createAndReturn(Context ctx) RequestItemRepository.findByAccessToken(String accessToken) RequestItemRepository.put(Context context, jakarta.servlet.http.HttpServletRequest request, String apiCategory, String model, String token, com.fasterxml.jackson.databind.JsonNode requestBody) Methods in org.dspace.app.rest.repository that return types with arguments of type RequestItemRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<RequestItemRest>RequestItemRepository.getDomainClass()