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

Packages that use PersonId
com.atlassian.gadgets.opensocial.spi.model   
 

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

Methods in com.atlassian.gadgets.opensocial.spi.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.spi.model with parameters of type PersonId
 Person.Builder Person.Builder.personId(PersonId personId)
          Set the PersonId of the Person being constructed
 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.
 



Copyright © 2009 Atlassian. All Rights Reserved.