[xwiki-users] Query in Java
Hi, I’m looking for the return type for the following Query type in Java: select doc.space, doc.name from XWikiDocument doc, BaseObject obj… I know it should be some kind of List<List<String>> since this is what works in Velocity but I can’t do a typecast from List<Object> to List<List<String>. Can anyone help me on this? Br, Peter
Hi Peter, On 10 Sep 2015 at 12:13:12, Peter Huisman ([email protected](mailto:[email protected])) wrote:
Hi,
I’m looking for the return type for the following Query type in Java:
select doc.space, doc.name from XWikiDocument doc, BaseObject obj…
I know it should be some kind of List> since this is what works in Velocity but I can’t do a typecast from List to List.
Can anyone help me on this?
I’ve added an example here http://extensions.xwiki.org/xwiki/bin/view/Extension/Query+Module#HFromJavac... hope it helps, -Vincent
Br,
Peter
participants (2)
-
Peter Huisman -
vincent@massol.net