Class NotificationPublisherAccessor


  • public class NotificationPublisherAccessor
    extends Object
    This class provides access to configured notification publishers.
    Since:
    11.2
    • Constructor Detail

      • NotificationPublisherAccessor

        public NotificationPublisherAccessor()
    • Method Detail

      • getNotificationPublisher

        public NotificationPublisherPlugin getNotificationPublisher​(String notificationPublisherPluginId)
        Retrieves the Notification Publisher Plugin for the specified id. If a blank notificationPublisherPluginId is provided, the default notification publisher will be returned.
        Parameters:
        notificationPublisherPluginId - The id of the notification publisher.
        Returns:
        The NotificationPublisherPlugin or null if not found.