Package org.dspace.xmlworkflow.state.actions


package org.dspace.xmlworkflow.state.actions
An Action changes the state of an object in a workflow.

A Step is associated with two kinds of Action: user selection (which users may participate in a step) and processing (how those users participate). Instances of these actions are configured using UserSelectionActionConfig and WorkflowActionConfig.

An Action returns an ActionResult to indicate what happened when the action was executed. This may be used to determine how the item should proceed through the workflow.