- Welcome to the BIM Guides Project
- Query Generator
- Query Generator Groovy Helper
Query Generator Groovy Helper
Last modified by Sylvain MARIE on 2014-02-10
public class QG {
def getQueryPlugin(xcontext) {
return new com.xpn.xwiki.plugin.query.QueryPlugin("query", "", xcontext.getContext())
}
}