Class CancelRequestPwaPlugin

java.lang.Object
org.exoplatform.processes.notification.pwa.CancelRequestPwaPlugin
All Implemented Interfaces:
io.meeds.pwa.plugin.PwaNotificationPlugin

public class CancelRequestPwaPlugin extends Object implements io.meeds.pwa.plugin.PwaNotificationPlugin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    CancelRequestPwaPlugin(org.exoplatform.services.resources.ResourceBundleService resourceBundleService, org.exoplatform.social.core.manager.IdentityManager identityManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.exoplatform.social.core.manager.IdentityManager
     
    io.meeds.pwa.model.PwaNotificationMessage
    process(org.exoplatform.commons.api.notification.model.NotificationInfo notification, org.exoplatform.services.resources.LocaleConfig localeConfig)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.meeds.pwa.plugin.PwaNotificationPlugin

    getFullName, getSpaceName, getSpaceService, handleAction, htmlToText
  • Field Details

  • Constructor Details

    • CancelRequestPwaPlugin

      public CancelRequestPwaPlugin(org.exoplatform.services.resources.ResourceBundleService resourceBundleService, org.exoplatform.social.core.manager.IdentityManager identityManager)
  • Method Details

    • getIdentityManager

      public org.exoplatform.social.core.manager.IdentityManager getIdentityManager()
      Specified by:
      getIdentityManager in interface io.meeds.pwa.plugin.PwaNotificationPlugin
    • getId

      public String getId()
      Specified by:
      getId in interface io.meeds.pwa.plugin.PwaNotificationPlugin
    • process

      public io.meeds.pwa.model.PwaNotificationMessage process(org.exoplatform.commons.api.notification.model.NotificationInfo notification, org.exoplatform.services.resources.LocaleConfig localeConfig)
      Specified by:
      process in interface io.meeds.pwa.plugin.PwaNotificationPlugin