Class QAReinstateRequestAction

java.lang.Object
org.dspace.qaevent.action.QAReinstateRequestAction
All Implemented Interfaces:
QualityAssuranceAction

public class QAReinstateRequestAction extends Object implements QualityAssuranceAction
QAReinstateRequestAction is an implementation of the QualityAssuranceAction interface. It is responsible for applying a correction to reinstate a specified item.
Author:
Mykhaylo Boychuk (mykhaylo.boychuk@4science.com)
  • Constructor Details

    • QAReinstateRequestAction

      public QAReinstateRequestAction()
  • Method Details

    • applyCorrection

      public void applyCorrection(Context context, Item item, Item relatedItem, QAMessageDTO message)
      Description copied from interface: QualityAssuranceAction
      Perform a correction on the given item.
      Specified by:
      applyCorrection in interface QualityAssuranceAction
      Parameters:
      context - the DSpace context
      item - the item to correct
      relatedItem - the related item, if any
      message - the message with the correction details