Package org.dspace.qaevent
Interface QualityAssuranceAction
- All Known Implementing Classes:
AMetadataMapAction,ASimpleMetadataAction,QAEntityOpenaireMetadataAction,QANotifyMetadataMapAction,QANotifySimpleMetadataAction,QAOpenaireMetadataMapAction,QAOpenaireSimpleMetadataAction,QAReinstateRequestAction,QAWithdrawnRequestAction
public interface QualityAssuranceAction
Interface for classes that perform a correction on the given item.
- Author:
- Andrea Bollini (andrea.bollini at 4science.it)
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyCorrection(Context context, Item item, Item relatedItem, QAMessageDTO message) Perform a correction on the given item.
-
Method Details
-
applyCorrection
Perform a correction on the given item.- Parameters:
context- the DSpace contextitem- the item to correctrelatedItem- the related item, if anymessage- the message with the correction details
-