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

Packages that use Model
org.exoplatform.social.client.api.model   
org.exoplatform.social.client.core.model   
org.exoplatform.social.client.core.util   
 

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

Subinterfaces of Model in org.exoplatform.social.client.api.model
 interface RestActivity
          eXo Social Activity model based on OpenSocial Activity Spec 0.8.1: http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.Activity and org.exoplatform.social.core.activity.model.ExoSocialActivity class on eXo Social project.
 interface RestComment
          The RestComment model.
 interface RestIdentity
          eXo Social Identity.
 interface RestLike
          The like item of an activity.
 interface RestProfile
          eXo Social Profile Model: for information for identities.
 

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

Classes in org.exoplatform.social.client.core.model that implement Model
 class ModelImpl
          ModelImpl implements Model.
 class RestActivityImpl
          Implementation of RestActivity.
 class RestActivityStreamImpl
          Implementation of RestActivityStream.
 class RestCommentImpl
          Implementation of RestComment.
 class RestIdentityImpl
          Implementation of RestIdentity.
 class RestLikeImpl
          Implementation of RestLike.
 class RestProfileImpl
          Implementation of RestProfile.
 

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

Methods in org.exoplatform.social.client.core.util with type parameters of type Model
static
<T extends Model>
List<T>
SocialJSONDecodingSupport.JSONArrayObjectParser(Class<T> clazz, org.apache.http.HttpResponse response)
           
static
<T extends Model>
List<T>
SocialJSONDecodingSupport.JSONArrayObjectParser(Class<T> clazz, String jsonArrayContent)
           
static
<T extends Model>
T
SocialJSONDecodingSupport.parser(Class<T> clazz, org.apache.http.HttpResponse response)
          Parse JSON text into java Model object from the input source.
static
<T extends Model>
T
SocialJSONDecodingSupport.parser(Class<T> clazz, String jsonContent)
          Parse JSON text into java Model object from the input source.
 

Methods in org.exoplatform.social.client.core.util with parameters of type Model
static byte[] SocialHttpClientSupport.convertModelToByteArray(Model model)
          Gets the byte array from Model object which provides to HttpPost to Rest Service.
static org.apache.http.HttpResponse SocialHttpClientSupport.executePost(String targetURL, SocialHttpClient.POLICY authPolicy, org.apache.http.params.HttpParams params, Model model)
          Invokes the social rest service via Post method
static org.apache.http.HttpResponse SocialHttpClientSupport.executePost(String targetURL, SocialHttpClient.POLICY authPolicy, Model model)
          Invokes the social rest service via Post method with Model is null and HttpParams.
 

Constructors in org.exoplatform.social.client.core.util with parameters of type Model
PropertyChangeSupport(Model source)
          Constructs a new PropertyChangeSupport object associated with the specified Model object.
 



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