Class TaskMentionPlugin
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
org.exoplatform.task.integration.notification.AbstractNotificationPlugin
org.exoplatform.task.integration.notification.TaskMentionPlugin
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
- Author:
- Tuyen Nguyen The.
-
Field Summary
FieldsFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getReceiver(org.exoplatform.task.dto.TaskDto task, org.exoplatform.commons.api.notification.NotificationContext ctx) booleanisValid(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, getKey, getOrganizationService, getPluginConfigs, isOldPlugin, setOldPlugin, startMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
TaskMentionPlugin
public TaskMentionPlugin(org.exoplatform.container.xml.InitParams initParams)
-
-
Method Details
-
getId
- Specified by:
getIdin classorg.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-
makeNotification
public org.exoplatform.commons.api.notification.model.NotificationInfo makeNotification(org.exoplatform.commons.api.notification.NotificationContext ctx) - Overrides:
makeNotificationin classAbstractNotificationPlugin
-
isValid
public boolean isValid(org.exoplatform.commons.api.notification.NotificationContext ctx) - Specified by:
isValidin classorg.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-
getReceiver
protected Set<String> getReceiver(org.exoplatform.task.dto.TaskDto task, org.exoplatform.commons.api.notification.NotificationContext ctx) - Overrides:
getReceiverin classAbstractNotificationPlugin
-