Package org.dspace.app.itemmarking
Class ItemMarkingCollectionStrategy
java.lang.Object
org.dspace.app.itemmarking.ItemMarkingCollectionStrategy
- All Implemented Interfaces:
ItemMarkingExtractor
This is an item marking Strategy class that tries to mark an item
based on the collection the items belong to
- Author:
- Kostas Stamatis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItemMarkingInfo(Context context, Item item) voidsetMapping(Map<String, ItemMarkingInfo> mapping)
-
Constructor Details
-
ItemMarkingCollectionStrategy
public ItemMarkingCollectionStrategy()
-
-
Method Details
-
getItemMarkingInfo
- Specified by:
getItemMarkingInfoin interfaceItemMarkingExtractor- Throws:
SQLException
-
setMapping
-