Uses of Class
org.dspace.app.rest.model.WorkflowStepRest
-
Packages that use WorkflowStepRest Package Description org.dspace.app.rest org.dspace.app.rest.converter org.dspace.app.rest.model org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of WorkflowStepRest in org.dspace.app.rest
Methods in org.dspace.app.rest that return types with arguments of type WorkflowStepRest Modifier and Type Method Description org.springframework.data.domain.Page<WorkflowStepRest>WorkflowDefinitionStepsLinkRepository. getSteps(javax.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 WorkflowStepRest Modifier and Type Method Description WorkflowStepRestWorkflowStepConverter. 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 WorkflowStepRest Modifier and Type Method Description List<WorkflowStepRest>WorkflowDefinitionRest. getSteps()Method parameters in org.dspace.app.rest.model with type arguments of type WorkflowStepRest Modifier and Type Method Description voidWorkflowDefinitionRest. 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 Constructor Description WorkflowStepResource(WorkflowStepRest data, Utils utils) -
Uses of WorkflowStepRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return WorkflowStepRest Modifier and Type Method Description WorkflowStepRestWorkflowStepRestRepository. findOne(Context context, String workflowStepName)WorkflowStepRestClaimedTaskStepLinkRepository. getStep(javax.servlet.http.HttpServletRequest request, Integer claimedTaskId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)This method will retrieve theWorkflowStepRestobject for theClaimedTaskwith the given idWorkflowStepRestPoolTaskStepLinkRepository. getStep(javax.servlet.http.HttpServletRequest request, Integer poolTaskId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)This method will retrieve theWorkflowStepRestobject for thePoolTaskwith the given idWorkflowStepRestWorkflowItemStepLinkRepository. getStep(javax.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 WorkflowStepRest Modifier and Type Method Description org.springframework.data.domain.Page<WorkflowStepRest>WorkflowStepRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)Class<WorkflowStepRest>WorkflowStepRestRepository. getDomainClass()
-