Package | Description |
---|---|
com.atlassian.confluence.rpc.soap | |
com.atlassian.confluence.rpc.soap.services | |
com.atlassian.confluence.rpc.xmlrpc |
Modifier and Type | Method and Description |
---|---|
RemotePage |
XhtmlSoapService.getPage(String token,
long pageId) |
RemotePage |
ConfluenceSoapService.getPage(String token,
long pageId) |
RemotePage |
WikiSoapService.getPage(String token,
long pageId) |
RemotePage |
XhtmlSoapService.getPage(String token,
String spaceKey,
String pageTitle) |
RemotePage |
ConfluenceSoapService.getPage(String token,
String spaceKey,
String pageTitle) |
RemotePage |
WikiSoapService.getPage(String token,
String spaceKey,
String pageTitle) |
RemotePage |
XhtmlSoapService.storePage(String token,
RemotePage page) |
RemotePage |
ConfluenceSoapService.storePage(String token,
RemotePage page) |
RemotePage |
WikiSoapService.storePage(String token,
RemotePage page) |
RemotePage |
XhtmlSoapService.updatePage(String token,
RemotePage page,
RemotePageUpdateOptions options) |
RemotePage |
ConfluenceSoapService.updatePage(String token,
RemotePage page,
RemotePageUpdateOptions options) |
RemotePage |
WikiSoapService.updatePage(String token,
RemotePage page,
RemotePageUpdateOptions options) |
Modifier and Type | Method and Description |
---|---|
RemotePage |
XhtmlSoapService.storePage(String token,
RemotePage page) |
RemotePage |
ConfluenceSoapService.storePage(String token,
RemotePage page) |
RemotePage |
WikiSoapService.storePage(String token,
RemotePage page) |
RemotePage |
XhtmlSoapService.updatePage(String token,
RemotePage page,
RemotePageUpdateOptions options) |
RemotePage |
ConfluenceSoapService.updatePage(String token,
RemotePage page,
RemotePageUpdateOptions options) |
RemotePage |
WikiSoapService.updatePage(String token,
RemotePage page,
RemotePageUpdateOptions options) |
Modifier and Type | Method and Description |
---|---|
RemotePage |
PagesSoapService.getPage(long pageId) |
RemotePage |
PagesSoapService.getPage(String spaceKey,
String pageTitle) |
RemotePage |
PagesSoapService.storePage(RemotePage rpage) |
RemotePage |
PagesSoapService.updatePage(RemotePage rpage,
RemotePageUpdateOptions options) |
Modifier and Type | Method and Description |
---|---|
RemotePage |
PagesSoapService.storePage(RemotePage rpage) |
RemotePage |
PagesSoapService.updatePage(RemotePage rpage,
RemotePageUpdateOptions options) |
Modifier and Type | Method and Description |
---|---|
static RemotePage |
XmlRpcUtils.createRemotePageFromPageStruct(Hashtable pageStruct) |
Copyright © 2003–2019 Atlassian. All rights reserved.