Class ItemRelationshipLinkRepository

    • Constructor Detail

      • ItemRelationshipLinkRepository

        public ItemRelationshipLinkRepository()
    • Method Detail

      • getRelationships

        @PreAuthorize("hasPermission(#itemId, \'ITEM\', \'READ\')")
        public org.springframework.data.domain.Page<RelationshipRest> getRelationships​(@Nullable
                                                                                       javax.servlet.http.HttpServletRequest request,
                                                                                       UUID itemId,
                                                                                       @Nullable
                                                                                       org.springframework.data.domain.Pageable optionalPageable,
                                                                                       Projection projection)