Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemotePageUpdateOptions
-
Packages that use RemotePageUpdateOptions Package Description com.atlassian.confluence.rpc.soap com.atlassian.confluence.rpc.soap.services -
-
Uses of RemotePageUpdateOptions in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap with parameters of type RemotePageUpdateOptions Modifier and Type Method Description 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 RemotePageUpdateOptions in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemotePageUpdateOptions Modifier and Type Method Description RemotePage
PagesSoapService. updatePage(RemotePage rpage, RemotePageUpdateOptions options)
-