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.
-
Interface Summary Interface Description ActionInterface This empty interface can be implemented by the UI module(s). -
Class Summary Class Description Action This abstract class represents a workflow action.ActionAdvancedInfo Interface for the shared properties of an 'advancedInfo' section of an advanced workflowActionImplementations of this class will define the specific fields per action that will need to be defined/configured to pass along this info to REST endpointActionResult Represents the result of anAction.UserSelectionActionConfig A class containing the user selection action configurationWorkflowActionConfig Configuration class for an action -
Enum Summary Enum Description ActionResult.TYPE The decision of the Action's user(s)