public interface OpenSocialService
| Modifier and Type | Method and Description |
|---|---|
org.opensocial.models.Person |
getPerson(String userId)
Get the OpenSocial Person
|
org.opensocial.models.Person |
getPerson(String userId,
String onBehalfOfUserId)
Get the OpenSocial Person
|
List<org.opensocial.models.Person> |
getTeamMembers(String personId,
String groupId)
Get Team members;
|
List<org.opensocial.models.Person> |
getTeamMembers(String personId,
String onBehalfOfUserId,
String groupId)
Get Team members;
|
List<org.opensocial.models.Group> |
getTeams(String personId)
Get all of the groups for a person
|
List<org.opensocial.models.Group> |
getTeams(String personId,
String onBehalfOfUserId) |
List<org.opensocial.models.Person> getTeamMembers(String personId, String groupId)
groupId - the unique identifierPerson collection of the teamList<org.opensocial.models.Person> getTeamMembers(String personId, String onBehalfOfUserId, String groupId)
groupId - the unique identifierPerson collection of the teamList<org.opensocial.models.Group> getTeams(String personId)
personId - the unique identifier for the personGroup collection for the personorg.opensocial.models.Person getPerson(String userId)
userId - the unique identifierPersonorg.opensocial.models.Person getPerson(String userId, String onBehalfOfUserId)
userId - the unique identifierPersonCopyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.