Uses of Class
org.dspace.workflow.Task
-
Packages that use Task Package Description org.dspace.curate In DSpace, "curation" refers to the application of one or more "tasks" to one or more model objects.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 Task in org.dspace.curate
Methods in org.dspace.curate with parameters of type Task Modifier and Type Method Description protected voidXmlWorkflowCuratorServiceImpl. notifyContacts(Context c, XmlWorkflowItem wfi, Task task, String status, String action, String message)Send email to people who should be notified when curation tasks are run. -
Uses of Task in org.dspace.workflow
Fields in org.dspace.workflow with type parameters of type Task Modifier and Type Field Description List<Task>FlowStep. tasksCuration tasks to be run in this workflow step.Methods in org.dspace.workflow with parameters of type Task Modifier and Type Method Description voidFlowStep. addTask(@NotNull Task task)Associate a curation task with the linked workflow step.
-