Class TaskCoworkerPlugin
- 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.TaskCoworkerPlugin
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class TaskCoworkerPlugin extends AbstractNotificationPlugin
-
-
Constructor Summary
Constructors Constructor Description TaskCoworkerPlugin(org.exoplatform.container.xml.InitParams initParams)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()protected Set<String>getReceiver(org.exoplatform.task.dto.TaskDto task, org.exoplatform.commons.api.notification.NotificationContext ctx)booleanisValid(org.exoplatform.commons.api.notification.NotificationContext ctx)-
Methods inherited from class org.exoplatform.task.integration.notification.AbstractNotificationPlugin
makeNotification
-
Methods inherited from class org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
buildNotification, end, getKey, getOrganizationService, getPluginConfigs, isOldPlugin, setOldPlugin, start
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin classorg.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-
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
-
-