|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.query.internal.DefaultQueryExecutorManager
@Component(roles=QueryExecutorManager.class) public class DefaultQueryExecutorManager
Default implementation of QueryExecutorManager.
| Constructor Summary | |
|---|---|
DefaultQueryExecutorManager()
|
|
| Method Summary | ||
|---|---|---|
|
execute(Query query)
|
|
java.util.Set<java.lang.String> |
getLanguages()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultQueryExecutorManager()
| Method Detail |
|---|
public <T> java.util.List<T> execute(Query query)
throws QueryException
execute in interface QueryExecutorT - expected type of elements in the result listquery - query to execute
QueryException - if something goes wrongQuery.execute()public java.util.Set<java.lang.String> getLanguages()
getLanguages in interface QueryExecutorManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||