Uses of Class
org.exoplatform.social.core.storage.cache.model.key.IdentityKey
Packages that use IdentityKey
Package
Description
-
Uses of IdentityKey in org.exoplatform.social.core.storage.cache
Methods in org.exoplatform.social.core.storage.cache that return types with arguments of type IdentityKeyModifier and TypeMethodDescriptionorg.exoplatform.services.cache.ExoCache<IdentityKey, IdentityData> SocialStorageCacheService.getIdentityCache()org.exoplatform.services.cache.ExoCache<IdentityCompositeKey, IdentityKey> SocialStorageCacheService.getIdentityIndexCache()org.exoplatform.services.cache.ExoCache<IdentityKey, Long> SocialStorageCacheService.getProfileAvatarCache()org.exoplatform.services.cache.ExoCache<IdentityKey, ProfileData> SocialStorageCacheService.getProfileCache() -
Uses of IdentityKey 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 IdentityKey -
Uses of IdentityKey in org.exoplatform.social.core.storage.cache.model.key
Methods in org.exoplatform.social.core.storage.cache.model.key that return IdentityKeyMethods in org.exoplatform.social.core.storage.cache.model.key that return types with arguments of type IdentityKeyConstructors in org.exoplatform.social.core.storage.cache.model.key with parameters of type IdentityKeyModifierConstructorDescriptionActivityListKey(IdentityKey key, Long time, ActivityType type) ActivityListKey(IdentityKey key, String baseId, ActivityType type) ActivityListKey(IdentityKey key, org.exoplatform.social.core.activity.ActivityFilter activityFilter) ActivityListKey(IdentityKey key, ActivityType type) ActivityListKey(IdentityKey key, ActivityType type, String... activityTypes) ActivityListKey(IdentityKey key, IdentityKey viewerKey, ActivityType type)