@Component(value="integration.authority.entries") public class AuthorityEntryLinkRepository extends AbstractDSpaceRestRepository implements LinkRestRepository<AuthorityEntryRest>
requestService, utils| Constructor and Description |
|---|
AuthorityEntryLinkRepository() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<AuthorityEntryRest> |
query(javax.servlet.http.HttpServletRequest request,
String name,
org.springframework.data.domain.Pageable pageable,
String projection) |
HALResource |
wrapResource(AuthorityEntryRest model,
String... rels) |
getRequestService, obtainContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisEmbeddableRelationpublic HALResource wrapResource(AuthorityEntryRest model, String... rels)
wrapResource in interface LinkRestRepository<AuthorityEntryRest>@PreAuthorize(value="hasAuthority(\'AUTHENTICATED\')") public org.springframework.data.domain.Page<AuthorityEntryRest> query(javax.servlet.http.HttpServletRequest request, String name, org.springframework.data.domain.Pageable pageable, String projection)
Copyright © 2019 DuraSpace. All rights reserved.