Class ContentActivityChildPlugin

  • All Implemented Interfaces:
    org.exoplatform.container.component.ComponentPlugin

    public class ContentActivityChildPlugin
    extends org.exoplatform.commons.api.notification.plugin.AbstractNotificationChildPlugin
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> ACTIVITY_ID  
      static String ID  
      • Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

        desc, name
    • Constructor Summary

      Constructors 
      Constructor Description
      ContentActivityChildPlugin​(org.exoplatform.container.xml.InitParams initParams)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getActivityParamValue​(String key)  
      String getId()  
      boolean isValid​(org.exoplatform.commons.api.notification.NotificationContext ctx)  
      String makeContent​(org.exoplatform.commons.api.notification.NotificationContext ctx)  
      • Methods inherited from class org.exoplatform.commons.api.notification.plugin.AbstractNotificationChildPlugin

        getLanguage, getParentPluginIds, getTemplateEngine, getTemplatePath, makeNotification, setTemplateEngine, setTemplatePath
      • Methods inherited from class org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin

        buildNotification, end, getKey, getOrganizationService, getPluginConfigs, isOldPlugin, setOldPlugin, start
      • Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

        getDescription, getName, setDescription, setName
    • Field Detail

      • ACTIVITY_ID

        public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> ACTIVITY_ID
    • Constructor Detail

      • ContentActivityChildPlugin

        public ContentActivityChildPlugin​(org.exoplatform.container.xml.InitParams initParams)
    • Method Detail

      • makeContent

        public String makeContent​(org.exoplatform.commons.api.notification.NotificationContext ctx)
        Specified by:
        makeContent in class org.exoplatform.commons.api.notification.plugin.AbstractNotificationChildPlugin
      • getActivityParamValue

        public String getActivityParamValue​(String key)
      • getId

        public String getId()
        Specified by:
        getId in class org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
      • isValid

        public boolean isValid​(org.exoplatform.commons.api.notification.NotificationContext ctx)
        Specified by:
        isValid in class org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin