@Component(value="core.collection.license") public class LicenseRestLinkRepository extends AbstractDSpaceRestRepository implements LinkRestRepository<LicenseRest>
requestService, utils| Constructor and Description |
|---|
LicenseRestLinkRepository() |
| Modifier and Type | Method and Description |
|---|---|
LicenseRest |
getLicenseCollection(javax.servlet.http.HttpServletRequest request,
UUID uuid,
org.springframework.data.domain.Pageable pageable,
String projection) |
boolean |
isEmbeddableRelation(LicenseRest data,
String name) |
HALResource |
wrapResource(LicenseRest model,
String... rels) |
getRequestService, obtainContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisEmbeddableRelationpublic HALResource wrapResource(LicenseRest model, String... rels)
wrapResource in interface LinkRestRepository<LicenseRest>@PreAuthorize(value="hasAuthority(\'AUTHENTICATED\')") public LicenseRest getLicenseCollection(javax.servlet.http.HttpServletRequest request, UUID uuid, org.springframework.data.domain.Pageable pageable, String projection) throws Exception
Exceptionpublic boolean isEmbeddableRelation(LicenseRest data, String name)
Copyright © 2019 DuraSpace. All rights reserved.