Class AbstractNotificationPlugin

    • Field Summary

      • Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

        desc, name
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractNotificationPlugin​(org.exoplatform.container.xml.InitParams initParams)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Set<String> getReceiver​(org.exoplatform.task.dto.TaskDto task, org.exoplatform.commons.api.notification.NotificationContext ctx)  
      org.exoplatform.commons.api.notification.model.NotificationInfo makeNotification​(org.exoplatform.commons.api.notification.NotificationContext ctx)  
      • Methods inherited from class org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin

        buildNotification, end, getId, getKey, getOrganizationService, getPluginConfigs, isOldPlugin, isValid, setOldPlugin, start
      • Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

        getDescription, getName, setDescription, setName
    • Constructor Detail

      • AbstractNotificationPlugin

        public AbstractNotificationPlugin​(org.exoplatform.container.xml.InitParams initParams)
    • Method Detail

      • makeNotification

        public org.exoplatform.commons.api.notification.model.NotificationInfo makeNotification​(org.exoplatform.commons.api.notification.NotificationContext ctx)
        Specified by:
        makeNotification in class org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
      • getReceiver

        protected Set<String> getReceiver​(org.exoplatform.task.dto.TaskDto task,
                                          org.exoplatform.commons.api.notification.NotificationContext ctx)