Uses of Class
com.atlassian.confluence.rpc.AlreadyExistsException

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

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

Methods in com.atlassian.confluence.rpc.soap that throw AlreadyExistsException
 RemoteSpace WikiSoapService.addPersonalSpace(String token, RemoteSpace space, String username)
           
 RemoteSpace ConfluenceSoapService.addPersonalSpace(String token, RemoteSpace space, String username)
           
 RemoteSpace WikiSoapService.addPersonalSpaceWithDefaultPermissions(String token, RemoteSpace space, String username)
           
 RemoteSpace ConfluenceSoapService.addPersonalSpaceWithDefaultPermissions(String token, RemoteSpace space, String username)
           
 RemoteSpace WikiSoapService.addSpace(String token, RemoteSpace space)
           
 RemoteSpace ConfluenceSoapService.addSpace(String token, RemoteSpace space)
           
 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
 RemoteSpace WikiSoapService.addSpaceWithDefaultPermissions(String token, RemoteSpace space)
           
 RemoteSpace ConfluenceSoapService.addSpaceWithDefaultPermissions(String token, RemoteSpace space)
           
 RemoteSpaceGroup XhtmlSoapService.getSpaceGroup(String token, String spaceGroupKey)
           
 RemoteSpaceGroup WikiSoapService.getSpaceGroup(String token, String spaceGroup)
           
 RemoteSpaceGroup ConfluenceSoapService.getSpaceGroup(String token, String spaceGroup)
           
 

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

Methods in com.atlassian.confluence.rpc.soap.services that throw AlreadyExistsException
protected  void SpacesSoapService.verifyPersonalSpaceCreation(ConfluenceUser user)
          Deprecated. since 4.2.7 will be removed in a future release
 



Copyright © 2003–2015 Atlassian. All rights reserved.