org.apache.shindig.social.opensocial.service
Class SocialRequestItem
java.lang.Object
org.apache.shindig.protocol.BaseRequestItem
org.apache.shindig.social.opensocial.service.SocialRequestItem
- All Implemented Interfaces:
- RequestItem
public class SocialRequestItem
- extends BaseRequestItem
Subclass with social specific extensions
| 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 |
| 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 |
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)
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.