Class SelectReviewerActionAdvancedInfo
- java.lang.Object
-
- org.dspace.xmlworkflow.state.actions.ActionAdvancedInfo
-
- org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerActionAdvancedInfo
-
public class SelectReviewerActionAdvancedInfo extends ActionAdvancedInfo
Class that holds the advanced information needed for theSelectReviewerActionSee configworkflow-actions.cfg
-
-
Field Summary
-
Fields inherited from class org.dspace.xmlworkflow.state.actions.ActionAdvancedInfo
id, type, TYPE_PREFIX
-
-
Constructor Summary
Constructors Constructor Description SelectReviewerActionAdvancedInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateId(String type)Setter for the Action id to be set.StringgetGroup()voidsetGroup(String group)-
Methods inherited from class org.dspace.xmlworkflow.state.actions.ActionAdvancedInfo
getId, getType, setType
-
-
-
-
Method Detail
-
getGroup
public String getGroup()
-
setGroup
public void setGroup(String group)
-
generateId
public void generateId(String type)
Description copied from class:ActionAdvancedInfoSetter for the Action id to be set. This is an MD5 hash of the type and the stringified properties of the advanced info- Specified by:
generateIdin classActionAdvancedInfo- Parameters:
type- The type of this Action to be included in the MD5 hash
-
-