Uses of Class
org.dspace.workflow.Task
Packages that use Task
Package
Description
In DSpace, "curation" refers to the application of one or more "tasks" to one
or more model objects.
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 TaskModifier and TypeMethodDescriptionprotected 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 TaskMethods in org.dspace.workflow with parameters of type Task