Class TaskAttachmentAnalyticsListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<String,org.exoplatform.social.attachment.model.ObjectAttachmentId>
io.meeds.analytics.listener.social.BaseAttachmentAnalyticsListener
org.exoplatform.tasks.listener.analytics.TaskAttachmentAnalyticsListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.services.listener.ListenerBase<String,org.exoplatform.social.attachment.model.ObjectAttachmentId>
public class TaskAttachmentAnalyticsListener
extends io.meeds.analytics.listener.social.BaseAttachmentAnalyticsListener
-
Field Summary
Fields inherited from class io.meeds.analytics.listener.social.BaseAttachmentAnalyticsListener
ATTACHMENT_CREATED_EVENT, ATTACHMENT_DELETED_EVENT, STATISTICS_ATTACH_OPERATION, STATISTICS_DETACH_OPERATIONFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionTaskAttachmentAnalyticsListener(org.exoplatform.social.attachment.AttachmentService attachmentService, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.container.xml.InitParams initParam) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetModule(org.exoplatform.social.attachment.model.ObjectAttachmentId objectAttachment) protected StringgetSubModule(org.exoplatform.social.attachment.model.ObjectAttachmentId objectAttachment) Methods inherited from class io.meeds.analytics.listener.social.BaseAttachmentAnalyticsListener
extendStatisticData, getAttachmentService, getSpaceService, getSupportedObjectType, onEventMethods 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.services.listener.ListenerBase
getName
-
Constructor Details
-
TaskAttachmentAnalyticsListener
public TaskAttachmentAnalyticsListener(org.exoplatform.social.attachment.AttachmentService attachmentService, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.container.xml.InitParams initParam)
-
-
Method Details
-
getModule
protected String getModule(org.exoplatform.social.attachment.model.ObjectAttachmentId objectAttachment) - Specified by:
getModulein classio.meeds.analytics.listener.social.BaseAttachmentAnalyticsListener
-
getSubModule
protected String getSubModule(org.exoplatform.social.attachment.model.ObjectAttachmentId objectAttachment) - Specified by:
getSubModulein classio.meeds.analytics.listener.social.BaseAttachmentAnalyticsListener
-