| Package | Description |
|---|---|
| org.exoplatform.social.client.api.model | |
| org.exoplatform.social.client.api.util |
| Modifier and Type | Class and Description |
|---|---|
class |
RestActivity
eXo Social Activity model based on OpenSocial Activity Spec 0.8.1:
http://www.
|
class |
RestActivityStream
Activity Stream model.
|
class |
RestComment
The RestComment model.
|
class |
RestIdentity
eXo Social Identity.
|
class |
RestLike
The like item of an activity.
|
class |
RestProfile
eXo Social Profile Model: for information for identities.
|
class |
RestSpace
Created by The eXo Platform SAS Author : Philippe Aristote
paristote@exoplatform.com Apr 21, 2015
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Model> |
SocialJSONDecodingSupport.JSONArrayObjectParser(Class<T> clazz,
org.apache.http.HttpResponse response) |
static <T extends Model> |
SocialJSONDecodingSupport.JSONArrayObjectParser(Class<T> clazz,
String jsonArrayContent) |
static <T extends Model> |
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> |
SocialJSONDecodingSupport.parser(Class<T> clazz,
String jsonContent)
Parse JSON text into java Model object from the input source.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Constructor and Description |
|---|
PropertyChangeSupport(Model source)
Constructs a new
PropertyChangeSupport object associated with
the specified Model object. |
Copyright © 2011–2015 eXo Platform SAS. All rights reserved.