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