Uses of Interface
org.exoplatform.social.client.api.model.RestActivity

Packages that use RestActivity
org.exoplatform.social.client.api.model   
org.exoplatform.social.client.api.service   
org.exoplatform.social.client.core.model   
org.exoplatform.social.client.core.service   
 

Uses of RestActivity in org.exoplatform.social.client.api.model
 

Methods in org.exoplatform.social.client.api.model that return RestActivity
 RestActivity RestLike.getActivity()
          Gets the activity associated with this like.
 RestActivity RestComment.getActivity()
          Gets the activity is associated with this comment.
 

Uses of RestActivity in org.exoplatform.social.client.api.service
 

Methods in org.exoplatform.social.client.api.service that return RestActivity
 RestActivity ActivityService.create(RestActivity newActivity, QueryParams queryParams)
          Create new Activity from current Identity to targetIdentity
 

Methods in org.exoplatform.social.client.api.service that return types with arguments of type RestActivity
 RealtimeListAccess<RestActivity> ActivityService.getActivityStream(RestIdentity restIdentity, QueryParams queryParams)
          Get Activity Stream with input parameter (limit, number of comment, number of like);
 RealtimeListAccess<RestActivity> ActivityService.getConnectionsActivityStream(RestIdentity restIdentity, QueryParams queryParams)
          Gets all connections' activities aggregated into one stream with input parameter (limit, number of comment, number of like);
 RealtimeListAccess<RestActivity> ActivityService.getFeedActivityStream(RestIdentity restIdentity, QueryParams queryParams)
          Gets all activities from a stream owner, his connections and spaces aggregated into one stream with input parameter (limit, number of comment, number of like);
 RealtimeListAccess<RestActivity> ActivityService.getSpacesActivityStream(RestIdentity restIdentity, QueryParams queryParams)
          Gets all activities from spaces which a user is a member of that space aggregated into one stream with input parameter (limit, number of comment, number of like);
 

Methods in org.exoplatform.social.client.api.service with parameters of type RestActivity
 RestActivity ActivityService.create(RestActivity newActivity, QueryParams queryParams)
          Create new Activity from current Identity to targetIdentity
 

Uses of RestActivity in org.exoplatform.social.client.core.model
 

Classes in org.exoplatform.social.client.core.model that implement RestActivity
 class RestActivityImpl
          Implementation of RestActivity.
 

Methods in org.exoplatform.social.client.core.model that return RestActivity
 RestActivity RestLikeImpl.getActivity()
          Gets the activity associated with this like.
 RestActivity RestCommentImpl.getActivity()
          Gets the activity is associated with this comment.
 

Uses of RestActivity in org.exoplatform.social.client.core.service
 

Methods in org.exoplatform.social.client.core.service that return RestActivity
 RestActivity ActivityServiceImplV1Alpha2.create(RestActivity newInstance)
          Creates a new instance.
 RestActivity ActivityServiceImplV1Alpha1.create(RestActivity newInstance)
          Creates a new instance.
 RestActivity ActivityServiceImplV1Alpha2.create(RestActivity newActivity, QueryParams queryParams)
          Create new Activity from current Identity to targetIdentity
 RestActivity ActivityServiceImplV1Alpha1.create(RestActivity newActivity, QueryParams queryParams)
           
 RestActivity ActivityServiceImplV1Alpha2.delete(RestActivity existingInstance)
          Deletes an existing instance.
 RestActivity ActivityServiceImplV1Alpha1.delete(RestActivity existingInstance)
          Deletes an existing instance.
 RestActivity ActivityServiceImplV1Alpha2.get(String uuid)
          Gets an existing instance by its uuid.
 RestActivity ActivityServiceImplV1Alpha1.get(String uuid)
          Gets an existing instance by its uuid.
 RestActivity ActivityServiceImplV1Alpha2.get(String activityId, QueryParams queryParams)
          Gets an existing instance by its activityId and limit the number of comment/like by by input parameter .
 RestActivity ActivityServiceImplV1Alpha1.get(String activityId, QueryParams queryParams)
           
 RestActivity[] ActivitiesRealtimeListAccessV1Alpha2.load(int index, int limit)
          Retrieves an array of objects from the list access.
 RestActivity[] ActivitiesRealtimeListAccessV1Alpha1.load(int index, int limit)
          Retrieves an array of objects from the list access.
 RestActivity[] ActivitiesRealtimeListAccessV1Alpha2.loadNewer(RestActivity baseElement, int limit)
          Loads newer elements based on the provided element.
 RestActivity[] ActivitiesRealtimeListAccessV1Alpha1.loadNewer(RestActivity baseElement, int limit)
          Loads newer elements based on the provided element.
 RestActivity[] ActivitiesRealtimeListAccessV1Alpha2.loadOlder(RestActivity baseElement, int limit)
          Loads older elements based on the provided based element.
 RestActivity[] ActivitiesRealtimeListAccessV1Alpha1.loadOlder(RestActivity baseElement, int limit)
          Loads older elements based on the provided based element.
 RestActivity ActivityServiceImplV1Alpha2.update(RestActivity existingInstance)
          Updates an existing instance.
 RestActivity ActivityServiceImplV1Alpha1.update(RestActivity existingInstance)
          Updates an existing instance.
 

