Class ActivityCommentWatchPlugin
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
org.exoplatform.social.notification.plugin.ActivityCommentPlugin
org.exoplatform.social.notification.plugin.ActivityCommentWatchPlugin
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
-
Field Summary
FieldsFields inherited from class org.exoplatform.social.notification.plugin.ActivityCommentPlugin
isSubCommentFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionActivityCommentWatchPlugin(io.meeds.social.observe.service.ObserverService observerService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.security.IdentityRegistry identityRegistry, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.container.xml.InitParams initParams) -
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanisValid(org.exoplatform.commons.api.notification.NotificationContext ctx) org.exoplatform.commons.api.notification.model.NotificationInfomakeNotification(org.exoplatform.commons.api.notification.NotificationContext ctx) Methods inherited from class org.exoplatform.social.notification.plugin.ActivityCommentPlugin
getNotificationReceiversMethods inherited from class org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
buildNotification, end, getKey, getOrganizationService, getPluginConfigs, isOldPlugin, setOldPlugin, startMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
ActivityCommentWatchPlugin
public ActivityCommentWatchPlugin(io.meeds.social.observe.service.ObserverService observerService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.security.IdentityRegistry identityRegistry, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.container.xml.InitParams initParams)
-
-
Method Details
-
getId
- Overrides:
getIdin classActivityCommentPlugin
-
makeNotification
public org.exoplatform.commons.api.notification.model.NotificationInfo makeNotification(org.exoplatform.commons.api.notification.NotificationContext ctx) - Overrides:
makeNotificationin classActivityCommentPlugin
-
isValid
public boolean isValid(org.exoplatform.commons.api.notification.NotificationContext ctx) - Overrides:
isValidin classActivityCommentPlugin
-