Package org.exoplatform.social.service.rest

Provides the classes that are public and necessary to handle rest requests, processes and returns results with specific provided input type.

See:
          Description

Class Summary
ActivitiesRestService ActivitiesRestService.java
Provide rest services for activity gadget: like/unlike; comment; delete activity.
ActivitiesRestService.CommentList CommentList model
ActivitiesRestService.LikeList LikeList model
AppsRestService AppsRestService.java
Provides rest services for application registry gadget: shows application list.
AppsRestService.App Describes an Application entity from application registry service of portal.
This class is needed as a model for converter of the rest service.
AppsRestService.AppList List that contains applications from application registry service of portal
This class is needed as a model for converter of the rest service.
IdentityRestService The class IdentityRestService provides API to work with identity.
Like Model contain like detail information.
LinkShare LinkShare - gets preview information of a link including: - link - title - description - images - media (from popular sites: youtube, vimeo, flickr...) - low priority (NOT IMPLEMENTED YET) This should be implemented from the client side to display preview and media player.
LinkShareRequest LinkShareRequest.java - LikeShareRequest model
LinkShareRestService LinkShareRestService: gets information from a provided link.
POST: /rest/social/linkshare
PeopleRestService PeopleRestService.java < /br> Provides REST Services for manipulating jobs relates to people.
PeopleRestService.ConnectionInfoRestOut  
PeopleRestService.PeopleInfo PeopleInfo class.
PeopleRestService.UserInfo  
PeopleRestService.UserNameList UserNameList class.
RestChecker The utility class for flow checking on rest methods.
SecurityManager The security manager helper class for Social Rest APIs.
SpaceRest  
SpacesRestService SpacesRestService.java

Provides rest services for space gadget to display user's spaces and pending spaces.

SpacesRestService.SpaceList List that contains space from space service.
Need this class for converter from rest service.
SpacesRestService.SpaceNameList  
Util Util.java: utility class for rest
.
 

Enum Summary
PeopleRestService.ConnectionInfoRestOut.Field  
 

Package org.exoplatform.social.service.rest Description

Provides the classes that are public and necessary to handle rest requests, processes and returns results with specific provided input type.

The rest entities that provided are: ActivitiesRestService, AppsRestService, IdentityRestService, LinkShareRestService, PeopleRestService, SpacesRestService All entities such as people, spaces, activities and applications in system can be proceed via these rest services.



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.