Class ActionAdvancedInfo
java.lang.Object
org.dspace.xmlworkflow.state.actions.ActionAdvancedInfo
- Direct Known Subclasses:
ScoreReviewActionAdvancedInfo,SelectReviewerActionAdvancedInfo
Interface for the shared properties of an 'advancedInfo' section of an advanced workflow
Action
Implementations of this class will define the specific fields per action that will need to be defined/configured
to pass along this info to REST endpoint-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
id
-
TYPE_PREFIX
- See Also:
-
-
Constructor Details
-
ActionAdvancedInfo
public ActionAdvancedInfo()
-
-
Method Details
-
getType
-
setType
-
getId
-
generateId
Setter for the Action id to be set. This is an MD5 hash of the type and the stringified properties of the advanced info- Parameters:
type- The type of this Action to be included in the MD5 hash
-