Uses of Class
org.dspace.app.rest.model.WorkflowDefinitionRest
-
Packages that use WorkflowDefinitionRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of WorkflowDefinitionRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return WorkflowDefinitionRest Modifier and Type Method Description WorkflowDefinitionRestWorkflowDefinitionConverter. convert(Workflow modelObject, Projection projection) -
Uses of WorkflowDefinitionRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type WorkflowDefinitionRest Constructor Description WorkflowDefinitionResource(WorkflowDefinitionRest data, Utils utils) -
Uses of WorkflowDefinitionRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return WorkflowDefinitionRest Modifier and Type Method Description WorkflowDefinitionRestWorkflowDefinitionRestRepository. findByCollection(UUID collectionId)GET endpoint that returns the workflow definition that applies to a specific collection eventually fallback to the default configuration.WorkflowDefinitionRestWorkflowDefinitionRestRepository. findOne(Context context, String workflowName)Methods in org.dspace.app.rest.repository that return types with arguments of type WorkflowDefinitionRest Modifier and Type Method Description org.springframework.data.domain.Page<WorkflowDefinitionRest>WorkflowDefinitionRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)Class<WorkflowDefinitionRest>WorkflowDefinitionRestRepository. getDomainClass()
-