Uses of Class
org.dspace.app.rest.model.WorkflowActionRest
Packages that use WorkflowActionRest
Package
Description
-
Uses of WorkflowActionRest in org.dspace.app.rest
Methods in org.dspace.app.rest that return types with arguments of type WorkflowActionRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<WorkflowActionRest>WorkflowStepActionsLinkRepository.getActions(jakarta.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 WorkflowActionRestModifier and TypeMethodDescriptionWorkflowActionConverter.convert(WorkflowActionConfig modelObject, Projection projection) -
Uses of WorkflowActionRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return WorkflowActionRestMethods in org.dspace.app.rest.model that return types with arguments of type WorkflowActionRestMethods in org.dspace.app.rest.model with parameters of type WorkflowActionRestMethod parameters in org.dspace.app.rest.model with type arguments of type WorkflowActionRestModifier and TypeMethodDescriptionvoidWorkflowStepRest.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 -
Uses of WorkflowActionRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return WorkflowActionRestModifier and TypeMethodDescriptionMethods in org.dspace.app.rest.repository that return types with arguments of type WorkflowActionRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<WorkflowActionRest>WorkflowActionRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) WorkflowActionRestRepository.getDomainClass()