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

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

Fields in com.atlassian.gadgets.opensocial.model declared as Group
static Group Group.ALL
           
static Group Group.FRIENDS
           
static Group Group.SELF
           
 

Methods in com.atlassian.gadgets.opensocial.model that return Group
static Group Group.of(String name)
          Retrieve the group corresponding to the specified name
 

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

Methods in com.atlassian.gadgets.opensocial.spi with parameters of type Group
 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 Group in com.atlassian.gadgets.refimpl
 

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



Copyright © 2012 Atlassian. All Rights Reserved.