Uses of Interface
org.exoplatform.social.core.ActivityProcessor
-
Packages that use ActivityProcessor Package Description org.exoplatform.social.core Provides Core Components: Identity, Profile, Space and Activity.org.exoplatform.social.core.manager org.exoplatform.social.core.storage.api -
-
Uses of ActivityProcessor in org.exoplatform.social.core
Classes in org.exoplatform.social.core that implement ActivityProcessor Modifier and Type Class Description classBaseActivityProcessorPluginA base plugin to configureActivityProcessors forActivityManager. -
Uses of ActivityProcessor in org.exoplatform.social.core.manager
Methods in org.exoplatform.social.core.manager with parameters of type ActivityProcessor Modifier and Type Method Description voidActivityManager. addProcessor(ActivityProcessor activityProcessor)Adds a new activity processor. -
Uses of ActivityProcessor in org.exoplatform.social.core.storage.api
Methods in org.exoplatform.social.core.storage.api that return types with arguments of type ActivityProcessor Modifier and Type Method Description SortedSet<ActivityProcessor>ActivityStorage. getActivityProcessors()Gets the activity processors.
-