Methods in org.exoplatform.social.client.core.service that return types with arguments of type RestActivity
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha2.getActivityStream(RestIdentity restIdentity)
          Gets activity stream from an owner stream identity.
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha1.getActivityStream(RestIdentity restIdentity)
          Gets activity stream from an owner stream identity.
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha2.getActivityStream(RestIdentity restIdentity, QueryParams queryParams)
          Get Activity Stream with input parameter (limit, number of comment, number of like);
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha1.getActivityStream(RestIdentity restIdentity, QueryParams queryParams)
           
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha2.getConnectionsActivityStream(RestIdentity userRestIdentity)
          Gets all connections' activities aggregated into one stream.
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha1.getConnectionsActivityStream(RestIdentity userRestIdentity)
           
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha2.getConnectionsActivityStream(RestIdentity restIdentity, QueryParams queryParams)
          Gets all connections' activities aggregated into one stream with input parameter (limit, number of comment, number of like);
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha1.getConnectionsActivityStream(RestIdentity restIdentity, QueryParams queryParams)
           
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha2.getFeedActivityStream(RestIdentity userRestIdentity)
          Gets all activities from a stream owner, his connections and spaces aggregated into one stream.
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha1.getFeedActivityStream(RestIdentity userRestIdentity)
           
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha2.getFeedActivityStream(RestIdentity userRestIdentity, QueryParams queryParams)
          Gets all activities from a stream owner, his connections and spaces aggregated into one stream with input parameter (limit, number of comment, number of like);
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha1.getFeedActivityStream(RestIdentity restIdentity, QueryParams queryParams)
           
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha2.getSpacesActivityStream(RestIdentity userRestIdentity)
          Gets all activities from spaces which a user is a member of that space aggregated into one stream.
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha1.getSpacesActivityStream(RestIdentity userRestIdentity)
           
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha2.getSpacesActivityStream(RestIdentity userRestIdentity, QueryParams queryParams)
          Gets all activities from spaces which a user is a member of that space aggregated into one stream with input parameter (limit, number of comment, number of like);
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha1.getSpacesActivityStream(RestIdentity restIdentity, QueryParams queryParams)
           
 List<RestActivity> ActivitiesRealtimeListAccessV1Alpha2.loadAsList(int index, int limit)
          Retrieves a list of objects from the list access.
 List<RestActivity> ActivitiesRealtimeListAccessV1Alpha1.loadAsList(int index, int limit)
          Retrieves a list of objects from the list access.
 List<RestActivity> ActivitiesRealtimeListAccessV1Alpha2.loadNewerAsList(RestActivity baseElement, int limit)
          Loads newer elements based on the provided element.
 List<RestActivity> ActivitiesRealtimeListAccessV1Alpha1.loadNewerAsList(RestActivity baseElement, int limit)
          Loads newer elements based on the provided element.
 List<RestActivity> ActivitiesRealtimeListAccessV1Alpha2.loadOlderAsList(RestActivity baseElement, int limit)
          Loads older elements based on the provided based element.
 List<RestActivity> ActivitiesRealtimeListAccessV1Alpha1.loadOlderAsList(RestActivity baseElement, int limit)
          Loads older elements based on the provided based element.
 

