Uses of Class
org.dspace.app.ldn.model.Notification
Packages that use Notification
Package
Description
-
Uses of Notification in org.dspace.app.ldn.action
Methods in org.dspace.app.ldn.action with parameters of type NotificationModifier and TypeMethodDescriptionLDNAction.execute(Context context, Notification notification, Item item) Execute action for provided notification and item corresponding to the notification context.LDNCorrectionAction.execute(Context context, Notification notification, Item item) LDNEmailAction.execute(Context context, Notification notification, Item item) Execute sending an email.LDNRelationCorrectionAction.execute(Context context, Notification notification, Item item) SendLDNMessageAction.execute(Context context, Notification notification, Item item) -
Uses of Notification in org.dspace.app.ldn.processor
Methods in org.dspace.app.ldn.processor that return types with arguments of type NotificationMethods in org.dspace.app.ldn.processor with parameters of type NotificationModifier and TypeMethodDescriptionLDNContextRepeater.iterator(Notification notification) voidLDNMetadataProcessor.process(Context context, Notification notification) Process notification by repeating over context, processing each context notification, and running actions post processing.voidLDNProcessor.process(Context context, Notification notification) Process received notification. -
Uses of Notification in org.dspace.app.ldn.service
Methods in org.dspace.app.ldn.service with parameters of type NotificationModifier and TypeMethodDescriptionLDNMessageService.create(Context context, Notification notification, String sourceIp) Creates a new LDNMessagebooleanLDNMessageService.isTargetCurrent(Notification notification) check if the notification is targeting the current system -
Uses of Notification in org.dspace.app.ldn.service.impl
Methods in org.dspace.app.ldn.service.impl with parameters of type NotificationModifier and TypeMethodDescriptionLDNMessageServiceImpl.create(Context context, Notification notification, String sourceIp) booleanLDNMessageServiceImpl.isTargetCurrent(Notification notification)