Class CommunityLogoLinkRepository

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

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

    • CommunityLogoLinkRepository

      public CommunityLogoLinkRepository()
  • Method Details

    • getLogo

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