Class ActivityCountKey
java.lang.Object
org.exoplatform.social.core.storage.cache.model.key.ActivityCountKey
- All Implemented Interfaces:
Serializable,CacheKey
Immutable activity count key.
This key is used to cache the activity count.
- Version:
- $Revision$
- Author:
- Alain Defrance
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionActivityCountKey(String baseId, ActivityType type) ActivityCountKey(ActivityKey activityKey, Long time, ActivityType type) ActivityCountKey(IdentityKey key, Long time, ActivityType type) ActivityCountKey(IdentityKey key, String baseId, ActivityType type) ActivityCountKey(IdentityKey key, org.exoplatform.social.core.activity.ActivityFilter activityFilter) ActivityCountKey(IdentityKey key, ActivityType type) ActivityCountKey(IdentityKey key, ActivityType type, String... activityTypes) ActivityCountKey(IdentityKey key, IdentityKey viewerKey, ActivityType type) -
Method Summary
-
Constructor Details
-
ActivityCountKey
-
ActivityCountKey
-
ActivityCountKey
-
ActivityCountKey
-
ActivityCountKey
-
ActivityCountKey
-
ActivityCountKey
-
ActivityCountKey
public ActivityCountKey(IdentityKey key, org.exoplatform.social.core.activity.ActivityFilter activityFilter)
-
-
Method Details