Class WorkspaceItemCollectionLinkRepository

    • Constructor Detail

      • WorkspaceItemCollectionLinkRepository

        public WorkspaceItemCollectionLinkRepository()
    • Method Detail

      • getWorkspaceItemCollection

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