Class RequestCommentPwaPlugin
java.lang.Object
org.exoplatform.processes.notification.pwa.RequestCommentPwaPlugin
- All Implemented Interfaces:
io.meeds.pwa.plugin.PwaNotificationPlugin
public class RequestCommentPwaPlugin
extends Object
implements io.meeds.pwa.plugin.PwaNotificationPlugin
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRequestCommentPwaPlugin(org.exoplatform.services.resources.ResourceBundleService resourceBundleService, org.exoplatform.social.core.manager.IdentityManager identityManager) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.meeds.pwa.plugin.PwaNotificationPlugin
getFullName, getSpaceName, getSpaceService, handleAction, htmlToText
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
RequestCommentPwaPlugin
public RequestCommentPwaPlugin(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:
getIdentityManagerin interfaceio.meeds.pwa.plugin.PwaNotificationPlugin
-
getId
- Specified by:
getIdin interfaceio.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:
processin interfaceio.meeds.pwa.plugin.PwaNotificationPlugin
-