Uses of Interface
org.exoplatform.social.common.RealtimeListAccess
Packages that use RealtimeListAccess
-
Uses of RealtimeListAccess in org.exoplatform.social.core.manager
Methods in org.exoplatform.social.core.manager that return RealtimeListAccessModifier and TypeMethodDescriptiondefault RealtimeListAccess<ExoSocialActivity> ActivityManager.getActivitiesByFilterWithListAccess(Identity viewerIdentity, ActivityFilter activityFilter) Gets activities by filter.ActivityManager.getActivitiesByPoster(Identity poster) Gets activities of a given poster.ActivityManager.getActivitiesByPoster(Identity posterIdentity, String... activityTypes) Gets activities of a given poster that are specified by activity types.ActivityManager.getActivitiesOfConnectionsWithListAccess(Identity identity) Gets activities posted by all connections with a given identity.ActivityManager.getActivitiesOfSpaceWithListAccess(Identity spaceIdentity) Gets activities posted on a space by its Id.ActivityManager.getActivitiesOfUserSpacesWithListAccess(Identity identity) Gets activities posted on all space activity streams in which an identity joins.ActivityManager.getActivitiesWithListAccess(Identity identity) Gets activities posted on the provided activity stream owner.ActivityManager.getActivitiesWithListAccess(Identity ownerIdentity, Identity viewerIdentity) Gets activities on the provided activity stream which is viewed by another.ActivityManager.getActivityFeedWithListAccess(Identity identity) Gets all activities accessible by a given identity.ActivityManager.getAllActivitiesWithListAccess()Get the list access of all activitiesActivityManager.getCommentsWithListAccess(ExoSocialActivity activity) Gets comments of a specific activity.ActivityManager.getCommentsWithListAccess(ExoSocialActivity activity, boolean loadSubComments) Gets comments of a specific activity.default RealtimeListAccess<ExoSocialActivity> ActivityManager.getCommentsWithListAccess(ExoSocialActivity activity, boolean loadSubComments, boolean sortDescending) Gets comments of a specific activity.