Package | Description |
---|---|
com.atlassian.confluence.rpc.soap | |
com.atlassian.confluence.rpc.soap.beans | |
com.atlassian.confluence.rpc.soap.services |
Modifier and Type | Method and Description |
---|---|
RemotePageSummary[] |
XhtmlSoapService.getAncestors(String token,
long pageId) |
RemotePageSummary[] |
WikiSoapService.getAncestors(String token,
long pageId) |
RemotePageSummary[] |
ConfluenceSoapService.getAncestors(String token,
long pageId)
Returns all direct ancestor pages of the page with the given pageId the user authenticated by token is
allowed to view.
|
RemotePageSummary[] |
XhtmlSoapService.getChildren(String token,
long pageId) |
RemotePageSummary[] |
WikiSoapService.getChildren(String token,
long pageId) |
RemotePageSummary[] |
ConfluenceSoapService.getChildren(String token,
long pageId)
Returns all child pages of the page with the given pageId the user authenticated by token is
allowed to view.
|
RemotePageSummary[] |
XhtmlSoapService.getDescendents(String token,
long pageId) |
RemotePageSummary[] |
WikiSoapService.getDescendents(String token,
long pageId) |
RemotePageSummary[] |
ConfluenceSoapService.getDescendents(String token,
long pageId)
Returns all descendent pages of the page with the given pageId the user authenticated by token is
allowed to view.
|
RemotePageSummary[] |
XhtmlSoapService.getPages(String token,
String spaceKey) |
RemotePageSummary[] |
WikiSoapService.getPages(String token,
String spaceKey) |
RemotePageSummary[] |
ConfluenceSoapService.getPages(String token,
String spaceKey)
Returns all pages of the space with the given spaceKey the user authenticated by token is
allowed to view.
|
static RemotePageSummary[] |
SoapUtils.getPageSummaries(List pages) |
RemotePageSummary |
XhtmlSoapService.getPageSummary(String token,
long pageId) |
RemotePageSummary |
WikiSoapService.getPageSummary(String token,
long pageId) |
RemotePageSummary |
ConfluenceSoapService.getPageSummary(String token,
long pageId) |
RemotePageSummary |
XhtmlSoapService.getPageSummary(String token,
String spaceKey,
String pageTitle) |
RemotePageSummary |
WikiSoapService.getPageSummary(String token,
String spaceKey,
String pageTitle) |
RemotePageSummary |
ConfluenceSoapService.getPageSummary(String token,
String spaceKey,
String pageTitle) |
RemotePageSummary[] |
XhtmlSoapService.getTopLevelPages(String token,
String spaceKey) |
RemotePageSummary[] |
WikiSoapService.getTopLevelPages(String token,
String spaceKey) |
RemotePageSummary[] |
ConfluenceSoapService.getTopLevelPages(String token,
String spaceKey)
Returns all top level pages of the space with the given spaceKey the user authenticated by token is
allowed to view.
|
Modifier and Type | Class and Description |
---|---|
class |
RemotePage |
Modifier and Type | Method and Description |
---|---|
RemotePageSummary[] |
PagesSoapService.getAncestors(long pageId) |
RemotePageSummary[] |
PagesSoapService.getChildren(long pageId) |
RemotePageSummary[] |
PagesSoapService.getDescendents(long pageId) |
RemotePageSummary[] |
PagesSoapService.getPages(String spaceKey) |
RemotePageSummary |
PagesSoapService.getPageSummary(long pageId) |
RemotePageSummary |
PagesSoapService.getPageSummary(String spaceKey,
String pageTitle) |
RemotePageSummary[] |
PagesSoapService.getTopLevelPages(String spaceKey) |
Copyright © 2003–2015 Atlassian. All rights reserved.