Class QAWithdrawnRequestAction

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

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

    • QAWithdrawnRequestAction

      public QAWithdrawnRequestAction()
  • 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