Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
Packages that use RemotePageSummary
Package
Description
-
Uses of RemotePageSummary in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemotePageSummaryModifier and TypeMethodDescriptionConfluenceSoapService.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.WikiSoapService.getAncestors
(String token, long pageId) XhtmlSoapService.getAncestors
(String token, long pageId) 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.WikiSoapService.getChildren
(String token, long pageId) XhtmlSoapService.getChildren
(String token, long pageId) 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.WikiSoapService.getDescendents
(String token, long pageId) XhtmlSoapService.getDescendents
(String token, long pageId) 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) ConfluenceSoapService.getPageSummary
(String token, long pageId) ConfluenceSoapService.getPageSummary
(String token, String spaceKey, String pageTitle) WikiSoapService.getPageSummary
(String token, long pageId) WikiSoapService.getPageSummary
(String token, String spaceKey, String pageTitle) XhtmlSoapService.getPageSummary
(String token, long pageId) XhtmlSoapService.getPageSummary
(String token, String spaceKey, String pageTitle) 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.WikiSoapService.getTopLevelPages
(String token, String spaceKey) 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 -
Uses of RemotePageSummary in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return RemotePageSummaryModifier and TypeMethodDescriptionPagesSoapService.getAncestors
(long pageId) PagesSoapService.getChildren
(long pageId) PagesSoapService.getDescendents
(long pageId) PagesSoapService.getPageSummary
(long pageId) PagesSoapService.getPageSummary
(String spaceKey, String pageTitle) PagesSoapService.getTopLevelPages
(String spaceKey)