Uses of Class
com.atlassian.crowd.integration.soap.SOAPNestableGroup

Packages that use SOAPNestableGroup
com.atlassian.crowd.service.soap.client   
com.atlassian.crowd.service.soap.server   
com.atlassian.crowd.util   
 

Uses of SOAPNestableGroup in com.atlassian.crowd.service.soap.client
 

Methods in com.atlassian.crowd.service.soap.client that return SOAPNestableGroup
 SOAPNestableGroup[] SecurityServerClientImpl.findAllGroupRelationships()
          Finds all of the groups who are visible in the application's assigned directory.
 SOAPNestableGroup[] SecurityServerClient.findAllGroupRelationships()
          Finds all of the groups who are visible in the application's assigned directory.
 

Uses of SOAPNestableGroup in com.atlassian.crowd.service.soap.server
 

Methods in com.atlassian.crowd.service.soap.server that return SOAPNestableGroup
 SOAPNestableGroup[] SecurityServer.findAllGroupRelationships(AuthenticatedToken applicationToken)
          Finds all of the groups who are visible in the application's assigned directory.
 

Uses of SOAPNestableGroup in com.atlassian.crowd.util
 

Methods in com.atlassian.crowd.util with parameters of type SOAPNestableGroup
static java.util.List<java.lang.String> NestingHelper.cacheGroupRelationships(SOAPNestableGroup[] allGroups, BasicCache cache)
          Takes a list of all groups, along with their direct children, and returns a list of group names.
 



Copyright © 2010 Atlassian. All Rights Reserved.