Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteSpaceGroup
-
Packages that use RemoteSpaceGroup Package Description 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 Modifier and Type Method Description RemoteSpaceGroupConfluenceSoapService. addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)Deprecated.since 5.9.RemoteSpaceGroupWikiSoapService. addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)RemoteSpaceGroupXhtmlSoapService. addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)RemoteSpaceGroupConfluenceSoapService. getSpaceGroup(String token, String spaceGroup)Deprecated.since 5.9.RemoteSpaceGroupWikiSoapService. getSpaceGroup(String token, String spaceGroup)RemoteSpaceGroupXhtmlSoapService. getSpaceGroup(String token, String spaceGroupKey)RemoteSpaceGroup[]ConfluenceSoapService. getSpaceGroups(String token)Deprecated.since 5.9.static RemoteSpaceGroup[]SoapUtils. getSpaceGroups(List spaceGroups)Deprecated.since 5.9.RemoteSpaceGroup[]WikiSoapService. getSpaceGroups(String token)RemoteSpaceGroup[]XhtmlSoapService. getSpaceGroups(String token)Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteSpaceGroup Modifier and Type Method Description RemoteSpaceGroupConfluenceSoapService. addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)Deprecated.since 5.9.RemoteSpaceGroupWikiSoapService. addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)RemoteSpaceGroupXhtmlSoapService. addSpaceGroup(String token, RemoteSpaceGroup spaceGroup) -
Uses of RemoteSpaceGroup in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return RemoteSpaceGroup Modifier and Type Method Description RemoteSpaceGroupSpacesSoapService. addSpaceGroup(RemoteSpaceGroup spaceGroup)Deprecated.since 5.9.RemoteSpaceGroupSpacesSoapService. getSpaceGroup(String spaceGroupKey)Deprecated.since 5.9.RemoteSpaceGroup[]SpacesSoapService. getSpaceGroups()Deprecated.since 5.9.Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteSpaceGroup Modifier and Type Method Description RemoteSpaceGroupSpacesSoapService. addSpaceGroup(RemoteSpaceGroup spaceGroup)Deprecated.since 5.9.
-