Class ScoreReviewActionAdvancedInfo
- java.lang.Object
-
- org.dspace.xmlworkflow.state.actions.ActionAdvancedInfo
-
- org.dspace.xmlworkflow.state.actions.processingaction.ScoreReviewActionAdvancedInfo
-
public class ScoreReviewActionAdvancedInfo extends ActionAdvancedInfo
Class that holds the advanced information needed for theScoreReviewActionSee configworkflow-actions.cfg
-
-
Field Summary
-
Fields inherited from class org.dspace.xmlworkflow.state.actions.ActionAdvancedInfo
id, type, TYPE_PREFIX
-
-
Constructor Summary
Constructors Constructor Description ScoreReviewActionAdvancedInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateId(String type)Setter for the Action id to be set.intgetMaxValue()booleanisDescriptionRequired()voidsetDescriptionRequired(boolean descriptionRequired)voidsetMaxValue(int maxValue)-
Methods inherited from class org.dspace.xmlworkflow.state.actions.ActionAdvancedInfo
getId, getType, setType
-
-
-
-
Method Detail
-
isDescriptionRequired
public boolean isDescriptionRequired()
-
setDescriptionRequired
public void setDescriptionRequired(boolean descriptionRequired)
-
getMaxValue
public int getMaxValue()
-
setMaxValue
public void setMaxValue(int maxValue)
-
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
-
-