Class ScoreReviewActionAdvancedInfo
java.lang.Object
org.dspace.xmlworkflow.state.actions.ActionAdvancedInfo
org.dspace.xmlworkflow.state.actions.processingaction.ScoreReviewActionAdvancedInfo
Class that holds the advanced information needed for the
ScoreReviewAction
See config workflow-actions.cfg-
Field Summary
Fields inherited from class org.dspace.xmlworkflow.state.actions.ActionAdvancedInfo
id, type, TYPE_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateId(String type) Setter for the Action id to be set.intbooleanvoidsetDescriptionRequired(boolean descriptionRequired) voidsetMaxValue(int maxValue) Methods inherited from class org.dspace.xmlworkflow.state.actions.ActionAdvancedInfo
getId, getType, setType
-
Constructor Details
-
ScoreReviewActionAdvancedInfo
public ScoreReviewActionAdvancedInfo()
-
-
Method Details
-
isDescriptionRequired
public boolean isDescriptionRequired() -
setDescriptionRequired
public void setDescriptionRequired(boolean descriptionRequired) -
getMaxValue
public int getMaxValue() -
setMaxValue
public void setMaxValue(int maxValue) -
generateId
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
-