| Package | Description |
|---|---|
| org.apache.shindig.social.core.model |
Core Social Model
Default implementations of the Social Model.
|
| org.apache.shindig.social.core.util.atom | |
| 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 |
PersonImpl
Default Implementation of the Person object in the model.
|
| Constructor and Description |
|---|
AtomContent(Person person) |
| Modifier and Type | Method and Description |
|---|---|
Future<RestfulCollection<Person>> |
PersonService.getPeople(Set<UserId> userIds,
GroupId groupId,
CollectionOptions collectionOptions,
Set<String> fields,
SecurityToken token)
Returns a list of people that correspond to the passed in person ids.
|
Future<Person> |
PersonService.getPerson(UserId id,
Set<String> fields,
SecurityToken token)
Returns a person that corresponds to the passed in person id.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RestfulCollection<Person>> |
JsonDbOpensocialService.getPeople(Set<UserId> userIds,
GroupId groupId,
CollectionOptions options,
Set<String> fields,
SecurityToken token)
Returns a list of people that correspond to the passed in person ids.
|
Future<Person> |
JsonDbOpensocialService.getPerson(UserId id,
Set<String> fields,
SecurityToken token)
Returns a person that corresponds to the passed in person id.
|
Copyright © 2007-2012. All Rights Reserved.