Uses of Class
org.dspace.workflow.TaskSet
-
Packages that use TaskSet Package Description org.dspace.workflow DSpace has a simple workflow system, which models the workflows as named steps: SUBMIT, arbitrary named steps that you define, and ARCHIVE. -
-
Uses of TaskSet in org.dspace.workflow
Methods in org.dspace.workflow that return TaskSet Modifier and Type Method Description @NotNull TaskSetCurationTaskConfig. findTaskSet(@NotNull String setName)Find a TaskSet by name.
-