Uses of Class
dw.xmlrpc.SearchResult
-
Packages that use SearchResult Package Description dw.cli.commands dw.xmlrpc -
-
Uses of SearchResult in dw.cli.commands
Methods in dw.cli.commands that return types with arguments of type SearchResult Modifier and Type Method Description protected java.util.List<SearchResult>
Searcher. query(DokuJClient dokuClient)
Methods in dw.cli.commands with parameters of type SearchResult Modifier and Type Method Description protected java.lang.String
Searcher. itemToString(SearchResult searchResult)
-
Uses of SearchResult in dw.xmlrpc
Methods in dw.xmlrpc that return types with arguments of type SearchResult Modifier and Type Method Description java.util.List<SearchResult>
DokuJClient. search(java.lang.String pattern)
Performs a fulltext search
-