Class FileActivityListener
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.social.common.lifecycle.AbstractListenerPlugin
-
- org.exoplatform.social.core.activity.ActivityListenerPlugin
-
- org.exoplatform.ecms.activity.listener.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.ActivityListenerPluginA listener to share documents from original Activity to the shared space location
-
-
Field Summary
Fields Modifier and Type Field Description static StringDOCPATHstatic StringNODEPATH_NAME
-
Constructor Summary
Constructors Constructor Description FileActivityListener(org.exoplatform.social.core.manager.ActivityManager activityManager, IShareDocumentService shareDocumentService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshareActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event)-
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
DOCPATH
public static final String DOCPATH
- See Also:
- Constant Field Values
-
NODEPATH_NAME
public static final String NODEPATH_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FileActivityListener
public FileActivityListener(org.exoplatform.social.core.manager.ActivityManager activityManager, IShareDocumentService shareDocumentService)
-
-