Package org.dspace.app.itemmarking
Class ItemMarkingCollectionStrategy
- java.lang.Object
-
- org.dspace.app.itemmarking.ItemMarkingCollectionStrategy
-
- All Implemented Interfaces:
ItemMarkingExtractor
public class ItemMarkingCollectionStrategy extends Object implements 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 Constructor Description ItemMarkingCollectionStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemMarkingInfogetItemMarkingInfo(Context context, Item item)voidsetMapping(Map<String,ItemMarkingInfo> mapping)
-
-
-
Method Detail
-
getItemMarkingInfo
public ItemMarkingInfo getItemMarkingInfo(Context context, Item item) throws SQLException
- Specified by:
getItemMarkingInfoin interfaceItemMarkingExtractor- Throws:
SQLException
-
setMapping
public void setMapping(Map<String,ItemMarkingInfo> mapping)
-
-