Uses of Class
org.exoplatform.social.client.api.SocialClientLibException

Packages that use SocialClientLibException
org.exoplatform.social.client.api.common   
org.exoplatform.social.client.api.model   
org.exoplatform.social.client.api.net   
org.exoplatform.social.client.api.service   
org.exoplatform.social.client.core.model   
org.exoplatform.social.client.core.net   
org.exoplatform.social.client.core.service   
org.exoplatform.social.client.core.util   
 

Uses of SocialClientLibException in org.exoplatform.social.client.api.common
 

Methods in org.exoplatform.social.client.api.common that throw SocialClientLibException
 boolean RealtimeListAccess.hasNewer(E baseElement)
          Checks if there is newer elements than the provided element.
 boolean RealtimeListAccess.hasOlder(E baseElement)
          Checks if there is older elements than the provided element.
 E[] ListAccess.load(int index, int limit)
          Retrieves an array of objects from the list access.
 List<E> ListAccess.loadAsList(int index, int limit)
          Retrieves a list of objects from the list access.
 E[] RealtimeListAccess.loadNewer(E baseElement, int limit)
          Loads newer elements based on the provided element.
 List<E> RealtimeListAccess.loadNewerAsList(E baseElement, int limit)
          Loads newer elements based on the provided element.
 E[] RealtimeListAccess.loadOlder(E baseElement, int limit)
          Loads older elements based on the provided based element.
 List<E> RealtimeListAccess.loadOlderAsList(E baseElement, int limit)
          Loads older elements based on the provided based element.
 

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

Methods in org.exoplatform.social.client.api.model that throw SocialClientLibException
 RestActivityStream RestActivity.getActivityStream()
          Gets activity stream.
 RestIdentity RestActivity.getPosterIdentity()
          Gets the poster identity who created this activity.
 List<RestComment> RestActivity.getTotalComments()
          Gets the total number of comments.
 List<RestIdentity> RestActivity.getTotalLikes()
          Gets the total number of likes.
 

Uses of SocialClientLibException in org.exoplatform.social.client.api.net
 

Methods in org.exoplatform.social.client.api.net that throw SocialClientLibException
 void SocialHttpClient.setBasicAuthenticateToRequest()
          Setting the basic authenticate which uses the username/password in SocialClientContext
 

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

Methods in org.exoplatform.social.client.api.service that throw SocialClientLibException
 M Service.create(M newInstance)
          Creates a new instance.
 RestActivity ActivityService.create(RestActivity newActivity, QueryParams queryParams)
          Create new Activity from current Identity to targetIdentity
 RestComment ActivityService.createComment(Activity existingActivity, RestComment newRestComment)
          Creates a new comment to this activity.
 M Service.delete(M existingInstance)
          Deletes an existing instance.
 RestComment ActivityService.deleteComment(RestComment existingRestComment)
          Deletes an existing comment.
 M Service.get(String uuid)
          Gets an existing instance by its uuid.
 Activity ActivityService.get(String activityId, QueryParams queryParams)
          Gets an existing instance by its activityId and limit the number of comment/like by by input parameter .
 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);
 RestComment ActivityService.getComment(String commentId)
          Gets an existing comment by its id.
 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);
 Identity IdentityService.getIdentity(String identityProvider, String remoteId)
          Gets an identity by its identity provider and remote id.
 String IdentityService.getIdentityId(String provider, String remoteId)
          Deprecated. Use IdentityService.getIdentity(String, String) then getIdentityId() instead.
 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);
 RestLike ActivityService.like(Activity existingActivity)
          The authenticate identity likes an existing activity.
 RestLike ActivityService.unlike(Activity existingActivity)
          The authenticated identity unlikes an existing activity.
 M Service.update(M existingInstance)
          Updates an existing instance.
 

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

