Uses of Class
dw.xmlrpc.PageVersion
-
Packages that use PageVersion Package Description dw.cli.commands dw.xmlrpc -
-
Uses of PageVersion in dw.cli.commands
Methods in dw.cli.commands that return types with arguments of type PageVersion Modifier and Type Method Description protected java.util.List<PageVersion>
PageVersionsGetter. query(DokuJClient dokuClient)
Methods in dw.cli.commands with parameters of type PageVersion Modifier and Type Method Description protected java.lang.String
PageVersionsGetter. itemToString(PageVersion version)
-
Uses of PageVersion in dw.xmlrpc
Methods in dw.xmlrpc that return types with arguments of type PageVersion Modifier and Type Method Description java.util.List<PageVersion>
DokuJClient. getPageVersions(java.lang.String pageId)
Returns the available versions of a Wiki page.java.util.List<PageVersion>
DokuJClient. getPageVersions(java.lang.String pageId, java.lang.Integer offset)
Returns the available versions of a Wiki page.
-