Package org.dspace.qaevent.action
Class QAReinstateRequestAction
java.lang.Object
org.dspace.qaevent.action.QAReinstateRequestAction
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyCorrection(Context context, Item item, Item relatedItem, QAMessageDTO message) Perform a correction on the given item.
-
Constructor Details
-
QAReinstateRequestAction
public QAReinstateRequestAction()
-
-
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
-