Class ItemIdentifierLinkRepository

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

@Component("core.item.identifiers") public class ItemIdentifierLinkRepository extends AbstractDSpaceRestRepository implements LinkRestRepository
Link repository for the identifier of an Item
  • Constructor Details

    • ItemIdentifierLinkRepository

      public ItemIdentifierLinkRepository()
  • Method Details

    • 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