Methods in org.exoplatform.social.client.core.service with parameters of type RestActivity
 RestActivity ActivityServiceImplV1Alpha2.create(RestActivity newInstance)
          Creates a new instance.
 RestActivity ActivityServiceImplV1Alpha1.create(RestActivity newInstance)
          Creates a new instance.
 RestActivity ActivityServiceImplV1Alpha2.create(RestActivity newActivity, QueryParams queryParams)
          Create new Activity from current Identity to targetIdentity
 RestActivity ActivityServiceImplV1Alpha1.create(RestActivity newActivity, QueryParams queryParams)
           
 RestComment ActivityServiceImplV1Alpha2.createComment(RestActivity existingRestActivity, RestComment newRestComment)
          Creates a new comment to this activity.
 RestComment ActivityServiceImplV1Alpha1.createComment(RestActivity existingRestActivity, RestComment newRestComment)
          Creates a new comment to this activity.
 RestActivity ActivityServiceImplV1Alpha2.delete(RestActivity existingInstance)
          Deletes an existing instance.
 RestActivity ActivityServiceImplV1Alpha1.delete(RestActivity existingInstance)
          Deletes an existing instance.
 int ActivitiesRealtimeListAccessV1Alpha2.getNumberOfNewer(RestActivity baseElement)
          Gets the number of newer elements based on the provided element.
 int ActivitiesRealtimeListAccessV1Alpha1.getNumberOfNewer(RestActivity baseElement)
          Gets the number of newer elements based on the provided element.
 int ActivitiesRealtimeListAccessV1Alpha2.getNumberOfOlder(RestActivity baseElement)
          Gets the number of older elements based on the provided element.
 int ActivitiesRealtimeListAccessV1Alpha1.getNumberOfOlder(RestActivity baseElement)
          Gets the number of older elements based on the provided element.
 boolean ActivitiesRealtimeListAccessV1Alpha2.hasNewer(RestActivity baseElement)
          Checks if there is newer elements than the provided element.
 boolean ActivitiesRealtimeListAccessV1Alpha1.hasNewer(RestActivity baseElement)
          Checks if there is newer elements than the provided element.
 boolean ActivitiesRealtimeListAccessV1Alpha2.hasOlder(RestActivity baseElement)
          Checks if there is older elements than the provided element.
 boolean ActivitiesRealtimeListAccessV1Alpha1.hasOlder(RestActivity baseElement)
          Checks if there is older elements than the provided element.
 RestLike ActivityServiceImplV1Alpha2.like(RestActivity existingRestActivity)
          The authenticate identity likes an existing activity.
 RestLike ActivityServiceImplV1Alpha1.like(RestActivity existingRestActivity)
          The authenticate identity likes an existing activity.
 RestActivity[] ActivitiesRealtimeListAccessV1Alpha2.loadNewer(RestActivity baseElement, int limit)
          Loads newer elements based on the provided element.
 RestActivity[] ActivitiesRealtimeListAccessV1Alpha1.loadNewer(RestActivity baseElement, int limit)
          Loads newer elements based on the provided element.
 List<RestActivity> ActivitiesRealtimeListAccessV1Alpha2.loadNewerAsList(RestActivity baseElement, int limit)
          Loads newer elements based on the provided element.
 List<RestActivity> ActivitiesRealtimeListAccessV1Alpha1.loadNewerAsList(RestActivity baseElement, int limit)
          Loads newer elements based on the provided element.
 RestActivity[] ActivitiesRealtimeListAccessV1Alpha2.loadOlder(RestActivity baseElement, int limit)
          Loads older elements based on the provided based element.
 RestActivity[] ActivitiesRealtimeListAccessV1Alpha1.loadOlder(RestActivity baseElement, int limit)
          Loads older elements based on the provided based element.
 List<RestActivity> ActivitiesRealtimeListAccessV1Alpha2.loadOlderAsList(RestActivity baseElement, int limit)
          Loads older elements based on the provided based element.
 List<RestActivity> ActivitiesRealtimeListAccessV1Alpha1.loadOlderAsList(RestActivity baseElement, int limit)
          Loads older elements based on the provided based element.
 RestLike ActivityServiceImplV1Alpha2.unlike(RestActivity existingRestActivity)
          The authenticated identity unlikes an existing activity.
 RestLike ActivityServiceImplV1Alpha1.unlike(RestActivity existingRestActivity)
          The authenticated identity unlikes an existing activity.
 RestActivity ActivityServiceImplV1Alpha2.update(RestActivity existingInstance)
          Updates an existing instance.
 RestActivity ActivityServiceImplV1Alpha1.update(RestActivity existingInstance)
          Updates an existing instance.
 



Copyright © 2011 eXo Platform. All Rights Reserved.