| Package | Description |
|---|---|
| org.apache.shindig.social.core.model |
Core Social Model
Default implementations of the Social Model.
|
| org.apache.shindig.social.opensocial.spi |
The Social Service Provider Interface package
Interface and supporting classes that specify the service
provider interface between Shindig and the deployed SNS infrastructure.
|
| org.apache.shindig.social.sample.spi |
Sample SPI implementation
A Sample implementation of the SPI, using a JSON DB
implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupImpl
Default Implementation of the
Group model. |
| Modifier and Type | Method and Description |
|---|---|
Future<RestfulCollection<Group>> |
GroupService.getGroups(UserId userId,
CollectionOptions options,
Set<String> fields,
SecurityToken token) |
| Modifier and Type | Method and Description |
|---|---|
Future<RestfulCollection<Group>> |
JsonDbOpensocialService.getGroups(UserId userId,
CollectionOptions options,
Set<String> fields,
SecurityToken token) |
Copyright © 2007-2012. All Rights Reserved.