Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
-
Packages that use RemotePageSummary Package Description com.atlassian.confluence.rpc.soap com.atlassian.confluence.rpc.soap.beans com.atlassian.confluence.rpc.soap.services -
-
Uses of RemotePageSummary in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemotePageSummary Modifier and Type Method Description 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[]
WikiSoapService. getAncestors(String token, long pageId)
RemotePageSummary[]
XhtmlSoapService. getAncestors(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[]
WikiSoapService. getChildren(String token, long pageId)
RemotePageSummary[]
XhtmlSoapService. getChildren(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[]
WikiSoapService. getDescendents(String token, long pageId)
RemotePageSummary[]
XhtmlSoapService. getDescendents(String token, long pageId)
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.RemotePageSummary[]
WikiSoapService. getPages(String token, String spaceKey)
RemotePageSummary[]
XhtmlSoapService. getPages(String token, String spaceKey)
static RemotePageSummary[]
SoapUtils. getPageSummaries(List pages)
RemotePageSummary
ConfluenceSoapService. getPageSummary(String token, long pageId)
RemotePageSummary
ConfluenceSoapService. getPageSummary(String token, String spaceKey, String pageTitle)
RemotePageSummary
WikiSoapService. getPageSummary(String token, long pageId)
RemotePageSummary
WikiSoapService. getPageSummary(String token, String spaceKey, String pageTitle)
RemotePageSummary
XhtmlSoapService. getPageSummary(String token, long pageId)
RemotePageSummary
XhtmlSoapService. getPageSummary(String token, String spaceKey, String pageTitle)
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.RemotePageSummary[]
WikiSoapService. getTopLevelPages(String token, String spaceKey)
RemotePageSummary[]
XhtmlSoapService. getTopLevelPages(String token, String spaceKey)
-
Uses of RemotePageSummary in com.atlassian.confluence.rpc.soap.beans
Subclasses of RemotePageSummary in com.atlassian.confluence.rpc.soap.beans Modifier and Type Class Description class
RemotePage
-
Uses of RemotePageSummary in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return RemotePageSummary Modifier and Type Method 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)
-