Uses of Class
com.atlassian.gadgets.opensocial.model.Person

Packages that use Person
com.atlassian.gadgets.opensocial.model   
com.atlassian.gadgets.opensocial.spi Contains the service provider interfaces (SPIs) for OpenSocial requests. 
com.atlassian.gadgets.refimpl Provides an implementation of the SPI for the refapp. 
 

Uses of Person in com.atlassian.gadgets.opensocial.model
 

Methods in com.atlassian.gadgets.opensocial.model that return Person
 Person Person.Builder.build()
          Build the Person
 

Constructors in com.atlassian.gadgets.opensocial.model with parameters of type Person
Person.Builder(Person person)
          Create a builder initialized with the values from the specified person argument
 

Uses of Person in com.atlassian.gadgets.opensocial.spi
 

Methods in com.atlassian.gadgets.opensocial.spi that return Person
 Person PersonService.getPerson(String personId, OpenSocialRequestContext requestContext)
          Returns a Person corresponding to the personId
 

Methods in com.atlassian.gadgets.opensocial.spi that return types with arguments of type Person
 Set<Person> PersonService.getPeople(Set<String> personIds, Group group, OpenSocialRequestContext requestContext)
          Returns a List corresponding to the group members of the passed in person IDs
 

Uses of Person in com.atlassian.gadgets.refimpl
 

Methods in com.atlassian.gadgets.refimpl that return Person
 Person UserManagerPersonService.getPerson(String userId, OpenSocialRequestContext requestContext)
           
 

Methods in com.atlassian.gadgets.refimpl that return types with arguments of type Person
 Set<Person> UserManagerPersonService.getPeople(Set<String> personIds, Group group, OpenSocialRequestContext requestContext)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.