Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteSpaceSummary
-
Packages that use RemoteSpaceSummary Package Description com.atlassian.confluence.rpc.soap com.atlassian.confluence.rpc.soap.beans com.atlassian.confluence.rpc.soap.services -
-
Uses of RemoteSpaceSummary in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemoteSpaceSummary Modifier and Type Method Description RemoteSpaceSummary[]
ConfluenceSoapService. getSpaces(String token)
RemoteSpaceSummary[]
WikiSoapService. getSpaces(String token)
RemoteSpaceSummary[]
XhtmlSoapService. getSpaces(String token)
RemoteSpaceSummary[]
ConfluenceSoapService. getSpacesInGroup(String token, String spaceGroupKey)
RemoteSpaceSummary[]
WikiSoapService. getSpacesInGroup(String token, String spaceGroupKey)
RemoteSpaceSummary[]
XhtmlSoapService. getSpacesInGroup(String token, String spaceGroupKey)
static RemoteSpaceSummary[]
SoapUtils. getSpaceSummaries(List spaces)
-
Uses of RemoteSpaceSummary in com.atlassian.confluence.rpc.soap.beans
Subclasses of RemoteSpaceSummary in com.atlassian.confluence.rpc.soap.beans Modifier and Type Class Description class
RemoteSpace
-
Uses of RemoteSpaceSummary in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return RemoteSpaceSummary Modifier and Type Method Description RemoteSpaceSummary[]
SpacesSoapService. getSpaces()
RemoteSpaceSummary[]
SpacesSoapService. getSpacesInGroup(String groupKey)
Deprecated.since 5.9.
-