Class CommunityCollectionLinkRepository

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

@Component("core.communities.collections") public class CommunityCollectionLinkRepository extends AbstractDSpaceRestRepository implements LinkRestRepository
Link repository for "collections" subresource of an individual community.
  • Constructor Details

    • CommunityCollectionLinkRepository

      public CommunityCollectionLinkRepository()
  • Method Details

    • getCollections

      @PreAuthorize("hasPermission(#communityId, \'COMMUNITY\', \'READ\')") public org.springframework.data.domain.Page<CollectionRest> getCollections(@Nullable jakarta.servlet.http.HttpServletRequest request, UUID communityId, @Nullable org.springframework.data.domain.Pageable optionalPageable, Projection projection)