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

Method Summary
 Future<RestfulCollection<Group>> getGroups(UserId userId, CollectionOptions options, Set<String> fields, SecurityToken token)
           
 

Method Detail

getGroups

Future<RestfulCollection<Group>> getGroups(UserId userId,
                                           CollectionOptions options,
                                           Set<String> fields,
                                           SecurityToken token)
Parameters:
userId - a userId object
options - search/sort/filtering options
fields - Field search/sort
token - a valid security token
Returns:
a collection of groups for a specific userId


Copyright © 2007-2012. All Rights Reserved.