Package org.dspace.app.rest.repository
Class BrowseItemLinkRepository
java.lang.Object
org.dspace.app.rest.repository.AbstractDSpaceRestRepository
org.dspace.app.rest.repository.BrowseItemLinkRepository
- All Implemented Interfaces:
LinkRestRepository
@Component("discover.browses.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)
-
Field Summary
Fields inherited from class org.dspace.app.rest.repository.AbstractDSpaceRestRepository
converter, requestService, utils -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmbeddableRelation(Object data, String name) org.springframework.data.domain.Page<ItemRest>listBrowseItems(jakarta.servlet.http.HttpServletRequest request, String browseName, org.springframework.data.domain.Pageable pageable, Projection projection) Methods inherited from class org.dspace.app.rest.repository.AbstractDSpaceRestRepository
getRequestService, obtainContext
-
Constructor Details
-
BrowseItemLinkRepository
public BrowseItemLinkRepository()
-
-
Method Details
-
listBrowseItems
public org.springframework.data.domain.Page<ItemRest> listBrowseItems(jakarta.servlet.http.HttpServletRequest request, String browseName, org.springframework.data.domain.Pageable pageable, Projection projection) throws BrowseException, SQLException - Throws:
BrowseExceptionSQLException
-
isEmbeddableRelation
- Specified by:
isEmbeddableRelationin interfaceLinkRestRepository
-