Uses of Class
dw.xmlrpc.PageDW
-
Packages that use PageDW Package Description dw.cli.commands dw.xmlrpc -
-
Uses of PageDW in dw.cli.commands
Methods in dw.cli.commands that return types with arguments of type PageDW Modifier and Type Method Description protected java.util.List<PageDW>
PageListGetter. query(DokuJClient dokuClient)
Methods in dw.cli.commands with parameters of type PageDW Modifier and Type Method Description protected java.lang.String
PageListGetter. itemToString(PageDW page)
-
Uses of PageDW in dw.xmlrpc
Methods in dw.xmlrpc that return types with arguments of type PageDW Modifier and Type Method Description java.util.List<PageDW>
DokuJClient. getPagelist(java.lang.String namespace)
Lists all pages within a given namespacejava.util.List<PageDW>
DokuJClient. getPagelist(java.lang.String namespace, java.util.Map<java.lang.String,java.lang.Object> options)
Lists all pages within a given namespace
-