Methods in com.atlassian.confluence.rpc.soap that return RemotePageSummary |
RemotePageSummary[] |
XhtmlSoapService.getAncestors(java.lang.String token,
long pageId)
|
RemotePageSummary[] |
WikiSoapService.getAncestors(java.lang.String token,
long pageId)
|
RemotePageSummary[] |
ConfluenceSoapService.getAncestors(java.lang.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(java.lang.String token,
long pageId)
|
RemotePageSummary[] |
WikiSoapService.getChildren(java.lang.String token,
long pageId)
|
RemotePageSummary[] |
ConfluenceSoapService.getChildren(java.lang.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(java.lang.String token,
long pageId)
|
RemotePageSummary[] |
WikiSoapService.getDescendents(java.lang.String token,
long pageId)
|
RemotePageSummary[] |
ConfluenceSoapService.getDescendents(java.lang.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(java.lang.String token,
java.lang.String spaceKey)
|
RemotePageSummary[] |
WikiSoapService.getPages(java.lang.String token,
java.lang.String spaceKey)
|
RemotePageSummary[] |
ConfluenceSoapService.getPages(java.lang.String token,
java.lang.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(java.util.List pages)
|
RemotePageSummary |
XhtmlSoapService.getPageSummary(java.lang.String token,
long pageId)
|
RemotePageSummary |
WikiSoapService.getPageSummary(java.lang.String token,
long pageId)
|
RemotePageSummary |
ConfluenceSoapService.getPageSummary(java.lang.String token,
long pageId)
|
RemotePageSummary |
XhtmlSoapService.getPageSummary(java.lang.String token,
java.lang.String spaceKey,
java.lang.String pageTitle)
|
RemotePageSummary |
WikiSoapService.getPageSummary(java.lang.String token,
java.lang.String spaceKey,
java.lang.String pageTitle)
|
RemotePageSummary |
ConfluenceSoapService.getPageSummary(java.lang.String token,
java.lang.String spaceKey,
java.lang.String pageTitle)
|
RemotePageSummary[] |
XhtmlSoapService.getTopLevelPages(java.lang.String token,
java.lang.String spaceKey)
|
RemotePageSummary[] |
WikiSoapService.getTopLevelPages(java.lang.String token,
java.lang.String spaceKey)
|
RemotePageSummary[] |
ConfluenceSoapService.getTopLevelPages(java.lang.String token,
java.lang.String spaceKey)
Returns all top level pages of the space with the given spaceKey the user authenticated by token is
allowed to view. |