Class ActivitySpaceWebNotificationPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.social.notification.plugin.SpaceWebNotificationPlugin
org.exoplatform.social.notification.plugin.ActivitySpaceWebNotificationPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class ActivitySpaceWebNotificationPlugin extends org.exoplatform.social.notification.plugin.SpaceWebNotificationPlugin
  • 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
    ActivitySpaceWebNotificationPlugin(org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.container.xml.InitParams params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.exoplatform.social.notification.model.SpaceWebNotificationItem
    getSpaceApplicationItem(org.exoplatform.commons.api.notification.model.NotificationInfo notification)
     

    Methods inherited from class org.exoplatform.social.notification.plugin.SpaceWebNotificationPlugin

    getNotificationPluginIds, getSpaceApplicationItem, isManagedPlugin

    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

    • ActivitySpaceWebNotificationPlugin

      public ActivitySpaceWebNotificationPlugin(org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.container.xml.InitParams params)
  • Method Details

    • getSpaceApplicationItem

      public org.exoplatform.social.notification.model.SpaceWebNotificationItem getSpaceApplicationItem(org.exoplatform.commons.api.notification.model.NotificationInfo notification)
      Specified by:
      getSpaceApplicationItem in class org.exoplatform.social.notification.plugin.SpaceWebNotificationPlugin