Uses of Class
com.atlassian.confluence.rpc.AlreadyExistsException
-
Packages that use AlreadyExistsException Package Description 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 Modifier and Type Method Description RemoteSpaceWikiSoapService. addPersonalSpace(String token, RemoteSpace space, String username)RemoteSpaceWikiSoapService. addPersonalSpaceWithDefaultPermissions(String token, RemoteSpace space, String username)RemoteSpaceWikiSoapService. addSpace(String token, RemoteSpace space)RemoteSpaceGroupWikiSoapService. addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)RemoteSpaceWikiSoapService. addSpaceWithDefaultPermissions(String token, RemoteSpace space)RemoteSpaceGroupWikiSoapService. 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 Modifier and Type Method Description protected voidSpacesSoapService. verifyPersonalSpaceCreation(ConfluenceUser user)Deprecated.since 4.2.7 will be removed in a future release
-