Package | Description |
---|---|
com.atlassian.confluence.rpc.soap | |
com.atlassian.confluence.rpc.soap.services |
Modifier and Type | Method and Description |
---|---|
RemoteSpace |
WikiSoapService.addPersonalSpace(String token,
RemoteSpace space,
String username) |
RemoteSpace |
ConfluenceSoapService.addPersonalSpace(String token,
RemoteSpace space,
String username) |
RemoteSpace |
XhtmlSoapService.addPersonalSpace(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.addPersonalSpaceWithDefaultPermissions(String token,
RemoteSpace space,
String username) |
RemoteSpace |
WikiSoapService.addSpace(String token,
RemoteSpace space) |
RemoteSpace |
ConfluenceSoapService.addSpace(String token,
RemoteSpace space) |
RemoteSpace |
XhtmlSoapService.addSpace(String token,
RemoteSpace space) |
RemoteSpace |
WikiSoapService.addSpaceWithDefaultPermissions(String token,
RemoteSpace space) |
RemoteSpace |
ConfluenceSoapService.addSpaceWithDefaultPermissions(String token,
RemoteSpace space) |
RemoteSpace |
XhtmlSoapService.addSpaceWithDefaultPermissions(String token,
RemoteSpace space) |
RemoteSpace |
WikiSoapService.getSpace(String token,
String spaceKey) |
RemoteSpace |
ConfluenceSoapService.getSpace(String token,
String spaceKey) |
RemoteSpace |
XhtmlSoapService.getSpace(String token,
String spaceKey) |
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.getSpacesContainingContentWithLabel(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.getSpacesWithLabel(String token,
String labelName) |
RemoteSpace |
WikiSoapService.storeSpace(String token,
RemoteSpace remoteSpace) |
RemoteSpace |
ConfluenceSoapService.storeSpace(String token,
RemoteSpace remoteSpace)
Allows for modifying space details via the remote API.
|
RemoteSpace |
XhtmlSoapService.storeSpace(String token,
RemoteSpace remoteSpace) |
Modifier and Type | Method and Description |
---|---|
RemoteSpace |
SpacesSoapService.addPersonalSpace(RemoteSpace space,
String username) |
RemoteSpace |
SpacesSoapService.addPersonalSpaceWithDefaultPermissions(RemoteSpace space,
String username) |
RemoteSpace |
SpacesSoapService.addSpace(RemoteSpace space) |
RemoteSpace |
SpacesSoapService.addSpaceWithDefaultPermissions(RemoteSpace space) |
RemoteSpace |
SpacesSoapService.getSpace(String spaceKey) |
RemoteSpace[] |
LabelsSoapService.getSpacesContainingContentWithLabel(String labelName) |
RemoteSpace[] |
LabelsSoapService.getSpacesWithLabel(String labelName) |
RemoteSpace |
SpacesSoapService.storeSpace(RemoteSpace remoteSpace) |
Modifier and Type | Method and Description |
---|---|
RemoteSpace |
SpacesSoapService.addPersonalSpace(RemoteSpace space,
String username) |
RemoteSpace |
SpacesSoapService.addPersonalSpaceWithDefaultPermissions(RemoteSpace space,
String username) |
RemoteSpace |
SpacesSoapService.addSpace(RemoteSpace space) |
RemoteSpace |
SpacesSoapService.addSpaceWithDefaultPermissions(RemoteSpace space) |
RemoteSpace |
SpacesSoapService.storeSpace(RemoteSpace remoteSpace) |
Copyright © 2003–2019 Atlassian. All rights reserved.