Class AbstractNotificationPlugin
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-
- org.exoplatform.task.integration.notification.AbstractNotificationPlugin
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
- Direct Known Subclasses:
TaskAssignPlugin,TaskCommentPlugin,TaskCompletedPlugin,TaskCoworkerPlugin,TaskDueDatePlugin,TaskEditionPlugin,TaskMentionPlugin
public abstract class AbstractNotificationPlugin extends org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-
-
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.NotificationInfomakeNotification(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
-
-