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

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

Uses of Group in com.atlassian.gadgets.opensocial
 

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

Methods in com.atlassian.gadgets.opensocial 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, Set<String> fields, 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, Set<String> fields, OpenSocialRequestContext requestContext)
           
 



Copyright © 2009 Atlassian. All Rights Reserved.