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

Packages that use RestIdentity
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 RestIdentity in org.exoplatform.social.client.api.model
 

Methods in org.exoplatform.social.client.api.model that return RestIdentity
 RestIdentity RestLike.getIdentity()
          Gets the identity associated with this like.
 RestIdentity RestComment.getIdentity()
          Gets the identity who commented.
 RestIdentity RestActivity.getPosterIdentity()
          Gets the poster identity who created this activity.
 

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

Methods in org.exoplatform.social.client.api.service with parameters of type RestIdentity
 RealtimeListAccess<Activity> ActivityService.getActivityStream(RestIdentity ownerStreamRestIdentity)
          Gets activity stream from an owner stream identity.
 RealtimeListAccess<Activity> ActivityService.getConnectionsActivityStream(RestIdentity userRestIdentity)
          Gets all connections' activities aggregated into one stream.
 RealtimeListAccess<Activity> ActivityService.getFeedActivityStream(RestIdentity userRestIdentity)
          Gets all activities from a stream owner, his connections and spaces aggregated into one stream.
 RealtimeListAccess<Activity> ActivityService.getSpacesActivityStream(RestIdentity userRestIdentity)
          Gets all activities from spaces which a user is a member of that space aggregated into one stream.
 

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

Classes in org.exoplatform.social.client.core.model that implement RestIdentity
 class RestIdentityImpl
          Implementation of RestIdentity.
 

Methods in org.exoplatform.social.client.core.model that return RestIdentity
 RestIdentity RestLikeImpl.getIdentity()
          Gets the identity associated with this like.
 RestIdentity RestCommentImpl.getIdentity()
          Gets the identity who commented.
 RestIdentity ActivitiesRealtimeListAccess.getOwnerIdentity()
          Gets the identity.
 RestIdentity RestActivityImpl.getPosterIdentity()
          Gets the poster identity who created this activity.
 

Methods in org.exoplatform.social.client.core.model with parameters of type RestIdentity
 void ActivitiesRealtimeListAccess.setOwnerIdentity(RestIdentity ownerIdentity)
          Sets the identity.
 

Constructors in org.exoplatform.social.client.core.model with parameters of type RestIdentity
ActivitiesRealtimeListAccess(RestIdentity ownerIdentity, ActivitiesRealtimeListAccess.ActivityType activityType)
          The constructor.
 

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

Methods in org.exoplatform.social.client.core.service that return RestIdentity
 RestIdentity IdentityServiceImpl.create(RestIdentity newInstance)
           
 RestIdentity IdentityServiceImpl.delete(RestIdentity existingInstance)
           
 RestIdentity IdentityServiceImpl.get(String uuid)
           
 RestIdentity IdentityServiceImpl.update(RestIdentity existingInstance)
           
 

Methods in org.exoplatform.social.client.core.service with parameters of type RestIdentity
 RestIdentity IdentityServiceImpl.create(RestIdentity newInstance)
           
 RestIdentity IdentityServiceImpl.delete(RestIdentity existingInstance)
           
 RealtimeListAccess<RestActivity> ActivityServiceImpl.getActivityStream(RestIdentity restIdentity)
          Gets activity stream from an owner stream identity.
 RealtimeListAccess<RestActivity> ActivityServiceImpl.getConnectionsActivityStream(RestIdentity userRestIdentity)
           
 RealtimeListAccess<RestActivity> ActivityServiceImpl.getFeedActivityStream(RestIdentity userRestIdentity)
           
 RealtimeListAccess<RestActivity> ActivityServiceImpl.getSpacesActivityStream(RestIdentity userRestIdentity)
           
 RestIdentity IdentityServiceImpl.update(RestIdentity existingInstance)
           
 



Copyright © 2011 eXo Platform. All Rights Reserved.