Class WorkflowItemCollectionLinkRepository

    • Constructor Detail

      • WorkflowItemCollectionLinkRepository

        public WorkflowItemCollectionLinkRepository()
    • Method Detail

      • getWorkflowItemCollection

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