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 RemotePage
ConfluenceSoapService. getPage(String token, long pageId)
RemotePage
ConfluenceSoapService. getPage(String token, String spaceKey, String pageTitle)
RemotePage
WikiSoapService. getPage(String token, long pageId)
RemotePage
WikiSoapService. getPage(String token, String spaceKey, String pageTitle)
RemotePage
XhtmlSoapService. getPage(String token, long pageId)
RemotePage
XhtmlSoapService. getPage(String token, String spaceKey, String pageTitle)
RemotePage
ConfluenceSoapService. storePage(String token, RemotePage page)
RemotePage
WikiSoapService. storePage(String token, RemotePage page)
RemotePage
XhtmlSoapService. storePage(String token, RemotePage page)
RemotePage
ConfluenceSoapService. updatePage(String token, RemotePage page, RemotePageUpdateOptions options)
RemotePage
WikiSoapService. updatePage(String token, RemotePage page, RemotePageUpdateOptions options)
RemotePage
XhtmlSoapService. updatePage(String token, RemotePage page, RemotePageUpdateOptions options)
Methods in com.atlassian.confluence.rpc.soap with parameters of type RemotePage Modifier and Type Method Description RemotePage
ConfluenceSoapService. storePage(String token, RemotePage page)
RemotePage
WikiSoapService. storePage(String token, RemotePage page)
RemotePage
XhtmlSoapService. storePage(String token, RemotePage page)
RemotePage
ConfluenceSoapService. updatePage(String token, RemotePage page, RemotePageUpdateOptions options)
RemotePage
WikiSoapService. updatePage(String token, RemotePage page, RemotePageUpdateOptions options)
RemotePage
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 RemotePage Modifier and Type Method Description RemotePage
PagesSoapService. getPage(long pageId)
RemotePage
PagesSoapService. getPage(String spaceKey, String pageTitle)
RemotePage
PagesSoapService. storePage(RemotePage rpage)
RemotePage
PagesSoapService. updatePage(RemotePage rpage, RemotePageUpdateOptions options)
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemotePage Modifier and Type Method Description RemotePage
PagesSoapService. storePage(RemotePage rpage)
RemotePage
PagesSoapService. 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 RemotePage
XmlRpcUtils. createRemotePageFromPageStruct(Hashtable pageStruct)
-