org.xcmis.search.parser
Class CmisQueryParser

java.lang.Object
  extended by org.xcmis.search.parser.CmisQueryParser
All Implemented Interfaces:
QueryParser

public class CmisQueryParser
extends Object
implements QueryParser

Parser for Cmis SQL.


Constructor Summary
CmisQueryParser()
           
 
Method Summary
 String getLanguage()
           
 Query parseQuery(String statement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmisQueryParser

public CmisQueryParser()
Method Detail

getLanguage

public String getLanguage()
Specified by:
getLanguage in interface QueryParser
See Also:
parser.QueryParser

parseQuery

public Query parseQuery(String statement)
                 throws InvalidQueryException
Specified by:
parseQuery in interface QueryParser
Throws:
InvalidQueryException
See Also:
parser.QueryParser


Copyright © 2010 eXo Platform SAS. All Rights Reserved.