Uses of Class
com.atlassian.crowd.plugin.rest.admin.model.RestGroup

Packages that use RestGroup
com.atlassian.crowd.acceptance.tests.rest   
com.atlassian.crowd.plugin.rest.admin.controller   
com.atlassian.crowd.plugin.rest.admin.model   
com.atlassian.crowd.plugin.rest.admin.resources   
 

Uses of RestGroup in com.atlassian.crowd.acceptance.tests.rest
 

Methods in com.atlassian.crowd.acceptance.tests.rest that return RestGroup
static RestGroup RestObjectTemplate.getGroup(String name, String description, String type)
           
 

Uses of RestGroup in com.atlassian.crowd.plugin.rest.admin.controller
 

Methods in com.atlassian.crowd.plugin.rest.admin.controller that return RestGroup
 RestGroup GroupsController.getGroup(Directory directory, String groupName)
          Returns the group with the specified name
 

Methods in com.atlassian.crowd.plugin.rest.admin.controller with parameters of type RestGroup
 void GroupsController.addGroup(Directory directory, RestGroup group)
          Adds a group to the directory in question, if the directory permissions allow.
static GroupTemplate RestObjectTranslator.getCrowdGroup(RestGroup restGroup, Directory directory)
           
static void RestObjectTranslator.updateCrowdGroup(RestGroup restGroup, GroupTemplate groupTemplate)
           
 void GroupsController.updateGroup(Directory directory, RestGroup group)
          Updates a group, based on their identifier, if directory permissions allow.
 

Uses of RestGroup in com.atlassian.crowd.plugin.rest.admin.model
 

Methods in com.atlassian.crowd.plugin.rest.admin.model that return types with arguments of type RestGroup
 Collection<RestGroup> RestGroups.getGroups()
           
 

Uses of RestGroup in com.atlassian.crowd.plugin.rest.admin.resources
 

Methods in com.atlassian.crowd.plugin.rest.admin.resources with parameters of type RestGroup
 javax.ws.rs.core.Response DirectoryGroups.addGroup(javax.ws.rs.core.UriInfo uriInfo, String directoryName, RestGroup newGroup)
          Create a group in the directory from a HTTP POST.
 javax.ws.rs.core.Response UserMembershipsResource.addMembership(RestGroup group)
           
 javax.ws.rs.core.Response GroupSubResource.updateGroup(RestGroup updatedGroup)
           
 



Copyright © 2010 Atlassian Pty Ltd. All Rights Reserved.