Uses of Class
org.dspace.app.rest.model.BrowseEntryRest
-
Packages that use BrowseEntryRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of BrowseEntryRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return BrowseEntryRest Modifier and Type Method Description BrowseEntryRestBrowseEntryConverter. apply(String[] source) -
Uses of BrowseEntryRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type BrowseEntryRest Constructor Description BrowseEntryResource(BrowseEntryRest entry) -
Uses of BrowseEntryRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return types with arguments of type BrowseEntryRest Modifier and Type Method Description org.springframework.data.domain.Page<BrowseEntryRest>BrowseEntryLinkRepository. listBrowseEntries(javax.servlet.http.HttpServletRequest request, String browseName, org.springframework.data.domain.Pageable pageable, Projection projection)
-