| Package | Description |
|---|---|
| org.apache.shindig.social.core.model |
Core Social Model
|
| org.apache.shindig.social.core.util.atom | |
| org.apache.shindig.social.opensocial.spi |
The Social Service Provider Interface package
|
| org.apache.shindig.social.sample.spi |
Sample SPI 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.
|
Future<Person> |
PersonService.updatePerson(UserId id,
Person person,
SecurityToken token)
Updates person that corresponds to the passed in person id and updates him
|
| Modifier and Type | Method and Description |
|---|---|
Future<Person> |
PersonService.updatePerson(UserId id,
Person person,
SecurityToken token)
Updates person that corresponds to the passed in person id and updates him
|
| 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.
|
Future<Person> |
JsonDbOpensocialService.updatePerson(UserId id,
Person person,
SecurityToken token)
Updates person that corresponds to the passed in person id and updates him
|
| Modifier and Type | Method and Description |
|---|---|
Future<Person> |
JsonDbOpensocialService.updatePerson(UserId id,
Person person,
SecurityToken token)
Updates person that corresponds to the passed in person id and updates him
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.