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()
          Deprecated. only use with v1-alpha1
 RestIdentity RestComment.getPosterIdentity()
          Gets the identity who commented.
 RestIdentity RestActivity.getPosterIdentity()
          Gets the poster identity who created this activity.
 

Methods in org.exoplatform.social.client.api.model that return types with arguments of type RestIdentity
 List<RestIdentity> RestActivity.getAvailableLikes()
          Gets the available list of likes for this activity.
 List<RestIdentity> RestActivity.getTotalLikes()
          Gets the total number of likes.
 

Methods in org.exoplatform.social.client.api.model with parameters of type RestIdentity
 void RestComment.setPosterIdentity(RestIdentity restIdentity)
          Sets the identity who commented.
 

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<RestActivity> ActivityService.getActivityStream(RestIdentity restIdentity, QueryParams queryParams)
          Get Activity Stream with input parameter (limit, number of comment, number of like);
 RealtimeListAccess<Activity> ActivityService.getConnectionsActivityStream(RestIdentity userRestIdentity)
          Gets all connections' activities aggregated into one stream.
 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<Activity> ActivityService.getFeedActivityStream(RestIdentity userRestIdentity)
          Gets all activities from a stream owner, his connections and spaces aggregated into one stream.
 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<Activity> ActivityService.getSpacesActivityStream(RestIdentity userRestIdentity)
          Gets all activities from spaces which a user is a member of that space aggregated into one stream.
 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);
 

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 RestCommentImpl.getPosterIdentity()
          Gets the identity who commented.
 RestIdentity RestActivityImpl.getPosterIdentity()
          Gets the poster identity who created this activity.
 

Methods in org.exoplatform.social.client.core.model that return types with arguments of type RestIdentity
 List<RestIdentity> RestActivityImpl.getAvailableLikes()
           
 List<RestIdentity> RestActivityImpl.getTotalLikes()
           
 

Methods in org.exoplatform.social.client.core.model with parameters of type RestIdentity
 void RestCommentImpl.setPosterIdentity(RestIdentity restIdentity)
          Sets the identity who commented.
 

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

Methods in org.exoplatform.social.client.core.service that return RestIdentity
 RestIdentity IdentityServiceImplV1Alpha3.create(RestIdentity newInstance)
           
 RestIdentity IdentityServiceImplV1Alpha2.create(RestIdentity newInstance)
           
 RestIdentity IdentityServiceImplV1Alpha1.create(RestIdentity newInstance)
           
 RestIdentity IdentityServiceImplV1Alpha3.delete(RestIdentity existingInstance)
           
 RestIdentity IdentityServiceImplV1Alpha2.delete(RestIdentity existingInstance)
           
 RestIdentity IdentityServiceImplV1Alpha1.delete(RestIdentity existingInstance)
           
 RestIdentity IdentityServiceImplV1Alpha3.get(String uuid)
           
 RestIdentity IdentityServiceImplV1Alpha2.get(String uuid)
           
 RestIdentity IdentityServiceImplV1Alpha1.get(String uuid)
           
 RestIdentity IdentityServiceImplV1Alpha3.getIdentity(String identityProvider, String remoteId)
           
 RestIdentity IdentityServiceImplV1Alpha2.getIdentity(String identityProvider, String remoteId)
           
 RestIdentity IdentityServiceImplV1Alpha1.getIdentity(String identityProvider, String remoteId)
          Gets an identity by its identity provider and remote id.
 RestIdentity ActivitiesRealtimeListAccessV1Alpha3.getOwnerIdentity()
          Gets the identity.
 RestIdentity ActivitiesRealtimeListAccessV1Alpha2.getOwnerIdentity()
          Gets the identity.
 RestIdentity ActivitiesRealtimeListAccessV1Alpha1.getOwnerIdentity()
          Gets the identity.
 RestIdentity IdentityServiceImplV1Alpha3.update(RestIdentity existingInstance)
           
 RestIdentity IdentityServiceImplV1Alpha2.update(RestIdentity existingInstance)
           
 RestIdentity IdentityServiceImplV1Alpha1.update(RestIdentity existingInstance)
           
 

Methods in org.exoplatform.social.client.core.service with parameters of type RestIdentity
 RestIdentity IdentityServiceImplV1Alpha3.create(RestIdentity newInstance)
           
 RestIdentity IdentityServiceImplV1Alpha2.create(RestIdentity newInstance)
           
 RestIdentity IdentityServiceImplV1Alpha1.create(RestIdentity newInstance)
           
 RestIdentity IdentityServiceImplV1Alpha3.delete(RestIdentity existingInstance)
           
 RestIdentity IdentityServiceImplV1Alpha2.delete(RestIdentity existingInstance)
           
 RestIdentity IdentityServiceImplV1Alpha1.delete(RestIdentity existingInstance)
           
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha3.getActivityStream(RestIdentity restIdentity)
          Gets activity stream from an owner stream identity.
 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> ActivityServiceImplV1Alpha3.getActivityStream(RestIdentity restIdentity, QueryParams queryParams)
          Get Activity Stream with input parameter (limit, number of comment, number of like);
 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> ActivityServiceImplV1Alpha3.getConnectionsActivityStream(RestIdentity userRestIdentity)
          Gets all connections' activities aggregated into one stream.
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha2.getConnectionsActivityStream(RestIdentity userRestIdentity)
          Gets all connections' activities aggregated into one stream.
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha1.getConnectionsActivityStream(RestIdentity userRestIdentity)
           
 RealtimeListAccess<RestActivity> ActivityServiceImplV1Alpha3.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> 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> ActivityServiceImplV1Alpha3.getFeedActivityStream(RestIdentity userRestIdentity)
          Gets all activities from a stream owner, his connections and spaces aggregated into one stream.
 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> ActivityServiceImplV1Alpha3.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> 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> ActivityServiceImplV1Alpha3.getSpacesActivityStream(RestIdentity userRestIdentity)
          Gets all activities from spaces which a user is a member of that space aggregated into one stream.
 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> ActivityServiceImplV1Alpha3.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> 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)
           
 void ActivitiesRealtimeListAccessV1Alpha3.setOwnerIdentity(RestIdentity ownerIdentity)
          Sets the identity.
 void ActivitiesRealtimeListAccessV1Alpha2.setOwnerIdentity(RestIdentity ownerIdentity)
          Sets the identity.
 void ActivitiesRealtimeListAccessV1Alpha1.setOwnerIdentity(RestIdentity ownerIdentity)
          Sets the identity.
 RestIdentity IdentityServiceImplV1Alpha3.update(RestIdentity existingInstance)
           
 RestIdentity IdentityServiceImplV1Alpha2.update(RestIdentity existingInstance)
           
 RestIdentity IdentityServiceImplV1Alpha1.update(RestIdentity existingInstance)
           
 

Constructors in org.exoplatform.social.client.core.service with parameters of type RestIdentity
ActivitiesRealtimeListAccessV1Alpha1(RestIdentity ownerIdentity, ActivitiesRealtimeListAccessV1Alpha1.ActivityType activityType)
          The constructor.
ActivitiesRealtimeListAccessV1Alpha2(RestIdentity ownerIdentity, ActivitiesRealtimeListAccessV1Alpha2.ActivityType activityType, QueryParams queryParams)
          The constructor.
ActivitiesRealtimeListAccessV1Alpha3(RestIdentity ownerIdentity, ActivitiesRealtimeListAccessV1Alpha3.ActivityType activityType, QueryParams queryParams)
          The constructor.
 



Copyright © 2011-2012 eXo Platform. All Rights Reserved.