Uses of Class
org.exoplatform.social.core.storage.cache.model.data.ActivityData
Packages that use ActivityData
Package
Description
-
Uses of ActivityData in org.exoplatform.social.core.storage.cache
Methods in org.exoplatform.social.core.storage.cache that return types with arguments of type ActivityDataModifier and TypeMethodDescriptionorg.exoplatform.services.cache.ExoCache<ActivityKey, ActivityData> SocialStorageCacheService.getActivityCache() -
Uses of ActivityData in org.exoplatform.social.core.storage.cache.model.data
Fields in org.exoplatform.social.core.storage.cache.model.data declared as ActivityData -
Uses of ActivityData in org.exoplatform.social.core.storage.cache.selector
Method parameters in org.exoplatform.social.core.storage.cache.selector with type arguments of type ActivityDataModifier and TypeMethodDescriptionbooleanActivityAttachmentCacheSelector.select(ActivityKey key, org.exoplatform.services.cache.ObjectCacheInfo<? extends ActivityData> ocinfo) booleanActivityMetadataCacheSelector.select(ActivityKey key, org.exoplatform.services.cache.ObjectCacheInfo<? extends ActivityData> ocinfo) booleanActivityOwnerCacheSelector.select(ActivityKey key, org.exoplatform.services.cache.ObjectCacheInfo<? extends ActivityData> ocinfo) booleanActivityStreamOwnerCacheSelector.select(ActivityKey key, org.exoplatform.services.cache.ObjectCacheInfo<? extends ActivityData> ocinfo)