Uses of Interface
org.exoplatform.social.core.activity.model.ExoSocialActivity
-
Packages that use ExoSocialActivity Package Description org.exoplatform.social.core Provides Core Components: Identity, Profile, Space and Activity.org.exoplatform.social.core.activity org.exoplatform.social.core.activity.model Models for Activityorg.exoplatform.social.core.manager org.exoplatform.social.core.storage.api -
-
Uses of ExoSocialActivity in org.exoplatform.social.core
Methods in org.exoplatform.social.core with parameters of type ExoSocialActivity Modifier and Type Method Description List<String>BaseActivityProcessorPlugin. getTemplateParamKeysToFilter(ExoSocialActivity activity)This method is helper for ActivityProcessor incase we want to get list of template params to be filter.voidActivityProcessor. processActivity(ExoSocialActivity activity)abstract voidBaseActivityProcessorPlugin. processActivity(ExoSocialActivity activity) -
Uses of ExoSocialActivity in org.exoplatform.social.core.activity
Methods in org.exoplatform.social.core.activity that return ExoSocialActivity Modifier and Type Method Description ExoSocialActivityActivityLifeCycleEvent. getActivity()Methods in org.exoplatform.social.core.activity with parameters of type ExoSocialActivity Modifier and Type Method Description voidActivityLifeCycle. deleteActivity(ExoSocialActivity activity)voidActivityLifeCycle. deleteComment(ExoSocialActivity activity)voidActivityLifeCycle. hideActivity(ExoSocialActivity activity)voidActivityLifeCycle. likeActivity(ExoSocialActivity activity)voidActivityLifeCycle. likeComment(ExoSocialActivity activity)voidActivityLifeCycle. saveActivity(ExoSocialActivity activity)voidActivityLifeCycle. saveComment(ExoSocialActivity activity)voidActivityLifeCycle. shareActivity(ExoSocialActivity activity)voidActivityLifeCycle. updateActivity(ExoSocialActivity activity)voidActivityLifeCycle. updateComment(ExoSocialActivity activity)Constructors in org.exoplatform.social.core.activity with parameters of type ExoSocialActivity Constructor Description ActivityLifeCycleEvent(ActivityLifeCycleEvent.Type type, ExoSocialActivity activity) -
Uses of ExoSocialActivity in org.exoplatform.social.core.activity.model
Classes in org.exoplatform.social.core.activity.model that implement ExoSocialActivity Modifier and Type Class Description classExoSocialActivityImplImplementation ofExoSocialActivity. -
Uses of ExoSocialActivity in org.exoplatform.social.core.manager
Methods in org.exoplatform.social.core.manager that return ExoSocialActivity Modifier and Type Method Description ExoSocialActivityActivityManager. getActivity(String activityId)Gets an activity by its Id.ExoSocialActivityActivityManager. getParentActivity(ExoSocialActivity comment)Gets an activity by its comment.default ExoSocialActivityActivityManager. hideActivity(String activityId)Hides an activity to not be displayed in stream, but keep it accessible in standalone modeMethods in org.exoplatform.social.core.manager that return types with arguments of type ExoSocialActivity Modifier and Type Method Description List<ExoSocialActivity>ActivityManager. getActivities(List<String> activityIdList)Load activities switch list of IDsRealtimeListAccess<ExoSocialActivity>ActivityManager. getActivitiesByPoster(Identity poster)Gets activities of a given poster.RealtimeListAccess<ExoSocialActivity>ActivityManager. getActivitiesByPoster(Identity posterIdentity, String... activityTypes)Gets activities of a given poster that are specified by activity types.RealtimeListAccess<ExoSocialActivity>ActivityManager. getActivitiesOfConnectionsWithListAccess(Identity identity)Gets activities posted by all connections with a given identity.RealtimeListAccess<ExoSocialActivity>ActivityManager. getActivitiesOfSpaceWithListAccess(Identity spaceIdentity)Gets activities posted on a space by its Id.RealtimeListAccess<ExoSocialActivity>ActivityManager. getActivitiesOfUserSpacesWithListAccess(Identity identity)Gets activities posted on all space activity streams in which an identity joins.RealtimeListAccess<ExoSocialActivity>ActivityManager. getActivitiesWithListAccess(Identity identity)Gets activities posted on the provided activity stream owner.RealtimeListAccess<ExoSocialActivity>ActivityManager. getActivitiesWithListAccess(Identity ownerIdentity, Identity viewerIdentity)Gets activities on the provided activity stream which is viewed by another.RealtimeListAccess<ExoSocialActivity>ActivityManager. getActivityFeedWithListAccess(Identity identity)Gets all activities accessible by a given identity.RealtimeListAccess<ExoSocialActivity>ActivityManager. getAllActivitiesWithListAccess()Get the list access of all activitiesRealtimeListAccess<ExoSocialActivity>ActivityManager. getCommentsWithListAccess(ExoSocialActivity activity)Gets comments of a specific activity.RealtimeListAccess<ExoSocialActivity>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.List<ExoSocialActivity>ActivityManager. getSubComments(ExoSocialActivity comment)Get all sub comments of a commentdefault List<ExoSocialActivity>ActivityManager. shareActivity(ExoSocialActivity activityTemplate, String activityId, List<String> targetSpaces, org.exoplatform.services.security.Identity viewer)Shares an existing activity to a list of spaces identified by its pretty names with an optional messagedefault List<ExoSocialActivity>ActivityManager. shareActivity(ExoSocialActivity activityTemplate, ActivityShareAction activityShareAction, org.exoplatform.services.security.Identity viewer)Shares an existing activity to a list of spaces identified by its pretty names with an optional messageMethods in org.exoplatform.social.core.manager with parameters of type ExoSocialActivity Modifier and Type Method Description voidActivityManager. deleteActivity(ExoSocialActivity activity)Deletes a specific activity.voidActivityManager. deleteComment(ExoSocialActivity activity, ExoSocialActivity comment)Deletes a comment of an activity.voidActivityManager. deleteLike(ExoSocialActivity activity, Identity identity)Deletes a like of an identity from a specific activity.RealtimeListAccess<ExoSocialActivity>ActivityManager. getCommentsWithListAccess(ExoSocialActivity activity)Gets comments of a specific activity.RealtimeListAccess<ExoSocialActivity>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.ExoSocialActivityActivityManager. getParentActivity(ExoSocialActivity comment)Gets an activity by its comment.List<ExoSocialActivity>ActivityManager. getSubComments(ExoSocialActivity comment)Get all sub comments of a commentdefault booleanActivityManager. isActivityDeletable(ExoSocialActivity activity, org.exoplatform.services.security.Identity viewer)Return whether an activity is deletable or notbooleanActivityManager. isActivityEditable(ExoSocialActivity activity, org.exoplatform.services.security.Identity viewer)default booleanActivityManager. isActivityViewable(ExoSocialActivity activity, org.exoplatform.services.security.Identity viewer)Determines whether a user can view an activity or notvoidActivityManager. saveActivityNoReturn(ExoSocialActivity activity)Saves a newly created activity to the stream.voidActivityManager. saveActivityNoReturn(Identity streamOwner, ExoSocialActivity activity)Saves a newly created activity to a stream.voidActivityManager. saveComment(ExoSocialActivity activity, ExoSocialActivity newComment)Creates or updates a comment or a comment reply on a specific activity.voidActivityManager. saveLike(ExoSocialActivity activity, Identity identity)Saves the like information of an identity to a specific activity.default List<ExoSocialActivity>ActivityManager. shareActivity(ExoSocialActivity activityTemplate, String activityId, List<String> targetSpaces, org.exoplatform.services.security.Identity viewer)Shares an existing activity to a list of spaces identified by its pretty names with an optional messagedefault List<ExoSocialActivity>ActivityManager. shareActivity(ExoSocialActivity activityTemplate, ActivityShareAction activityShareAction, org.exoplatform.services.security.Identity viewer)Shares an existing activity to a list of spaces identified by its pretty names with an optional messagevoidActivityManager. updateActivity(ExoSocialActivity activity)Updates an existing activity.default voidActivityManager. updateActivity(ExoSocialActivity activity, boolean broadcast)Updates an existing activity. -
Uses of ExoSocialActivity in org.exoplatform.social.core.storage.api
Methods in org.exoplatform.social.core.storage.api that return ExoSocialActivity Modifier and Type Method Description ExoSocialActivityActivityStorage. getActivity(String activityId)Load an activity by its id.ExoSocialActivityActivityStorage. getParentActivity(ExoSocialActivity comment)default ExoSocialActivityActivityStorage. hideActivity(String activityId)Hides an activity to not be displayed in stream, but keep it accessible in standalone modeExoSocialActivityActivityStorage. saveActivity(Identity owner, ExoSocialActivity activity)Saves an activity into a stream.Methods in org.exoplatform.social.core.storage.api that return types with arguments of type ExoSocialActivity Modifier and Type Method Description List<ExoSocialActivity>ActivityStorage. getActivities(List<String> activityIdList)Load activities switch list of IDsList<ExoSocialActivity>ActivityStorage. getActivities(Identity owner, Identity viewer, long offset, long limit)Gets the activities by identity owner but it's viewed by viewer.List<ExoSocialActivity>ActivityStorage. getActivitiesByPoster(Identity posterIdentity, int offset, int limit)Gets activities by poster.List<ExoSocialActivity>ActivityStorage. getActivitiesByPoster(Identity posterIdentity, int offset, int limit, String... activityTypes)Gets activities by poster and activity's typesList<ExoSocialActivity>ActivityStorage. getActivitiesOfConnections(Identity ownerIdentity, int offset, int limit)Gets activities of connections of an identity with offset, limit.List<ExoSocialActivity>ActivityStorage. getActivitiesOfConnectionsForUpgrade(Identity ownerIdentity, int offset, int limit)Deprecated.not used anymoreList<ExoSocialActivity>ActivityStorage. getActivitiesOfIdentity(Identity ownerIdentity, long offset, long limit)Gets the activities of the identity with offset, limit.List<ExoSocialActivity>ActivityStorage. getActivityFeed(Identity ownerIdentity, int offset, int limit)Gets activity feed from an identity.List<ExoSocialActivity>ActivityStorage. getActivityFeedForUpgrade(Identity ownerIdentity, int offset, int limit)Deprecated.not used anymoreList<ExoSocialActivity>ActivityStorage. getAllActivities(int index, int limit)Get all activitiesList<ExoSocialActivity>ActivityStorage. getComments(ExoSocialActivity existingActivity, boolean loadSubComments, int offset, int limit)Gets the comments of an activity with offset, limit.default List<ExoSocialActivity>ActivityStorage. getComments(ExoSocialActivity activity, boolean loadSubComments, int offset, int limit, boolean sortDescending)Gets the comments of an activity with offset, limit.List<ExoSocialActivity>ActivityStorage. getNewerActivitiesOfConnections(Identity owner, Long sinceTime, int limit)Gets connections' activities of an user base on since time.List<ExoSocialActivity>ActivityStorage. getNewerComments(ExoSocialActivity existingActivity, Long sinceTime, int limit)Gets the newer comments of an activity based on an updated time.List<ExoSocialActivity>ActivityStorage. getNewerComments(ExoSocialActivity existingActivity, ExoSocialActivity baseComment, int limit)Gets the newer comments of an activity based on a comment.List<ExoSocialActivity>ActivityStorage. getNewerFeedActivities(Identity owner, Long sinceTime, int limit)Gets feed activities base on since time.List<ExoSocialActivity>ActivityStorage. getNewerOnActivitiesOfConnections(Identity ownerIdentity, ExoSocialActivity baseActivity, long limit)Gets the newer activities of connections based on baseActivity.List<ExoSocialActivity>ActivityStorage. getNewerOnActivityFeed(Identity ownerIdentity, ExoSocialActivity baseActivity, int limit)Gets the list of newer activities feed based on an existing activity.List<ExoSocialActivity>ActivityStorage. getNewerOnSpaceActivities(Identity spaceIdentity, ExoSocialActivity baseActivity, int limit)Gets list of newer activities of spaces where the identity can accessList<ExoSocialActivity>ActivityStorage. getNewerOnUserActivities(Identity ownerIdentity, ExoSocialActivity baseActivity, int limit)Gets the list of newer activities based on an existing activity.List<ExoSocialActivity>ActivityStorage. getNewerOnUserSpacesActivities(Identity ownerIdentity, ExoSocialActivity baseActivity, int limit)Gets the newer activities of spaces where identity can access (manager or member), based on an existing activity.List<ExoSocialActivity>ActivityStorage. getNewerSpaceActivities(Identity owner, Long sinceTime, int limit)Gets space activities base on since time.List<ExoSocialActivity>ActivityStorage. getNewerUserActivities(Identity owner, Long sinceTime, int limit)Gets activities of an user base on since time.List<ExoSocialActivity>ActivityStorage. getNewerUserSpacesActivities(Identity owner, Long sinceTime, int limit)Gets activities of an user on spaces base on since time.List<ExoSocialActivity>ActivityStorage. getOlderActivitiesOfConnections(Identity owner, Long sinceTime, int limit)Gets connections' activities of an user base on since time.List<ExoSocialActivity>ActivityStorage. getOlderComments(ExoSocialActivity existingActivity, Long sinceTime, int limit)Gets the older comments of an activity based on an updated time.List<ExoSocialActivity>ActivityStorage. getOlderComments(ExoSocialActivity existingActivity, ExoSocialActivity baseComment, int limit)Gets the older comments of an activity based on a comment.List<ExoSocialActivity>ActivityStorage. getOlderFeedActivities(Identity owner, Long sinceTime, int limit)Gets feed activities base on since time.List<ExoSocialActivity>ActivityStorage. getOlderOnActivitiesOfConnections(Identity ownerIdentity, ExoSocialActivity baseActivity, int limit)Gets the older of activities of connections based on base an activity.List<ExoSocialActivity>ActivityStorage. getOlderOnActivityFeed(Identity ownerIdentity, ExoSocialActivity baseActivity, int limit)Gets the list of older activities feed based on an existing activity.List<ExoSocialActivity>ActivityStorage. getOlderOnSpaceActivities(Identity spaceIdentity, ExoSocialActivity baseActivity, int limit)Gets the list of older activities of spaces where the identity can access and based on an existing postedTime of baseActivity.List<ExoSocialActivity>ActivityStorage. getOlderOnUserActivities(Identity ownerIdentity, ExoSocialActivity baseActivity, int limit)Gets the list of older activities based on an existing activity.List<ExoSocialActivity>ActivityStorage. getOlderOnUserSpacesActivities(Identity ownerIdentity, ExoSocialActivity baseActivity, int limit)Gets the older activities of spaces where identity can access (manager or member), based on an existing activity.List<ExoSocialActivity>ActivityStorage. getOlderSpaceActivities(Identity owner, Long sinceTime, int limit)Gets space activities base on since time.List<ExoSocialActivity>ActivityStorage. getOlderUserActivities(Identity owner, Long sinceTime, int limit)Gets activities of an user base on since time.List<ExoSocialActivity>ActivityStorage. getOlderUserSpacesActivities(Identity owner, Long sinceTime, int limit)Gets activities of an user on spaces base on since time.List<ExoSocialActivity>ActivityStorage. getSpaceActivities(Identity spaceIdentity, int index, int limit)Gets list of activities of spaces where the identity can access.List<ExoSocialActivity>ActivityStorage. getSpaceActivitiesForUpgrade(Identity spaceIdentity, int index, int limit)Gets list of activities of spaces where the identity can access for upgrade Stream featureList<ExoSocialActivity>ActivityStorage. getSubComments(ExoSocialActivity comment)Get all sub comments of a chosen commentList<ExoSocialActivity>ActivityStorage. getUserActivities(Identity owner)Gets all the activities by identity.List<ExoSocialActivity>ActivityStorage. getUserActivities(Identity owner, long offset, long limit)Gets the activities by identity.List<ExoSocialActivity>ActivityStorage. getUserActivitiesForUpgrade(Identity owner, long offset, long limit)Gets the activities by identity for upgrade Activity Stream feature Access a user's activity stream by specifying the offset and limit.List<ExoSocialActivity>ActivityStorage. getUserSpacesActivities(Identity ownerIdentity, int offset, int limit)Gets the activities of spaces where identity can access (manager or member).List<ExoSocialActivity>ActivityStorage. getUserSpacesActivitiesForUpgrade(Identity ownerIdentity, int offset, int limit)Gets the activities of spaces where identity can access (manager or member) for upgrade Activity Stream featureMethods in org.exoplatform.social.core.storage.api with parameters of type ExoSocialActivity Modifier and Type Method Description List<ExoSocialActivity>ActivityStorage. getComments(ExoSocialActivity existingActivity, boolean loadSubComments, int offset, int limit)Gets the comments of an activity with offset, limit.default List<ExoSocialActivity>ActivityStorage. getComments(ExoSocialActivity activity, boolean loadSubComments, int offset, int limit, boolean sortDescending)Gets the comments of an activity with offset, limit.List<ExoSocialActivity>ActivityStorage. getNewerComments(ExoSocialActivity existingActivity, Long sinceTime, int limit)Gets the newer comments of an activity based on an updated time.List<ExoSocialActivity>ActivityStorage. getNewerComments(ExoSocialActivity existingActivity, ExoSocialActivity baseComment, int limit)Gets the newer comments of an activity based on a comment.List<ExoSocialActivity>ActivityStorage. getNewerOnActivitiesOfConnections(Identity ownerIdentity, ExoSocialActivity baseActivity, long limit)Gets the newer activities of connections based on baseActivity.List<ExoSocialActivity>ActivityStorage. getNewerOnActivityFeed(Identity ownerIdentity, ExoSocialActivity baseActivity, int limit)Gets the list of newer activities feed based on an existing activity.List<ExoSocialActivity>ActivityStorage. getNewerOnSpaceActivities(Identity spaceIdentity, ExoSocialActivity baseActivity, int limit)Gets list of newer activities of spaces where the identity can accessList<ExoSocialActivity>ActivityStorage. getNewerOnUserActivities(Identity ownerIdentity, ExoSocialActivity baseActivity, int limit)Gets the list of newer activities based on an existing activity.List<ExoSocialActivity>ActivityStorage. getNewerOnUserSpacesActivities(Identity ownerIdentity, ExoSocialActivity baseActivity, int limit)Gets the newer activities of spaces where identity can access (manager or member), based on an existing activity.intActivityStorage. getNumberOfComments(ExoSocialActivity existingActivity)Gets the number of comments of an activity.intActivityStorage. getNumberOfNewerComments(ExoSocialActivity existingActivity, Long sinceTime)Gets the number of newer commentsintActivityStorage. getNumberOfNewerComments(ExoSocialActivity existingActivity, ExoSocialActivity baseComment)Gets the number of newer comments of an activity based on a comment.intActivityStorage. getNumberOfNewerOnActivitiesOfConnections(Identity ownerIdentity, ExoSocialActivity baseActivity)Gets the number of newer activities based on base activity of connections.intActivityStorage. getNumberOfNewerOnActivityFeed(Identity ownerIdentity, ExoSocialActivity baseActivity)Gets the list of newer activities feed based on an existing activity.intActivityStorage. getNumberOfNewerOnSpaceActivities(Identity spaceIdentity, ExoSocialActivity baseActivity)Gets the number of newer activities of spaces where the identity can access and based on an existing postedTime of baseActivity.intActivityStorage. getNumberOfNewerOnUserActivities(Identity ownerIdentity, ExoSocialActivity baseActivity)Gets the number of newer activities based on an existing activity.intActivityStorage. getNumberOfNewerOnUserSpacesActivities(Identity ownerIdentity, ExoSocialActivity baseActivity)Gets the number of newer activities of spaces where the identity can access, based on an existing activity.intActivityStorage. getNumberOfOlderComments(ExoSocialActivity existingActivity, Long sinceTime)Gets the number of older commentsintActivityStorage. getNumberOfOlderComments(ExoSocialActivity existingActivity, ExoSocialActivity baseComment)Gets the number of newer comments of an activity based on a comment.intActivityStorage. getNumberOfOlderOnActivitiesOfConnections(Identity ownerIdentity, ExoSocialActivity baseActivity)Gets the number of older activities of connections based on baseActivity.intActivityStorage. getNumberOfOlderOnActivityFeed(Identity ownerIdentity, ExoSocialActivity baseActivity)Gets the list of older activities feed based on an existing activity.intActivityStorage. getNumberOfOlderOnSpaceActivities(Identity spaceIdentity, ExoSocialActivity baseActivity)Gets the number of older activities of spaces where the identity can access and based on an existing postedTime of baseActivity.intActivityStorage. getNumberOfOlderOnUserActivities(Identity ownerIdentity, ExoSocialActivity baseActivity)Gets the number of older activities based on an existing activity.intActivityStorage. getNumberOfOlderOnUserSpacesActivities(Identity ownerIdentity, ExoSocialActivity baseActivity)Gets the number of newer activities of spaces where the identity can access, based on an existing activity.List<ExoSocialActivity>ActivityStorage. getOlderComments(ExoSocialActivity existingActivity, Long sinceTime, int limit)Gets the older comments of an activity based on an updated time.List<ExoSocialActivity>ActivityStorage. getOlderComments(ExoSocialActivity existingActivity, ExoSocialActivity baseComment, int limit)Gets the older comments of an activity based on a comment.List<ExoSocialActivity>ActivityStorage. getOlderOnActivitiesOfConnections(Identity ownerIdentity, ExoSocialActivity baseActivity, int limit)Gets the older of activities of connections based on base an activity.List<ExoSocialActivity>ActivityStorage. getOlderOnActivityFeed(Identity ownerIdentity, ExoSocialActivity baseActivity, int limit)Gets the list of older activities feed based on an existing activity.List<ExoSocialActivity>ActivityStorage. getOlderOnSpaceActivities(Identity spaceIdentity, ExoSocialActivity baseActivity, int limit)Gets the list of older activities of spaces where the identity can access and based on an existing postedTime of baseActivity.List<ExoSocialActivity>ActivityStorage. getOlderOnUserActivities(Identity ownerIdentity, ExoSocialActivity baseActivity, int limit)Gets the list of older activities based on an existing activity.List<ExoSocialActivity>ActivityStorage. getOlderOnUserSpacesActivities(Identity ownerIdentity, ExoSocialActivity baseActivity, int limit)Gets the older activities of spaces where identity can access (manager or member), based on an existing activity.ExoSocialActivityActivityStorage. getParentActivity(ExoSocialActivity comment)List<ExoSocialActivity>ActivityStorage. getSubComments(ExoSocialActivity comment)Get all sub comments of a chosen commentExoSocialActivityActivityStorage. saveActivity(Identity owner, ExoSocialActivity activity)Saves an activity into a stream.voidActivityStorage. saveComment(ExoSocialActivity activity, ExoSocialActivity comment)Save comment to an activity.voidActivityStorage. updateActivity(ExoSocialActivity existingActivity)Updates an existing activity.
-