Class AbstractNotificationCreator

java.lang.Object
com.polarion.psvn.core.notifications.spi.AbstractNotificationCreator
All Implemented Interfaces:
INotificationCreator

public abstract class AbstractNotificationCreator extends Object implements INotificationCreator
Author:
dobisekm
  • Constructor Details

  • Method Details

    • filterGroupedNotifications

      public void filterGroupedNotifications(@NotNull Collection<INotificationCreator.IChangeNotification> changeNotifications)
      Description copied from interface: INotificationCreator
      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). The creator is allowed to drop some notifications from the collection, so that they are not sent.
      Specified by:
      filterGroupedNotifications in interface INotificationCreator
      Parameters:
      changeNotifications -
      Since:
      3.6.0