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 the SelectReviewerAction See config workflow-actions.cfg
  • Constructor Details

    • SelectReviewerActionAdvancedInfo

      public SelectReviewerActionAdvancedInfo()
  • Method Details

    • getGroup

      public String getGroup()
    • setGroup

      public void setGroup(String group)
    • 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