org.apache.jackrabbit.core.query
Class AQTQueryFactory

java.lang.Object
  extended by org.apache.jackrabbit.core.query.AQTQueryFactory
All Implemented Interfaces:
QueryFactory

public abstract class AQTQueryFactory
extends Object
implements QueryFactory

AQTQueryFactory implements a query factory that creates AQT (Abstract Query Tree) based queries.


Constructor Summary
AQTQueryFactory()
           
 
Method Summary
 List<String> getSupportedLanguages()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.jackrabbit.core.query.QueryFactory
createQuery
 

Constructor Detail

AQTQueryFactory

public AQTQueryFactory()
Method Detail

getSupportedLanguages

public List<String> getSupportedLanguages()

Specified by:
getSupportedLanguages in interface QueryFactory
Returns:
supported query languages by this factory.


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.