Class BrowseItemLinkRepository

  • All Implemented Interfaces:
    LinkRestRepository

    @Component("discover.browse.items")
    public class BrowseItemLinkRepository
    extends AbstractDSpaceRestRepository
    implements LinkRestRepository
    This is the repository to retrieve the items associated with a specific browse index or entries
    Author:
    Andrea Bollini (andrea.bollini at 4science.it)
    • Constructor Detail

      • BrowseItemLinkRepository

        public BrowseItemLinkRepository()
    • Method Detail

      • listBrowseItems

        public org.springframework.data.domain.Page<ItemRest> listBrowseItems​(javax.servlet.http.HttpServletRequest request,
                                                                              String browseName,
                                                                              org.springframework.data.domain.Pageable pageable,
                                                                              Projection projection)
                                                                       throws org.dspace.browse.BrowseException,
                                                                              SQLException
        Throws:
        org.dspace.browse.BrowseException
        SQLException