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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

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

    desc, name
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
     
    protected Set<String>
    getReceiver(org.exoplatform.task.dto.TaskDto task, org.exoplatform.commons.api.notification.NotificationContext ctx)
     
    boolean
    isValid(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

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • TaskCoworkerPlugin

      public TaskCoworkerPlugin(org.exoplatform.container.xml.InitParams initParams)
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in class org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
    • isValid

      public boolean isValid(org.exoplatform.commons.api.notification.NotificationContext ctx)
      Specified by:
      isValid 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)
      Overrides:
      getReceiver in class AbstractNotificationPlugin