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.bundles.item")
public class BundleItemLinkRepository
extends AbstractDSpaceRestRepository
implements LinkRestRepository
Link 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 -
Method Summary
Modifier and TypeMethodDescriptiongetItem(jakarta.servlet.http.HttpServletRequest request, UUID bundleId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) Get the item where the provided bundle resides inMethods inherited from class org.dspace.app.rest.repository.AbstractDSpaceRestRepository
getRequestService, obtainContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.dspace.app.rest.repository.LinkRestRepository
isEmbeddableRelation
-
Constructor Details
-
BundleItemLinkRepository
public BundleItemLinkRepository()
-
-
Method Details
-
getItem
@PreAuthorize("hasPermission(#bundleId, \'BUNDLE\', \'READ\')") public ItemRest getItem(@Nullable jakarta.servlet.http.HttpServletRequest request, UUID bundleId, @Nullable org.springframework.data.domain.Pageable optionalPageable, Projection projection) Get the item where the provided bundle resides in
-