Class ItemIdentifierLinkRepository

    • Constructor Detail

      • ItemIdentifierLinkRepository

        public ItemIdentifierLinkRepository()
    • Method Detail

      • getIdentifiers

        @PreAuthorize("hasPermission(#itemId, \'ITEM\', \'READ\')")
        public IdentifiersRest getIdentifiers​(@Nullable
                                              javax.servlet.http.HttpServletRequest request,
                                              UUID itemId,
                                              @Nullable
                                              org.springframework.data.domain.Pageable optionalPageable,
                                              Projection projection)
                                       throws SQLException
        Throws:
        SQLException