Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemotePage
Packages that use RemotePage
Package
Description
-
Uses of RemotePage in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemotePageModifier and TypeMethodDescriptionConfluenceSoapService.storePage
(String token, RemotePage page) WikiSoapService.storePage
(String token, RemotePage page) XhtmlSoapService.storePage
(String token, RemotePage page) ConfluenceSoapService.updatePage
(String token, RemotePage page, RemotePageUpdateOptions options) WikiSoapService.updatePage
(String token, RemotePage page, RemotePageUpdateOptions options) XhtmlSoapService.updatePage
(String token, RemotePage page, RemotePageUpdateOptions options) Methods in com.atlassian.confluence.rpc.soap with parameters of type RemotePageModifier and TypeMethodDescriptionConfluenceSoapService.storePage
(String token, RemotePage page) WikiSoapService.storePage
(String token, RemotePage page) XhtmlSoapService.storePage
(String token, RemotePage page) ConfluenceSoapService.updatePage
(String token, RemotePage page, RemotePageUpdateOptions options) WikiSoapService.updatePage
(String token, RemotePage page, RemotePageUpdateOptions options) XhtmlSoapService.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 RemotePageModifier and TypeMethodDescriptionPagesSoapService.getPage
(long pageId) PagesSoapService.storePage
(RemotePage rpage) PagesSoapService.updatePage
(RemotePage rpage, RemotePageUpdateOptions options) Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemotePageModifier and TypeMethodDescriptionPagesSoapService.storePage
(RemotePage rpage) PagesSoapService.updatePage
(RemotePage rpage, RemotePageUpdateOptions options) -
Uses of RemotePage in com.atlassian.confluence.rpc.xmlrpc
Methods in com.atlassian.confluence.rpc.xmlrpc that return RemotePageModifier and TypeMethodDescriptionstatic RemotePage
XmlRpcUtils.createRemotePageFromPageStruct
(Hashtable pageStruct)