Uses of Class
org.dspace.app.rest.model.WorkflowActionRest
-
Packages that use WorkflowActionRest 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 WorkflowActionRest in org.dspace.app.rest
Methods in org.dspace.app.rest that return types with arguments of type WorkflowActionRest Modifier and Type Method Description org.springframework.data.domain.Page<WorkflowActionRest>WorkflowStepActionsLinkRepository. getActions(javax.servlet.http.HttpServletRequest request, String workflowStepName, org.springframework.data.domain.Pageable optionalPageable, Projection projection)GET endpoint that returns the list of actions of a workflow step. -
Uses of WorkflowActionRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return WorkflowActionRest Modifier and Type Method Description WorkflowActionRestWorkflowActionConverter. convert(org.dspace.xmlworkflow.state.actions.WorkflowActionConfig modelObject, Projection projection) -
Uses of WorkflowActionRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return WorkflowActionRest Modifier and Type Method Description WorkflowActionRestClaimedTaskRest. getAction()Methods in org.dspace.app.rest.model that return types with arguments of type WorkflowActionRest Modifier and Type Method Description List<WorkflowActionRest>WorkflowStepRest. getWorkflowactions()Methods in org.dspace.app.rest.model with parameters of type WorkflowActionRest Modifier and Type Method Description voidClaimedTaskRest. setAction(WorkflowActionRest action)Method parameters in org.dspace.app.rest.model with type arguments of type WorkflowActionRest Modifier and Type Method Description voidWorkflowStepRest. setWorkflowactions(List<WorkflowActionRest> actions) -
Uses of WorkflowActionRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type WorkflowActionRest Constructor Description WorkflowActionResource(WorkflowActionRest data, Utils utils) -
Uses of WorkflowActionRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return WorkflowActionRest Modifier and Type Method Description WorkflowActionRestWorkflowActionRestRepository. findOne(org.dspace.core.Context context, String workflowActionName)Methods in org.dspace.app.rest.repository that return types with arguments of type WorkflowActionRest Modifier and Type Method Description org.springframework.data.domain.Page<WorkflowActionRest>WorkflowActionRestRepository. findAll(org.dspace.core.Context context, org.springframework.data.domain.Pageable pageable)Class<WorkflowActionRest>WorkflowActionRestRepository. getDomainClass()
-