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.
-
ClassDescriptionThis abstract class represents a workflow action.Interface for the shared properties of an 'advancedInfo' section of an advanced workflow
ActionImplementations of this class will define the specific fields per action that will need to be defined/configured to pass along this info to REST endpointThis empty interface can be implemented by the UI module(s).Represents the result of anAction.The decision of the Action's user(s)A class containing the user selection action configurationConfiguration class for an action