Package org.xwiki.query
Interface QueryExecutorManager
-
- All Superinterfaces:
QueryExecutor
@Role public interface QueryExecutorManager extends QueryExecutor
Execute queries (supported languages are returned bygetLanguages()
).For implementers, Language support is added by using the
QueryExecutor
for the given language to support.- Version:
- $Id: 002093794721119cda6e790a4cdacb7ae01f0d94 $
- See Also:
QueryExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getLanguages()
-
Methods inherited from interface org.xwiki.query.QueryExecutor
execute
-
-