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

Packages that use SOAPNestableGroup
com.atlassian.crowd.service.soap   
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
 

Methods in com.atlassian.crowd.service.soap that return SOAPNestableGroup
static SOAPNestableGroup ObjectTranslator.processNestableGroup(Group group, java.util.List<java.lang.String> nestedGroupMembers)
           
static SOAPNestableGroup ObjectTranslator.processNestableGroup(SOAPNestableGroup group)
           
static SOAPNestableGroup[] ObjectTranslator.processSOAPGroupAndMemberNames(SOAPNestableGroup[] groups)
           
static SOAPNestableGroup[] ObjectTranslator.processSOAPNestableGroupAndMemberNames(java.util.Collection<SOAPNestableGroup> groups)
           
 

Methods in com.atlassian.crowd.service.soap with parameters of type SOAPNestableGroup
static SOAPNestableGroup ObjectTranslator.processNestableGroup(SOAPNestableGroup group)
           
static SOAPNestableGroup[] ObjectTranslator.processSOAPGroupAndMemberNames(SOAPNestableGroup[] groups)
           
 

Method parameters in com.atlassian.crowd.service.soap with type arguments of type SOAPNestableGroup
static SOAPNestableGroup[] ObjectTranslator.processSOAPNestableGroupAndMemberNames(java.util.Collection<SOAPNestableGroup> groups)
           
 

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[] SecurityServerGeneric.findAllGroupRelationships(AuthenticatedToken applicationToken)
           
 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 NestingHelper.getAllGroupNames(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.