Package org.dspace.app.rest.repository
Class AuthorityEntryValueLinkRepository
- java.lang.Object
-
- org.dspace.app.rest.repository.AbstractDSpaceRestRepository
-
- org.dspace.app.rest.repository.AuthorityEntryValueLinkRepository
-
- All Implemented Interfaces:
LinkRestRepository
@Component("integration.authority.entryValues") public class AuthorityEntryValueLinkRepository extends AbstractDSpaceRestRepository implements LinkRestRepositoryController for exposition of authority services- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
-
-
Field Summary
-
Fields inherited from class org.dspace.app.rest.repository.AbstractDSpaceRestRepository
converter, requestService, utils
-
-
Constructor Summary
Constructors Constructor Description AuthorityEntryValueLinkRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorityEntryRestgetResource(javax.servlet.http.HttpServletRequest request, String name, String relId, org.springframework.data.domain.Pageable pageable, Projection projection)booleanisEmbeddableRelation(Object data, String name)Not embeddable because this is not currently a pageable subresource.-
Methods inherited from class org.dspace.app.rest.repository.AbstractDSpaceRestRepository
getRequestService, obtainContext
-
-
-
-
Method Detail
-
getResource
@PreAuthorize("hasAuthority(\'AUTHENTICATED\')") public AuthorityEntryRest getResource(javax.servlet.http.HttpServletRequest request, String name, String relId, org.springframework.data.domain.Pageable pageable, Projection projection)
-
isEmbeddableRelation
public boolean isEmbeddableRelation(Object data, String name)
Not embeddable because this is not currently a pageable subresource.- Specified by:
isEmbeddableRelationin interfaceLinkRestRepository
-
-