Class ScoreReviewActionAdvancedInfo


  • public class ScoreReviewActionAdvancedInfo
    extends ActionAdvancedInfo
    Class that holds the advanced information needed for the ScoreReviewAction See config workflow-actions.cfg
    • Constructor Detail

      • ScoreReviewActionAdvancedInfo

        public ScoreReviewActionAdvancedInfo()
    • 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: ActionAdvancedInfo
        Setter 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:
        generateId in class ActionAdvancedInfo
        Parameters:
        type - The type of this Action to be included in the MD5 hash