Uses of Class
org.exoplatform.social.core.storage.cache.model.key.ActivityKey
Packages that use ActivityKey
Package
Description
-
Uses of ActivityKey in org.exoplatform.social.core.storage.cache
Methods in org.exoplatform.social.core.storage.cache that return types with arguments of type ActivityKeyModifier and TypeMethodDescriptionorg.exoplatform.services.cache.ExoCache<ActivityKey, ActivityData> SocialStorageCacheService.getActivityCache() -
Uses of ActivityKey in org.exoplatform.social.core.storage.cache.model.data
Constructor parameters in org.exoplatform.social.core.storage.cache.model.data with type arguments of type ActivityKey -
Uses of ActivityKey in org.exoplatform.social.core.storage.cache.model.key
Methods in org.exoplatform.social.core.storage.cache.model.key that return ActivityKeyConstructors in org.exoplatform.social.core.storage.cache.model.key with parameters of type ActivityKeyModifierConstructorDescriptionActivityListKey(ActivityKey activityKey, Long time, ActivityType type) -
Uses of ActivityKey in org.exoplatform.social.core.storage.cache.selector
Methods in org.exoplatform.social.core.storage.cache.selector with parameters of type ActivityKeyModifier 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)