Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteSpaceGroup

Packages that use RemoteSpaceGroup
com.atlassian.confluence.rpc.soap   
com.atlassian.confluence.rpc.soap.services   
 

Uses of RemoteSpaceGroup in com.atlassian.confluence.rpc.soap
 

Methods in com.atlassian.confluence.rpc.soap that return RemoteSpaceGroup
 RemoteSpaceGroup XhtmlSoapService.addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
           
 RemoteSpaceGroup WikiSoapService.addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
           
 RemoteSpaceGroup ConfluenceSoapService.addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
          Add a space Group to Confluence
 RemoteSpaceGroup XhtmlSoapService.getSpaceGroup(String token, String spaceGroupKey)
           
 RemoteSpaceGroup WikiSoapService.getSpaceGroup(String token, String spaceGroup)
           
 RemoteSpaceGroup ConfluenceSoapService.getSpaceGroup(String token, String spaceGroup)
           
static RemoteSpaceGroup[] SoapUtils.getSpaceGroups(List spaceGroups)
           
 RemoteSpaceGroup[] XhtmlSoapService.getSpaceGroups(String token)
           
 RemoteSpaceGroup[] WikiSoapService.getSpaceGroups(String token)
           
 RemoteSpaceGroup[] ConfluenceSoapService.getSpaceGroups(String token)
           
 

Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteSpaceGroup
 RemoteSpaceGroup XhtmlSoapService.addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
           
 RemoteSpaceGroup WikiSoapService.addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
           
 RemoteSpaceGroup ConfluenceSoapService.addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
          Add a space Group to Confluence
 

Uses of RemoteSpaceGroup in com.atlassian.confluence.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services that return RemoteSpaceGroup
 RemoteSpaceGroup SpacesSoapService.addSpaceGroup(RemoteSpaceGroup spaceGroup)
           
 RemoteSpaceGroup SpacesSoapService.getSpaceGroup(String spaceGroupKey)
           
 RemoteSpaceGroup[] SpacesSoapService.getSpaceGroups()
           
 

Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteSpaceGroup
 RemoteSpaceGroup SpacesSoapService.addSpaceGroup(RemoteSpaceGroup spaceGroup)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.