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_OPERATION

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    TaskAttachmentAnalyticsListener(org.exoplatform.social.attachment.AttachmentService attachmentService, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.container.xml.InitParams initParam)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    getModule(org.exoplatform.social.attachment.model.ObjectAttachmentId objectAttachment)
     
    protected String
    getSubModule(org.exoplatform.social.attachment.model.ObjectAttachmentId objectAttachment)
     

    Methods inherited from class io.meeds.analytics.listener.social.BaseAttachmentAnalyticsListener

    extendStatisticData, getAttachmentService, getSpaceService, getSupportedObjectType, onEvent

    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

    Methods 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:
      getModule in class io.meeds.analytics.listener.social.BaseAttachmentAnalyticsListener
    • getSubModule

      protected String getSubModule(org.exoplatform.social.attachment.model.ObjectAttachmentId objectAttachment)
      Specified by:
      getSubModule in class io.meeds.analytics.listener.social.BaseAttachmentAnalyticsListener