Class ActionAdvancedInfo

java.lang.Object
org.dspace.xmlworkflow.state.actions.ActionAdvancedInfo
Direct Known Subclasses:
ScoreReviewActionAdvancedInfo, SelectReviewerActionAdvancedInfo

public abstract class ActionAdvancedInfo extends Object
Interface for the shared properties of an 'advancedInfo' section of an advanced workflow Action Implementations of this class will define the specific fields per action that will need to be defined/configured to pass along this info to REST endpoint
  • Field Details

  • Constructor Details

    • ActionAdvancedInfo

      public ActionAdvancedInfo()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getId

      public String getId()
    • generateId

      protected abstract void generateId(String type)
      Setter for the Action id to be set. This is an MD5 hash of the type and the stringified properties of the advanced info
      Parameters:
      type - The type of this Action to be included in the MD5 hash