@Component(value="discover.browse.entries") public class BrowseEntryLinkRepository extends AbstractDSpaceRestRepository implements LinkRestRepository<BrowseEntryRest>
requestService, utils| Constructor and Description |
|---|
BrowseEntryLinkRepository() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmbeddableRelation(Object data,
String name) |
org.springframework.data.domain.Page<BrowseEntryRest> |
listBrowseEntries(javax.servlet.http.HttpServletRequest request,
String browseName,
org.springframework.data.domain.Pageable pageable,
String projection) |
BrowseEntryResource |
wrapResource(BrowseEntryRest entry,
String... rels) |
getRequestService, obtainContextpublic org.springframework.data.domain.Page<BrowseEntryRest> listBrowseEntries(javax.servlet.http.HttpServletRequest request, String browseName, org.springframework.data.domain.Pageable pageable, String projection) throws BrowseException, SQLException
BrowseExceptionSQLExceptionpublic BrowseEntryResource wrapResource(BrowseEntryRest entry, String... rels)
wrapResource in interface LinkRestRepository<BrowseEntryRest>public boolean isEmbeddableRelation(Object data, String name)
isEmbeddableRelation in interface LinkRestRepository<BrowseEntryRest>Copyright © 2019 DuraSpace. All rights reserved.