Class FileActivityListener

  • All Implemented Interfaces:
    org.exoplatform.container.component.ComponentPlugin, org.exoplatform.social.common.lifecycle.LifeCycleListener<org.exoplatform.social.core.activity.ActivityLifeCycleEvent>, org.exoplatform.social.core.activity.ActivityListener

    public class FileActivityListener
    extends org.exoplatform.social.core.activity.ActivityListenerPlugin
    A listener to share documents from original Activity to the shared space location
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String DOCPATH  
      static String NODEPATH_NAME  
      • Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

        desc, name
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void shareActivity​(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event)  
      • Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

        getDescription, getName, setDescription, setName
      • Methods inherited from interface org.exoplatform.social.core.activity.ActivityListener

        deleteActivity, deleteComment, hideActivity, likeActivity, likeComment, saveActivity, saveComment, updateActivity, updateComment
      • Methods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener

        getDescription, getName, setDescription, setName
    • Constructor Detail

      • FileActivityListener

        public FileActivityListener​(org.exoplatform.social.core.manager.ActivityManager activityManager,
                                    IShareDocumentService shareDocumentService)
    • Method Detail

      • shareActivity

        public void shareActivity​(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event)