Uses of Enum Class
org.exoplatform.social.core.storage.cache.model.key.ActivityType
Packages that use ActivityType
-
Uses of ActivityType in org.exoplatform.social.core.storage.cache.model.key
Methods in org.exoplatform.social.core.storage.cache.model.key that return ActivityTypeModifier and TypeMethodDescriptionstatic ActivityTypeReturns the enum constant of this class with the specified name.static ActivityType[]ActivityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.exoplatform.social.core.storage.cache.model.key with parameters of type ActivityTypeModifierConstructorDescriptionActivityCountKey(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, ActivityType type) ActivityCountKey(IdentityKey key, ActivityType type, String... activityTypes) ActivityCountKey(IdentityKey key, IdentityKey viewerKey, ActivityType type)