Uses of Interface
com.polarion.platform.persistence.notifications.INotificationCreator.IChangeNotification
Packages that use INotificationCreator.IChangeNotification
Package
Description
-
Uses of INotificationCreator.IChangeNotification in com.polarion.platform.persistence.notifications
Method parameters in com.polarion.platform.persistence.notifications with type arguments of type INotificationCreator.IChangeNotificationModifier and TypeMethodDescriptionvoid
INotificationCreator.filterGroupedNotifications
(Collection<INotificationCreator.IChangeNotification> changeNotifications) Called at the end of processing a transaction with all created notifications (from all creators, not only this one, and every notification is there separately for each receiver). -
Uses of INotificationCreator.IChangeNotification in com.polarion.psvn.core.notifications.spi
Method parameters in com.polarion.psvn.core.notifications.spi with type arguments of type INotificationCreator.IChangeNotificationModifier and TypeMethodDescriptionvoid
AbstractNotificationCreator.filterGroupedNotifications
(Collection<INotificationCreator.IChangeNotification> changeNotifications)