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.ActivityListenerPlugin
A listener to share documents from original Activity to the shared space
location
-
Field Summary
FieldsFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionFileActivityListener(org.exoplatform.social.core.manager.ActivityManager activityManager, IShareDocumentService shareDocumentService) -
Method Summary
Modifier and TypeMethodDescriptionvoidshareActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event) Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.social.core.activity.ActivityListener
deleteActivity, deleteComment, hideActivity, likeActivity, likeComment, saveActivity, saveComment, updateActivity, updateCommentMethods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener
getDescription, getName, setDescription, setName
-
Field Details
-
DOCPATH
- See Also:
-
NODEPATH_NAME
- See Also:
-
-
Constructor Details
-
Method Details