| Methods in com.atlassian.confluence.rpc.soap that return RemoteSpace |
RemoteSpace |
XhtmlSoapService.addPersonalSpace(String token,
RemoteSpace space,
String username)
|
RemoteSpace |
WikiSoapService.addPersonalSpace(String token,
RemoteSpace space,
String username)
|
RemoteSpace |
ConfluenceSoapService.addPersonalSpace(String token,
RemoteSpace space,
String username)
|
RemoteSpace |
XhtmlSoapService.addPersonalSpaceWithDefaultPermissions(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 |
XhtmlSoapService.addSpace(String token,
RemoteSpace space)
|
RemoteSpace |
WikiSoapService.addSpace(String token,
RemoteSpace space)
|
RemoteSpace |
ConfluenceSoapService.addSpace(String token,
RemoteSpace space)
|
RemoteSpace |
XhtmlSoapService.addSpaceWithDefaultPermissions(String token,
RemoteSpace space)
|
RemoteSpace |
WikiSoapService.addSpaceWithDefaultPermissions(String token,
RemoteSpace space)
|
RemoteSpace |
ConfluenceSoapService.addSpaceWithDefaultPermissions(String token,
RemoteSpace space)
|
RemoteSpace |
XhtmlSoapService.getSpace(String token,
String spaceKey)
|
RemoteSpace |
WikiSoapService.getSpace(String token,
String spaceKey)
|
RemoteSpace |
ConfluenceSoapService.getSpace(String token,
String spaceKey)
|
RemoteSpace[] |
XhtmlSoapService.getSpacesContainingContentWithLabel(String token,
String labelName)
|
RemoteSpace[] |
WikiSoapService.getSpacesContainingContentWithLabel(String token,
String labelName)
|
RemoteSpace[] |
ConfluenceSoapService.getSpacesContainingContentWithLabel(String token,
String labelName)
Returns all Spaces that have content labelled with labelName |
RemoteSpace[] |
XhtmlSoapService.getSpacesWithLabel(String token,
String labelName)
|
RemoteSpace[] |
WikiSoapService.getSpacesWithLabel(String token,
String labelName)
|
RemoteSpace[] |
ConfluenceSoapService.getSpacesWithLabel(String token,
String labelName)
Returns an array of Spaces that have been labelled with labelName |
RemoteSpace |
XhtmlSoapService.storeSpace(String token,
RemoteSpace remoteSpace)
|
RemoteSpace |
WikiSoapService.storeSpace(String token,
RemoteSpace remoteSpace)
|
RemoteSpace |
ConfluenceSoapService.storeSpace(String token,
RemoteSpace remoteSpace)
Allows for modifying space details via the remote API. |
| Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteSpace |
RemoteSpace |
XhtmlSoapService.addPersonalSpace(String token,
RemoteSpace space,
String username)
|
RemoteSpace |
WikiSoapService.addPersonalSpace(String token,
RemoteSpace space,
String username)
|
RemoteSpace |
ConfluenceSoapService.addPersonalSpace(String token,
RemoteSpace space,
String username)
|
RemoteSpace |
XhtmlSoapService.addPersonalSpaceWithDefaultPermissions(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 |
XhtmlSoapService.addSpace(String token,
RemoteSpace space)
|
RemoteSpace |
WikiSoapService.addSpace(String token,
RemoteSpace space)
|
RemoteSpace |
ConfluenceSoapService.addSpace(String token,
RemoteSpace space)
|
RemoteSpace |
XhtmlSoapService.addSpaceWithDefaultPermissions(String token,
RemoteSpace space)
|
RemoteSpace |
WikiSoapService.addSpaceWithDefaultPermissions(String token,
RemoteSpace space)
|
RemoteSpace |
ConfluenceSoapService.addSpaceWithDefaultPermissions(String token,
RemoteSpace space)
|
RemoteSpace |
XhtmlSoapService.storeSpace(String token,
RemoteSpace remoteSpace)
|
RemoteSpace |
WikiSoapService.storeSpace(String token,
RemoteSpace remoteSpace)
|
RemoteSpace |
ConfluenceSoapService.storeSpace(String token,
RemoteSpace remoteSpace)
Allows for modifying space details via the remote API. |