Class WorkflowItemStepLinkRepository

    • Constructor Detail

      • WorkflowItemStepLinkRepository

        public WorkflowItemStepLinkRepository()
    • Method Detail

      • getStep

        public WorkflowStepRest getStep​(@Nullable
                                        javax.servlet.http.HttpServletRequest request,
                                        Integer workflowItemId,
                                        @Nullable
                                        org.springframework.data.domain.Pageable optionalPageable,
                                        Projection projection)
        This method will retrieve the WorkflowStepRest object for the WorkflowItem with the given id
        Parameters:
        request - The current request
        workflowItemId - The id for the WorkflowItem to be used
        optionalPageable - The pageable if relevant
        projection - The Projection
        Returns:
        The WorkflowStepRest object related to the WorkflowItem specified by the given ID