Class WorkspaceItemSubmitterLinkRepository

    • Constructor Detail

      • WorkspaceItemSubmitterLinkRepository

        public WorkspaceItemSubmitterLinkRepository()
    • Method Detail

      • getWorkspaceItemSubmitter

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