Uses of Class
org.dspace.app.rest.model.WorkflowStepRest
Packages that use WorkflowStepRest
Package
Description
-
Uses of WorkflowStepRest in org.dspace.app.rest
Methods in org.dspace.app.rest that return types with arguments of type WorkflowStepRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<WorkflowStepRest>WorkflowDefinitionStepsLinkRepository.getSteps(jakarta.servlet.http.HttpServletRequest request, String workflowName, org.springframework.data.domain.Pageable optionalPageable, Projection projection) GET endpoint that returns the list of steps of a workflow-definition. -
Uses of WorkflowStepRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return WorkflowStepRestModifier and TypeMethodDescriptionWorkflowStepConverter.convert(Step modelObject, Projection projection) -
Uses of WorkflowStepRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return types with arguments of type WorkflowStepRestMethod parameters in org.dspace.app.rest.model with type arguments of type WorkflowStepRestModifier and TypeMethodDescriptionvoidWorkflowDefinitionRest.setSteps(List<WorkflowStepRest> steps) -
Uses of WorkflowStepRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type WorkflowStepRest -
Uses of WorkflowStepRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return WorkflowStepRestModifier and TypeMethodDescriptionClaimedTaskStepLinkRepository.getStep(jakarta.servlet.http.HttpServletRequest request, Integer claimedTaskId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) This method will retrieve theWorkflowStepRestobject for theClaimedTaskwith the given idPoolTaskStepLinkRepository.getStep(jakarta.servlet.http.HttpServletRequest request, Integer poolTaskId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) This method will retrieve theWorkflowStepRestobject for thePoolTaskwith the given idWorkflowItemStepLinkRepository.getStep(jakarta.servlet.http.HttpServletRequest request, Integer workflowItemId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) This method will retrieve theWorkflowStepRestobject for theWorkflowItemwith the given idMethods in org.dspace.app.rest.repository that return types with arguments of type WorkflowStepRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<WorkflowStepRest>WorkflowStepRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) WorkflowStepRestRepository.getDomainClass()