Package org.dspace.xmlworkflow.storedcomponents
package org.dspace.xmlworkflow.storedcomponents
The state of an item in a workflow is persisted in a number of objects.
An XmlWorkflowItem represents the Item which it wraps, until the
Item is installed in a Collection at the conclusion of the workflow.
A PoolTask represents a unit of work to be performed on a workflow
item by one or more members of a Role.
The item is given PoolTasks when it enters a workflow step. Role members
may claim the tasks.
A ClaimedTask represents a task that has been claimed by a Role
member for execution. More than one member can claim a task if it requires
more than one (for example, if two approvals are required).
-
ClassesClassDescriptionClaimed task representing the database representation of an action claimed by an epersonService implementation for the ClaimedTask object.Represents a workflow assignments database representation.Service implementation for the CollectionRole object.Claimed task representing the database representation of an action claimed by an epersonService implementation for the InProgressUser object.Pool task representing the database representation of a pool task for a step and an epersonService implementation for the PoolTask object.Represents a workflow assignments database representation.Service implementation for the WorkflowItemRole object.Class representing an item going through the workflow process in DSpaceService implementation for the XmlWorkflowItem object.