Class ItemBundleLinkRepository

java.lang.Object
org.dspace.app.rest.repository.AbstractDSpaceRestRepository
org.dspace.app.rest.repository.ItemBundleLinkRepository
All Implemented Interfaces:
LinkRestRepository

@Component("core.items.bundles") public class ItemBundleLinkRepository extends AbstractDSpaceRestRepository implements LinkRestRepository
Link repository for "bundles" subresource of an individual item.
  • Constructor Details

    • ItemBundleLinkRepository

      public ItemBundleLinkRepository()
  • Method Details

    • getBundles

      @PreAuthorize("hasPermission(#itemId, \'ITEM\', \'READ\')") public org.springframework.data.domain.Page<BundleRest> getBundles(@Nullable jakarta.servlet.http.HttpServletRequest request, UUID itemId, @Nullable org.springframework.data.domain.Pageable optionalPageable, Projection projection)