Package io.meeds.analytics.plugin
Class ActivityViewProcessor
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.social.core.BaseActivityProcessorPlugin
io.meeds.analytics.plugin.ActivityViewProcessor
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.social.core.ActivityProcessor
@Component
public class ActivityViewProcessor
extends org.exoplatform.social.core.BaseActivityProcessorPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.exoplatform.social.metadata.model.MetadataTypeFields inherited from class org.exoplatform.social.core.BaseActivityProcessorPlugin
priority, TEMPLATE_PARAM_LIST_DELIM, TEMPLATE_PARAM_TO_PROCESSFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddActivityViewer(String activityId, long userIdentityId) getName()voidinit()voidprocessActivity(org.exoplatform.social.core.activity.model.ExoSocialActivity activity) Methods inherited from class org.exoplatform.social.core.BaseActivityProcessorPlugin
getPriority, getTemplateParamKeysToFilter, setPriorityMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, 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.ActivityProcessor
isPreActivityProcessor, isReadActivityProcessorMethods inherited from interface org.exoplatform.container.component.ComponentPlugin
getDescription, setDescription, setName
-
Field Details
-
METADATA_TYPE
public static final org.exoplatform.social.metadata.model.MetadataType METADATA_TYPE
-
-
Constructor Details
-
ActivityViewProcessor
public ActivityViewProcessor()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.exoplatform.container.component.ComponentPlugin- Overrides:
getNamein classorg.exoplatform.container.component.BaseComponentPlugin
-
init
@PostConstruct public void init() -
processActivity
public void processActivity(org.exoplatform.social.core.activity.model.ExoSocialActivity activity) - Specified by:
processActivityin interfaceorg.exoplatform.social.core.ActivityProcessor- Specified by:
processActivityin classorg.exoplatform.social.core.BaseActivityProcessorPlugin
-
addActivityViewer
-