org.apache.shindig.social.opensocial.service
Class SocialRequestItem

java.lang.Object
  extended by org.apache.shindig.protocol.BaseRequestItem
      extended by org.apache.shindig.social.opensocial.service.SocialRequestItem
All Implemented Interfaces:
RequestItem

public class SocialRequestItem
extends BaseRequestItem

Subclass with social specific extensions


Field Summary
 
Fields inherited from class org.apache.shindig.protocol.BaseRequestItem
token
 
Fields inherited from interface org.apache.shindig.protocol.RequestItem
APP_ID, APP_SUBSTITUTION_TOKEN, COUNT, DEFAULT_COUNT, DEFAULT_START_INDEX, FIELDS, FILTER_BY, FILTER_OPERATION, FILTER_VALUE, SORT_BY, SORT_ORDER, START_INDEX
 
Constructor Summary
SocialRequestItem(org.json.JSONObject parameters, Map<String,FormDataItem> formItems, SecurityToken token, BeanConverter converter, BeanJsonConverter jsonConverter)
           
SocialRequestItem(Map<String,String[]> parameters, SecurityToken token, BeanConverter converter, BeanJsonConverter jsonConverter)
           
 
Method Summary
 GroupId getGroup()
           
 String getSortBy()
           
 Set<UserId> getUsers()
           
 
Methods inherited from class org.apache.shindig.protocol.BaseRequestItem
getAppId, getAttribute, getCount, getFields, getFields, getFilterBy, getFilterOperation, getFilterValue, getFormMimePart, getListParameter, getParameter, getParameter, getSortOrder, getStartIndex, getToken, getTypedParameter, getTypedRequest, getUpdatedSince, setAttribute, setParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialRequestItem

public SocialRequestItem(Map<String,String[]> parameters,
                         SecurityToken token,
                         BeanConverter converter,
                         BeanJsonConverter jsonConverter)

SocialRequestItem

public SocialRequestItem(org.json.JSONObject parameters,
                         Map<String,FormDataItem> formItems,
                         SecurityToken token,
                         BeanConverter converter,
                         BeanJsonConverter jsonConverter)
Method Detail

getUsers

public Set<UserId> getUsers()

getGroup

public GroupId getGroup()

getSortBy

public String getSortBy()
Specified by:
getSortBy in interface RequestItem
Overrides:
getSortBy in class BaseRequestItem


Copyright © 2007-2012. All Rights Reserved.