org.apache.shindig.social.opensocial.spi
Interface GroupService
- All Known Implementing Classes:
- JsonDbOpensocialService
public interface GroupService
A service for gathering group information for specific users.
- Since:
- 2.0.0
getGroups
Future<RestfulCollection<Group>> getGroups(UserId userId,
CollectionOptions options,
Set<String> fields,
SecurityToken token)
- Parameters:
userId - a userId objectoptions - search/sort/filtering optionsfields - Field search/sorttoken - a valid security token
- Returns:
- a collection of groups for a specific userId
Copyright © 2007-2012. All Rights Reserved.