Uses of Class
org.exoplatform.social.core.storage.ActivityStorageException
Packages that use ActivityStorageException
-
Uses of ActivityStorageException in org.exoplatform.social.core.storage.api
Methods in org.exoplatform.social.core.storage.api that throw ActivityStorageExceptionModifier and TypeMethodDescriptionvoidActivityStorage.deleteActivity(String activityId) Deletes activity by its id.voidActivityStorage.deleteComment(String activityId, String commentId) Delete comment by its id.ActivityStorage.getActivities(Identity owner, Identity viewer, long offset, long limit) Gets the activities by identity owner but it's viewed by viewer.ActivityStorage.getActivity(String activityId) Load an activity by its id.intActivityStorage.getNumberOfUserActivities(Identity owner) Count the number of activities from an ownerIdentityintActivityStorage.getNumberOfUserActivitiesForUpgrade(Identity owner) Count the number of activities from an ownerIdentity for upgrade Activity Stream featureActivityStorage.getParentActivity(ExoSocialActivity comment) ActivityStorage.getUserActivities(Identity owner) Gets all the activities by identity.ActivityStorage.getUserActivities(Identity owner, long offset, long limit) Gets the activities by identity.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.ActivityStorage.getUserIdsActivities(Identity owner, long offset, long limit) Gets the activity ids by identity.ActivityStorage.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.