Uses of Class
org.dspace.app.rest.model.SupervisionOrderRest
-
Packages that use SupervisionOrderRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of SupervisionOrderRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SupervisionOrderRest Modifier and Type Method Description SupervisionOrderRestSupervisionOrderConverter. convert(SupervisionOrder modelObject, Projection projection) -
Uses of SupervisionOrderRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type SupervisionOrderRest Constructor Description SupervisionOrderResource(SupervisionOrderRest data, Utils utils) -
Uses of SupervisionOrderRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return SupervisionOrderRest Modifier and Type Method Description SupervisionOrderRestSupervisionOrderRestRepository. createAndReturn(Context context)SupervisionOrderRestSupervisionOrderRestRepository. findOne(Context context, Integer id)Methods in org.dspace.app.rest.repository that return types with arguments of type SupervisionOrderRest Modifier and Type Method Description org.springframework.data.domain.Page<SupervisionOrderRest>SupervisionOrderRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<SupervisionOrderRest>SupervisionOrderRestRepository. findByItem(String itemId, org.springframework.data.domain.Pageable pageable)Class<SupervisionOrderRest>SupervisionOrderRestRepository. getDomainClass()org.springframework.data.domain.Page<SupervisionOrderRest>WorkspaceItemSupervisionOrdersLinkRepository. getSupervisionOrders(javax.servlet.http.HttpServletRequest request, Integer id, org.springframework.data.domain.Pageable optionalPageable, Projection projection)
-