Package org.dspace.app.itemmarking
Class ItemMarkingMetadataStrategy
java.lang.Object
org.dspace.app.itemmarking.ItemMarkingMetadataStrategy
- All Implemented Interfaces:
ItemMarkingExtractor
This is an item marking Strategy class that tries to mark an item
based on the existence of a specific value within the values of a specific
metadata field
- Author:
- Kostas Stamatis
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItemMarkingInfo(Context context, Item item) voidsetMapping(Map<String, ItemMarkingInfo> mapping) voidsetMetadataField(String metadataField)
-
Field Details
-
itemService
-
-
Constructor Details
-
ItemMarkingMetadataStrategy
public ItemMarkingMetadataStrategy()
-
-
Method Details
-
getItemMarkingInfo
- Specified by:
getItemMarkingInfoin interfaceItemMarkingExtractor- Throws:
SQLException
-
setMetadataField
-
setMapping
-