Package org.dspace.app.rest.repository
Class BundleItemLinkRepository
- java.lang.Object
-
- org.dspace.app.rest.repository.AbstractDSpaceRestRepository
-
- org.dspace.app.rest.repository.BundleItemLinkRepository
-
- All Implemented Interfaces:
LinkRestRepository
@Component("core.bundle.item") public class BundleItemLinkRepository extends AbstractDSpaceRestRepository implements LinkRestRepositoryLink repository for "item" subresource of an individual bundle.
-
-
Field Summary
-
Fields inherited from class org.dspace.app.rest.repository.AbstractDSpaceRestRepository
converter, requestService, utils
-
-
Constructor Summary
Constructors Constructor Description BundleItemLinkRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemRestgetItem(javax.servlet.http.HttpServletRequest request, UUID bundleId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)Get the item where the provided bundle resides in-
Methods inherited from class org.dspace.app.rest.repository.AbstractDSpaceRestRepository
getRequestService, obtainContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dspace.app.rest.repository.LinkRestRepository
isEmbeddableRelation
-
-
-
-
Method Detail
-
getItem
@PreAuthorize("hasPermission(#bundleId, \'BUNDLE\', \'READ\')") public ItemRest getItem(@Nullable javax.servlet.http.HttpServletRequest request, UUID bundleId, @Nullable org.springframework.data.domain.Pageable optionalPageable, Projection projection)Get the item where the provided bundle resides in
-
-