Package org.dspace.app.rest.repository
Class BrowseEntryLinkRepository
java.lang.Object
org.dspace.app.rest.repository.AbstractDSpaceRestRepository
org.dspace.app.rest.repository.BrowseEntryLinkRepository
- All Implemented Interfaces:
LinkRestRepository
@Component("discover.browses.entries")
public class BrowseEntryLinkRepository
extends AbstractDSpaceRestRepository
implements LinkRestRepository
This is the repository responsible to retrieve the first level values
(Entries) of a metadata browse
- 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<BrowseEntryRest>listBrowseEntries(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
-
BrowseEntryLinkRepository
public BrowseEntryLinkRepository()
-
-
Method Details
-
listBrowseEntries
public org.springframework.data.domain.Page<BrowseEntryRest> listBrowseEntries(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
-