Package org.dspace.qaevent.action
Class ASimpleMetadataAction
java.lang.Object
org.dspace.qaevent.action.ASimpleMetadataAction
- All Implemented Interfaces:
QualityAssuranceAction
- Direct Known Subclasses:
QANotifySimpleMetadataAction,QAOpenaireSimpleMetadataAction
Abstract class for Simple metadata action.
- Author:
- Francesco Bacchelli (francesco.bacchelli at 4science.it)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyCorrection(Context context, Item item, Item relatedItem, QAMessageDTO message) Perform a correction on the given item.abstract StringextractMetadataValue(QAMessageDTO message) voidsetItemService(ItemService itemService) voidsetMetadata(String metadata)
-
Constructor Details
-
ASimpleMetadataAction
public ASimpleMetadataAction()
-
-
Method Details
-
setItemService
-
getMetadata
-
setMetadata
-
extractMetadataValue
-
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
-