|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Person | |
|---|---|
| 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 |
| Uses of Person in org.apache.shindig.social.core.model |
|---|
| Classes in org.apache.shindig.social.core.model that implement Person | |
|---|---|
class |
PersonImpl
Default Implementation of the Person object in the model. |
| Uses of Person in org.apache.shindig.social.core.util.atom |
|---|
| Constructors in org.apache.shindig.social.core.util.atom with parameters of type Person | |
|---|---|
AtomContent(Person person)
|
|
| Uses of Person in org.apache.shindig.social.opensocial.spi |
|---|
| Methods in org.apache.shindig.social.opensocial.spi that return types with arguments of type Person | |
|---|---|
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. |
| Uses of Person in org.apache.shindig.social.sample.spi |
|---|
| Methods in org.apache.shindig.social.sample.spi that return types with arguments of type Person | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||