Uses of Class
dw.xmlrpc.LinkInfo
-
Packages that use LinkInfo Package Description dw.cli.commands dw.xmlrpc -
-
Uses of LinkInfo in dw.cli.commands
Methods in dw.cli.commands that return types with arguments of type LinkInfo Modifier and Type Method Description protected java.util.List<LinkInfo>
LinksLister. query(DokuJClient dokuClient)
Methods in dw.cli.commands with parameters of type LinkInfo Modifier and Type Method Description protected java.lang.String
LinksLister. itemToString(LinkInfo link)
-
Uses of LinkInfo in dw.xmlrpc
Methods in dw.xmlrpc that return types with arguments of type LinkInfo Modifier and Type Method Description java.util.List<LinkInfo>
DokuJClient. listLinks(java.lang.String pageId)
Returns a list of all links contained in a Wiki page
-