Package org.dspace.qaevent.action
Class QAWithdrawnRequestAction
java.lang.Object
org.dspace.qaevent.action.QAWithdrawnRequestAction
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyCorrection(Context context, Item item, Item relatedItem, QAMessageDTO message) Perform a correction on the given item.
-
Constructor Details
-
QAWithdrawnRequestAction
public QAWithdrawnRequestAction()
-
-
Method Details
-
applyCorrection
Description copied from interface:QualityAssuranceActionPerform a correction on the given item.- Specified by:
applyCorrectionin interfaceQualityAssuranceAction- Parameters:
context- the DSpace contextitem- the item to correctrelatedItem- the related item, if anymessage- the message with the correction details
-