Class WorkflowItemItemLinkRepository

    • Constructor Detail

      • WorkflowItemItemLinkRepository

        public WorkflowItemItemLinkRepository()
    • Method Detail

      • getWorkflowItemItem

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