Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemotePageHistory
-
Packages that use RemotePageHistory Package Description com.atlassian.confluence.rpc.soap com.atlassian.confluence.rpc.soap.services -
-
Uses of RemotePageHistory in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemotePageHistory Modifier and Type Method Description RemotePageHistory[]
ConfluenceSoapService. getPageHistory(String token, long pageId)
static RemotePageHistory[]
SoapUtils. getPageHistory(AbstractPage page, PageManager pageManager)
RemotePageHistory[]
WikiSoapService. getPageHistory(String token, long pageId)
RemotePageHistory[]
XhtmlSoapService. getPageHistory(String token, long pageId)
-
Uses of RemotePageHistory in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return RemotePageHistory Modifier and Type Method Description RemotePageHistory[]
PagesSoapService. getPageHistory(long pageId)
-