Uses of Class
org.dspace.app.rest.model.hateoas.EntityTypeResource
-
Packages that use EntityTypeResource Package Description org.dspace.app.rest org.dspace.app.rest.link.relation -
-
Uses of EntityTypeResource in org.dspace.app.rest
Methods in org.dspace.app.rest that return EntityTypeResource Modifier and Type Method Description EntityTypeResourceEntityTypeLabelRestController. get(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String label) -
Uses of EntityTypeResource in org.dspace.app.rest.link.relation
Methods in org.dspace.app.rest.link.relation that return types with arguments of type EntityTypeResource Modifier and Type Method Description protected Class<EntityTypeResource>EntityTypeHalLinkFactory. getResourceClass()Methods in org.dspace.app.rest.link.relation with parameters of type EntityTypeResource Modifier and Type Method Description protected voidEntityTypeHalLinkFactory. addLinks(EntityTypeResource halResource, org.springframework.data.domain.Pageable pageable, LinkedList<org.springframework.hateoas.Link> list)
-