Uses of Class
org.dspace.app.rest.model.WorkflowDefinitionRest
Packages that use WorkflowDefinitionRest
Package
Description
-
Uses of WorkflowDefinitionRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return WorkflowDefinitionRestModifier and TypeMethodDescriptionWorkflowDefinitionConverter.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 WorkflowDefinitionRestModifierConstructorDescriptionWorkflowDefinitionResource(WorkflowDefinitionRest data, Utils utils) -
Uses of WorkflowDefinitionRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return WorkflowDefinitionRestModifier and TypeMethodDescriptionWorkflowDefinitionRestRepository.findByCollection(UUID collectionId) GET endpoint that returns the workflow definition that applies to a specific collection eventually fallback to the default configuration.Methods in org.dspace.app.rest.repository that return types with arguments of type WorkflowDefinitionRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<WorkflowDefinitionRest>WorkflowDefinitionRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) WorkflowDefinitionRestRepository.getDomainClass()