Package org.dspace.subscriptions
Class ContentGenerator
- java.lang.Object
-
- org.dspace.subscriptions.ContentGenerator
-
- All Implemented Interfaces:
SubscriptionGenerator<IndexableObject>
public class ContentGenerator extends Object implements SubscriptionGenerator<IndexableObject>
Implementation class of SubscriptionGenerator which will handle the logic of sending the emails in case of 'content' subscriptionType
-
-
Constructor Summary
Constructors Constructor Description ContentGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotifyForSubscriptions(Context context, EPerson ePerson, List<IndexableObject> indexableComm, List<IndexableObject> indexableColl)voidsetEntityType2Disseminator(Map<String,StreamDisseminationCrosswalk> entityType2Disseminator)
-
-
-
Method Detail
-
notifyForSubscriptions
public void notifyForSubscriptions(Context context, EPerson ePerson, List<IndexableObject> indexableComm, List<IndexableObject> indexableColl)
- Specified by:
notifyForSubscriptionsin interfaceSubscriptionGenerator<IndexableObject>
-
setEntityType2Disseminator
public void setEntityType2Disseminator(Map<String,StreamDisseminationCrosswalk> entityType2Disseminator)
-
-