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.
  • 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