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

Packages that use PersonId
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 PersonId in com.atlassian.gadgets.opensocial.model
 

Methods in com.atlassian.gadgets.opensocial.model that return PersonId
 PersonId Person.getPersonId()
          A (unique) username/id for this person
 PersonId Activity.getUserId()
          Get the id of the user who this activity is for.
static PersonId PersonId.valueOf(String id)
          Convert the String value to a PersonId object.
 

Methods in com.atlassian.gadgets.opensocial.model with parameters of type PersonId
 Activity.Builder Activity.Builder.userId(PersonId userId)
          Set the user id of the Activity under construction and return this Builder to allow further construction to be done.
 

Constructors in com.atlassian.gadgets.opensocial.model with parameters of type PersonId
Person.Builder(PersonId personId)
          Create a builder with the given the PersonId for the Person to be constructed
 

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

Methods in com.atlassian.gadgets.opensocial.spi that return types with arguments of type PersonId
 Map<PersonId,Map<String,String>> AppDataService.getPeopleData(Set<PersonId> people, AppId appId, OpenSocialRequestContext requestContext)
          Fetch the application data for the specified people and all fields
 Map<PersonId,Map<String,String>> AppDataService.getPeopleData(Set<PersonId> 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 PersonId
 Activity ActivityService.createActivity(PersonId personId, AppId appId, Activity activity, OpenSocialRequestContext requestContext)
          Creates the passed in activity for the passed in user and group.
 void ActivityService.deleteActivities(PersonId personId, AppId appId, Set<String> activityIds, OpenSocialRequestContext token)
          Deletes the activity for the passed in person that corresponds to the activityIds.
 void AppDataService.deletePersonData(PersonId personId, AppId appId, OpenSocialRequestContext requestContext)
          Delete all application data for the specified person and all fields
 void AppDataService.deletePersonData(PersonId personId, AppId appId, Set<String> fields, OpenSocialRequestContext requestContext)
          Delete all application data for the specified person and fields
 List<Activity> ActivityService.getActivities(PersonId personId, AppId appId, 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(PersonId personId, AppId appId, String activityId, OpenSocialRequestContext requestContext)
          Returns an activity for the passed in person that corresponds to an activityId
 void AppDataService.updatePersonData(PersonId personId, AppId appId, Map<String,String> values, OpenSocialRequestContext requestContext)
          Update (add or modify) application data for the specified person with the specified field / value pairs.
 

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

Uses of PersonId in com.atlassian.gadgets.refimpl
 

Methods in com.atlassian.gadgets.refimpl that return types with arguments of type PersonId
 Map<PersonId,Map<String,String>> PluginSettingsAppDataService.getPeopleData(Set<PersonId> people, AppId appId, OpenSocialRequestContext requestContext)
           
 Map<PersonId,Map<String,String>> PluginSettingsAppDataService.getPeopleData(Set<PersonId> people, AppId appId, Set<String> fields, OpenSocialRequestContext requestContext)
           
 

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

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



Copyright © 2012 Atlassian. All Rights Reserved.