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 RemoteSpaceGroup
ConfluenceSoapService. addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
Deprecated.since 5.9.RemoteSpaceGroup
WikiSoapService. addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
RemoteSpaceGroup
XhtmlSoapService. addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
RemoteSpaceGroup
ConfluenceSoapService. getSpaceGroup(String token, String spaceGroup)
Deprecated.since 5.9.RemoteSpaceGroup
WikiSoapService. getSpaceGroup(String token, String spaceGroup)
RemoteSpaceGroup
XhtmlSoapService. 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 RemoteSpaceGroup
ConfluenceSoapService. addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
Deprecated.since 5.9.RemoteSpaceGroup
WikiSoapService. addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
RemoteSpaceGroup
XhtmlSoapService. 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 RemoteSpaceGroup
SpacesSoapService. addSpaceGroup(RemoteSpaceGroup spaceGroup)
Deprecated.since 5.9.RemoteSpaceGroup
SpacesSoapService. 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 RemoteSpaceGroup
SpacesSoapService. addSpaceGroup(RemoteSpaceGroup spaceGroup)
Deprecated.since 5.9.
-