Package org.dspace.subscriptions
Class ContentGenerator
java.lang.Object
org.dspace.subscriptions.ContentGenerator
- All Implemented Interfaces:
SubscriptionGenerator<IndexableObject>
Implementation class of SubscriptionGenerator
which will handle the logic of sending the emails
in case of 'content' subscriptionType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyForSubscriptions(Context context, EPerson ePerson, List<IndexableObject> indexableComm, List<IndexableObject> indexableColl) voidsetEntityType2Disseminator(Map<String, StreamDisseminationCrosswalk> entityType2Disseminator)
-
Constructor Details
-
ContentGenerator
public ContentGenerator()
-
-
Method Details
-
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)
-