Package org.apache.jackrabbit.core.query
Class AQTQueryFactory
- java.lang.Object
- 
- org.apache.jackrabbit.core.query.AQTQueryFactory
 
- 
- All Implemented Interfaces:
- QueryFactory
 
 public abstract class AQTQueryFactory extends Object implements QueryFactory AQTQueryFactoryimplements a query factory that creates AQT (Abstract Query Tree) based queries.
- 
- 
Constructor SummaryConstructors Constructor Description AQTQueryFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getSupportedLanguages()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.jackrabbit.core.query.QueryFactorycreateQuery
 
- 
 
- 
- 
- 
Method Detail- 
getSupportedLanguagespublic List<String> getSupportedLanguages() - Specified by:
- getSupportedLanguagesin interface- QueryFactory
- Returns:
- supported query languages by this factory.
 
 
- 
 
-