Class DocActivityChildPlugin
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
org.exoplatform.commons.api.notification.plugin.AbstractNotificationChildPlugin
org.exoplatform.social.plugin.doc.notification.plugin.DocActivityChildPlugin
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class DocActivityChildPlugin
extends org.exoplatform.commons.api.notification.plugin.AbstractNotificationChildPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> static final StringFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanisValid(org.exoplatform.commons.api.notification.NotificationContext ctx) makeContent(org.exoplatform.commons.api.notification.NotificationContext ctx) Methods inherited from class org.exoplatform.commons.api.notification.plugin.AbstractNotificationChildPlugin
getLanguage, getParentPluginIds, getTemplateEngine, getTemplatePath, getUserIdentity, makeNotification, setTemplateEngine, setTemplatePathMethods 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
-
ACTIVITY_ID
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> ACTIVITY_ID -
ID
- See Also:
-
-
Constructor Details
-
DocActivityChildPlugin
public DocActivityChildPlugin(org.exoplatform.container.xml.InitParams initParams)
-
-
Method Details
-
makeContent
- Specified by:
makeContentin classorg.exoplatform.commons.api.notification.plugin.AbstractNotificationChildPlugin
-
getActivityParamValue
-
getId
- Specified by:
getIdin classorg.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-
isValid
public boolean isValid(org.exoplatform.commons.api.notification.NotificationContext ctx) - Specified by:
isValidin classorg.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-