|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PersonServiceException | |
|---|---|
| com.atlassian.gadgets.opensocial.spi | Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s). |
| com.atlassian.gadgets.refimpl | Provides an implementation of the SPI for the refapp. |
| Uses of PersonServiceException in com.atlassian.gadgets.opensocial.spi |
|---|
| Methods in com.atlassian.gadgets.opensocial.spi that throw PersonServiceException | |
|---|---|
Set<Person> |
PersonService.getPeople(Set<String> personIds,
Group group,
Set<String> fields,
OpenSocialRequestContext requestContext)
Returns a List corresponding to the group members of the passed in person IDs |
Person |
PersonService.getPerson(String personId,
Set<String> fields,
OpenSocialRequestContext requestContext)
Returns a Person corresponding to the personId |
| Uses of PersonServiceException in com.atlassian.gadgets.refimpl |
|---|
| Methods in com.atlassian.gadgets.refimpl that throw PersonServiceException | |
|---|---|
Set<Person> |
UserManagerPersonService.getPeople(Set<String> personIds,
Group group,
Set<String> fields,
OpenSocialRequestContext requestContext)
|
Person |
UserManagerPersonService.getPerson(String userId,
Set<String> fields,
OpenSocialRequestContext requestContext)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||