Uses of Class
dw.xmlrpc.Page
-
Packages that use Page Package Description dw.cli.commands dw.xmlrpc -
-
Uses of Page in dw.cli.commands
Methods in dw.cli.commands that return types with arguments of type Page Modifier and Type Method Description protected java.util.List<Page>
AllPageGetter. query(DokuJClient dokuClient)
Methods in dw.cli.commands with parameters of type Page Modifier and Type Method Description protected java.lang.String
AllPageGetter. itemToString(Page page)
-
Uses of Page in dw.xmlrpc
Methods in dw.xmlrpc that return types with arguments of type Page Modifier and Type Method Description java.util.List<Page>
DokuJClient. getAllPages()
Returns a list of all Wiki pages in the remote Wiki
-