Class WorkflowItemSubmitterLinkRepository

    • Constructor Detail

      • WorkflowItemSubmitterLinkRepository

        public WorkflowItemSubmitterLinkRepository()
    • Method Detail

      • getWorkflowItemSubmitter

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