Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemotePage

Packages that use RemotePage
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
 RemotePage XhtmlSoapService.getPage(java.lang.String token, long pageId)
           
 RemotePage WikiSoapService.getPage(java.lang.String token, long pageId)
           
 RemotePage ConfluenceSoapService.getPage(java.lang.String token, long pageId)
           
 RemotePage XhtmlSoapService.getPage(java.lang.String token, java.lang.String spaceKey, java.lang.String pageTitle)
           
 RemotePage WikiSoapService.getPage(java.lang.String token, java.lang.String spaceKey, java.lang.String pageTitle)
           
 RemotePage ConfluenceSoapService.getPage(java.lang.String token, java.lang.String spaceKey, java.lang.String pageTitle)
           
 RemotePage XhtmlSoapService.storePage(java.lang.String token, RemotePage page)
           
 RemotePage WikiSoapService.storePage(java.lang.String token, RemotePage page)
           
 RemotePage ConfluenceSoapService.storePage(java.lang.String token, RemotePage page)
           
 RemotePage XhtmlSoapService.updatePage(java.lang.String token, RemotePage page, RemotePageUpdateOptions options)
           
 RemotePage WikiSoapService.updatePage(java.lang.String token, RemotePage page, RemotePageUpdateOptions options)
           
 RemotePage ConfluenceSoapService.updatePage(java.lang.String token, RemotePage page, RemotePageUpdateOptions options)
           
 

Methods in com.atlassian.confluence.rpc.soap with parameters of type RemotePage
 RemotePage XhtmlSoapService.storePage(java.lang.String token, RemotePage page)
           
 RemotePage WikiSoapService.storePage(java.lang.String token, RemotePage page)
           
 RemotePage ConfluenceSoapService.storePage(java.lang.String token, RemotePage page)
           
 RemotePage XhtmlSoapService.updatePage(java.lang.String token, RemotePage page, RemotePageUpdateOptions options)
           
 RemotePage WikiSoapService.updatePage(java.lang.String token, RemotePage page, RemotePageUpdateOptions options)
           
 RemotePage ConfluenceSoapService.updatePage(java.lang.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
 RemotePage PagesSoapService.getPage(long pageId)
           
 RemotePage PagesSoapService.getPage(java.lang.String spaceKey, java.lang.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
 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
static RemotePage XmlRpcUtils.createRemotePageFromPageStruct(java.util.Hashtable pageStruct)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.