Uses of Class
org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem

Packages that use XmlWorkflowItem
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.
An Item submission begins as a WorkspaceItem in some user's workspace.
 
A workflow consists of a sequence of steps.
An Action changes the state of an object in a workflow.
 
 
The state of an item in a workflow is persisted in a number of objects.