org.xwiki.query
Interface QueryExecutorManager

All Superinterfaces:
QueryExecutor

@ComponentRole
public interface QueryExecutorManager
extends QueryExecutor

Execute queries (supported languages are returned by getLanguages()).

For implementers, Language support is added by using the QueryExecutor for the given language to support.

Version:
$Id$
See Also:
QueryExecutor

Method Summary
 Set<String> getLanguages()
           
 
Methods inherited from interface org.xwiki.query.QueryExecutor
execute
 

Method Detail

getLanguages

Set<String> getLanguages()
Returns:
supported languages


Copyright © 2004-2011 XWiki. All Rights Reserved.