Class WorkspaceItemItemLinkRepository

    • Constructor Detail

      • WorkspaceItemItemLinkRepository

        public WorkspaceItemItemLinkRepository()
    • Method Detail

      • getWorkspaceItemItem

        @PreAuthorize("hasPermission(#id, \'WORKSPACEITEM\', \'READ\')")
        public ItemRest getWorkspaceItemItem​(@Nullable
                                             javax.servlet.http.HttpServletRequest request,
                                             Integer id,
                                             @Nullable
                                             org.springframework.data.domain.Pageable optionalPageable,
                                             Projection projection)
        Retrieve the item for a workspace item.
        Parameters:
        request - - The current request
        id - - The workspace item ID for which to retrieve the item
        optionalPageable - - optional pageable object
        projection - - the current projection
        Returns:
        the item for the workspace item