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)RemotePageSummaryConfluenceSoapService. getPageSummary(String token, long pageId)RemotePageSummaryConfluenceSoapService. getPageSummary(String token, String spaceKey, String pageTitle)RemotePageSummaryWikiSoapService. getPageSummary(String token, long pageId)RemotePageSummaryWikiSoapService. getPageSummary(String token, String spaceKey, String pageTitle)RemotePageSummaryXhtmlSoapService. getPageSummary(String token, long pageId)RemotePageSummaryXhtmlSoapService. 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 classRemotePage -
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)RemotePageSummaryPagesSoapService. getPageSummary(long pageId)RemotePageSummaryPagesSoapService. getPageSummary(String spaceKey, String pageTitle)RemotePageSummary[]PagesSoapService. getTopLevelPages(String spaceKey)
-