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).
-
Class Summary Class Description ClaimedTask Claimed task representing the database representation of an action claimed by an epersonClaimedTask_ ClaimedTaskServiceImpl Service implementation for the ClaimedTask object.CollectionRole Represents a workflow assignments database representation.CollectionRole_ CollectionRoleServiceImpl Service implementation for the CollectionRole object.InProgressUser Claimed task representing the database representation of an action claimed by an epersonInProgressUser_ InProgressUserServiceImpl Service implementation for the InProgressUser object.PoolTask Pool task representing the database representation of a pool task for a step and an epersonPoolTask_ PoolTaskServiceImpl Service implementation for the PoolTask object.WorkflowItemRole Represents a workflow assignments database representation.WorkflowItemRole_ WorkflowItemRoleServiceImpl Service implementation for the WorkflowItemRole object.XmlWorkflowItem Class representing an item going through the workflow process in DSpaceXmlWorkflowItem_ XmlWorkflowItemServiceImpl Service implementation for the XmlWorkflowItem object.