Class PoolTaskStepLinkRepository

    • Constructor Detail

      • PoolTaskStepLinkRepository

        public PoolTaskStepLinkRepository()
    • Method Detail

      • getStep

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