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

Packages that use Person
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.opensocial.spi.model   
com.atlassian.gadgets.refimpl Provides an implementation of the SPI for the refapp. 
 

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

Methods in com.atlassian.gadgets.opensocial.spi that return Person
 Person PersonService.getPerson(String personId, Set<String> fields, 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, Set<String> fields, OpenSocialRequestContext requestContext)
          Returns a List corresponding to the group members of the passed in person IDs
 Map<Person,Map<String,String>> AppDataService.getPeopleData(Set<Person> people, AppId appId, Set<String> fields, OpenSocialRequestContext requestContext)
          Fetch the application data for the specified people
 

Methods in com.atlassian.gadgets.opensocial.spi with parameters of type Person
 Activity ActivityService.createActivity(Person person, AppId appId, Activity activity, OpenSocialRequestContext requestContext)
          Creates the passed in activity for the passed in user and group.
 void ActivityService.deleteActivities(Person person, AppId appId, Set<String> activityIds, OpenSocialRequestContext token)
          Deletes the activity for the passed in person that corresponds to the activityIds.
 void AppDataService.deletePersonData(Person person, AppId appId, Set<String> fields, OpenSocialRequestContext requestContext)
          Delete all application data for the specified person
 List<Activity> ActivityService.getActivities(Person person, AppId appId, Set<String> fields, Set<String> activityIds, OpenSocialRequestContext requestContext)
          Returns a list of activities for the passed in person that corresponds to a list of activityIds.
 Activity ActivityService.getActivity(Person person, AppId appId, Set<String> fields, String activityId, OpenSocialRequestContext requestContext)
          Returns an activity for the passed in person that corresponds to an activityId
 void AppDataService.updatePersonData(Person person, AppId appId, Map<String,String> values, OpenSocialRequestContext requestContext)
          Update application data for the specified person.
 

Method parameters in com.atlassian.gadgets.opensocial.spi with type arguments of type Person
 List<Activity> ActivityService.getActivities(Set<Person> people, AppId appId, Set<String> fields, OpenSocialRequestContext requestContext)
          Returns a list of activities that correspond to the passed in users
 Map<Person,Map<String,String>> AppDataService.getPeopleData(Set<Person> people, AppId appId, Set<String> fields, OpenSocialRequestContext requestContext)
          Fetch the application data for the specified people
 

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

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

Constructors in com.atlassian.gadgets.opensocial.spi.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.refimpl
 

Methods in com.atlassian.gadgets.refimpl that return Person
 Person UserManagerPersonService.getPerson(String userId, Set<String> fields, 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, Set<String> fields, OpenSocialRequestContext requestContext)
           
 Map<Person,Map<String,String>> PluginSettingsAppDataService.getPeopleData(Set<Person> people, AppId appId, Set<String> fields, OpenSocialRequestContext requestContext)
           
 

Methods in com.atlassian.gadgets.refimpl with parameters of type Person
 Activity PluginSettingsActivityService.createActivity(Person person, AppId appId, Activity activity, OpenSocialRequestContext requestContext)
           
 void PluginSettingsActivityService.deleteActivities(Person person, AppId appId, Set<String> activityIds, OpenSocialRequestContext requestContext)
           
 void PluginSettingsAppDataService.deletePersonData(Person person, AppId appId, Set<String> fields, OpenSocialRequestContext requestContext)
           
 List<Activity> PluginSettingsActivityService.getActivities(Person person, AppId appId, Set<String> fields, Set<String> activityIds, OpenSocialRequestContext requestContext)
           
 Activity PluginSettingsActivityService.getActivity(Person person, AppId appId, Set<String> fields, String activityId, OpenSocialRequestContext requestContext)
           
 void PluginSettingsAppDataService.updatePersonData(Person person, AppId appId, Map<String,String> values, OpenSocialRequestContext requestContext)
           
 

Method parameters in com.atlassian.gadgets.refimpl with type arguments of type Person
 List<Activity> PluginSettingsActivityService.getActivities(Set<Person> people, AppId appId, Set<String> fields, OpenSocialRequestContext requestContext)
           
 Map<Person,Map<String,String>> PluginSettingsAppDataService.getPeopleData(Set<Person> people, AppId appId, Set<String> fields, OpenSocialRequestContext requestContext)
           
 



Copyright © 2009 Atlassian. All Rights Reserved.