Class ActivityListKey
java.lang.Object
org.exoplatform.social.core.storage.cache.model.key.ActivityListKey
- All Implemented Interfaces:
Serializable,CacheKey
Immutable activity count key.
This key is used to cache the activity count.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionActivityListKey(String baseId, ActivityType type) ActivityListKey(ActivityKey activityKey, Long time, ActivityType type) ActivityListKey(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) -
Method Summary
-
Constructor Details
-
ActivityListKey
-
ActivityListKey
-
ActivityListKey
-
ActivityListKey
-
ActivityListKey
-
ActivityListKey
-
ActivityListKey
-
ActivityListKey
public ActivityListKey(IdentityKey key, org.exoplatform.social.core.activity.ActivityFilter activityFilter)
-
-
Method Details