Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemotePage
-
Packages that use RemotePage Package Description com.atlassian.confluence.rpc.soap com.atlassian.confluence.rpc.soap.services com.atlassian.confluence.rpc.xmlrpc -
-
Uses of RemotePage in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemotePage Modifier and Type Method Description RemotePageConfluenceSoapService. getPage(String token, long pageId)RemotePageConfluenceSoapService. getPage(String token, String spaceKey, String pageTitle)RemotePageWikiSoapService. getPage(String token, long pageId)RemotePageWikiSoapService. getPage(String token, String spaceKey, String pageTitle)RemotePageXhtmlSoapService. getPage(String token, long pageId)RemotePageXhtmlSoapService. getPage(String token, String spaceKey, String pageTitle)RemotePageConfluenceSoapService. storePage(String token, RemotePage page)RemotePageWikiSoapService. storePage(String token, RemotePage page)RemotePageXhtmlSoapService. storePage(String token, RemotePage page)RemotePageConfluenceSoapService. updatePage(String token, RemotePage page, RemotePageUpdateOptions options)RemotePageWikiSoapService. updatePage(String token, RemotePage page, RemotePageUpdateOptions options)RemotePageXhtmlSoapService. updatePage(String token, RemotePage page, RemotePageUpdateOptions options)Methods in com.atlassian.confluence.rpc.soap with parameters of type RemotePage Modifier and Type Method Description RemotePageConfluenceSoapService. storePage(String token, RemotePage page)RemotePageWikiSoapService. storePage(String token, RemotePage page)RemotePageXhtmlSoapService. storePage(String token, RemotePage page)RemotePageConfluenceSoapService. updatePage(String token, RemotePage page, RemotePageUpdateOptions options)RemotePageWikiSoapService. updatePage(String token, RemotePage page, RemotePageUpdateOptions options)RemotePageXhtmlSoapService. updatePage(String token, RemotePage page, RemotePageUpdateOptions options) -
Uses of RemotePage in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return RemotePage Modifier and Type Method Description RemotePagePagesSoapService. getPage(long pageId)RemotePagePagesSoapService. getPage(String spaceKey, String pageTitle)RemotePagePagesSoapService. storePage(RemotePage rpage)RemotePagePagesSoapService. updatePage(RemotePage rpage, RemotePageUpdateOptions options)Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemotePage Modifier and Type Method Description RemotePagePagesSoapService. storePage(RemotePage rpage)RemotePagePagesSoapService. updatePage(RemotePage rpage, RemotePageUpdateOptions options) -
Uses of RemotePage in com.atlassian.confluence.rpc.xmlrpc
Methods in com.atlassian.confluence.rpc.xmlrpc that return RemotePage Modifier and Type Method Description static RemotePageXmlRpcUtils. createRemotePageFromPageStruct(Hashtable pageStruct)
-