Methods in org.exoplatform.social.client.core.model that throw SocialClientLibException
 RestActivityStream RestActivityImpl.getActivityStream()
          Gets activity stream.
 RestIdentity RestActivityImpl.getPosterIdentity()
          Gets the poster identity who created this activity.
 List<RestComment> RestActivityImpl.getTotalComments()
          Gets the total number of comments.
 List<RestIdentity> RestActivityImpl.getTotalLikes()
           
 

Uses of SocialClientLibException in org.exoplatform.social.client.core.net
 

Methods in org.exoplatform.social.client.core.net that throw SocialClientLibException
 void SocialHttpClientImpl.setBasicAuthenticateToRequest()
           
 

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

Methods in org.exoplatform.social.client.core.service that throw SocialClientLibException
 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)
           
 RestIdentity IdentityServiceImplV1Alpha2.create(RestIdentity newInstance)
           
 RestIdentity IdentityServiceImplV1Alpha1.create(RestIdentity newInstance)
           
 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.
 RestIdentity IdentityServiceImplV1Alpha2.delete(RestIdentity existingInstance)
           
 RestIdentity IdentityServiceImplV1Alpha1.delete(RestIdentity existingInstance)
           
 RestComment ActivityServiceImplV1Alpha2.deleteComment(RestComment existingRestComment)
          Deletes an existing comment.
 RestComment ActivityServiceImplV1Alpha1.deleteComment(RestComment existingRestComment)
          Deletes an existing comment.
 void ServiceBase.doCreate(M newInstance)
          This implementation performs the corresponding action for CRUD operation.
 void ServiceBase.doDelete(M existingInstance)
          This implementation performs the corresponding action for CRUD operation.
 void ServiceBase.doUpdate(M existingInstance)
          This implementation performs the corresponding action for CRUD operation.
 RestIdentity IdentityServiceImplV1Alpha2.get(String uuid)
           
 RestIdentity IdentityServiceImplV1Alpha1.get(String uuid)
           
 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)
           
 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)
           
 RestComment ActivityServiceImplV1Alpha2.getComment(String commentId)
          Gets an existing comment by its id.
 RestComment ActivityServiceImplV1Alpha1.getComment(String commentId)
          Gets an existing comment by its id.
 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)
           
 RestIdentity IdentityServiceImplV1Alpha2.getIdentity(String identityProvider, String remoteId)
           
 RestIdentity IdentityServiceImplV1Alpha1.getIdentity(String identityProvider, String remoteId)
          Gets an identity by its identity provider and remote id.
 String IdentityServiceImplV1Alpha2.getIdentityId(String provider, String remoteId)
           
 String IdentityServiceImplV1Alpha1.getIdentityId(String provider, String remoteId)
          Gets the identity id from a remote id.
 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)
           
 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.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.
 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.
 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.
 void ServiceBase.postCreate(M newInstance)
          Overrides this method to perform post-processing on new model being saved.
 void ServiceBase.postDelete(M existingInstance)
          Overrides this method to perform post-processing on existing model being deleted.
 void ServiceBase.postUpdate(M existingInstance)
          Overrides this method to perform post-processing on existing model being updated.
 void ServiceBase.preCreate(M newInstance)
          Overrides this method to perform pre-processing on new model being saved.
 void ServiceBase.preDelete(M existingInstance)
          Overrides this method to perform pre-processing on existing model being deleted.
 void ServiceBase.preUpdate(M existingInstance)
          Overrides this method to perform pre-processing on existing model being updated.
 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.
 RestIdentity IdentityServiceImplV1Alpha2.update(RestIdentity existingInstance)
           
 RestIdentity IdentityServiceImplV1Alpha1.update(RestIdentity existingInstance)
           
 

Uses of SocialClientLibException in org.exoplatform.social.client.core.util
 

Methods in org.exoplatform.social.client.core.util that throw SocialClientLibException
static void SocialHttpClientSupport.handleError(org.apache.http.HttpResponse response)
          Handles the error code which contains in HttpResponse.
 



Copyright © 2011 eXo Platform. All Rights Reserved.