org.xwiki.query.xwql.internal
Class XWQLQueryExecutor

java.lang.Object
  extended by org.xwiki.query.xwql.internal.XWQLQueryExecutor
All Implemented Interfaces:
QueryExecutor

@Component(value="xwql")
public class XWQLQueryExecutor
extends java.lang.Object
implements QueryExecutor


Constructor Summary
XWQLQueryExecutor()
           
 
Method Summary
<T> java.util.List<T>
execute(Query query)
           
 QueryManager getQueryManager()
           
 QueryTranslator getTranslator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWQLQueryExecutor

public XWQLQueryExecutor()
Method Detail

getQueryManager

public QueryManager getQueryManager()
                             throws org.xwiki.component.manager.ComponentLookupException
Throws:
org.xwiki.component.manager.ComponentLookupException

execute

public <T> java.util.List<T> execute(Query query)
                          throws QueryException
Specified by:
execute in interface QueryExecutor
Throws:
QueryException

getTranslator

public QueryTranslator getTranslator()


Copyright © 2004-2011 XWiki. All Rights Reserved.