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.browse.entries") public class BrowseEntryLinkRepository extends AbstractDSpaceRestRepository implements LinkRestRepositoryThis 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 Constructor Description BrowseEntryLinkRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEmbeddableRelation(Object data, String name)org.springframework.data.domain.Page<BrowseEntryRest>listBrowseEntries(javax.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
-
-
-
-
Method Detail
-
listBrowseEntries
public org.springframework.data.domain.Page<BrowseEntryRest> listBrowseEntries(javax.servlet.http.HttpServletRequest request, String browseName, org.springframework.data.domain.Pageable pageable, Projection projection) throws BrowseException, SQLException
- Throws:
BrowseExceptionSQLException
-
isEmbeddableRelation
public boolean isEmbeddableRelation(Object data, String name)
- Specified by:
isEmbeddableRelationin interfaceLinkRestRepository
-
-