org.alfresco.cmis.search
Class CMISQueryParser

java.lang.Object
  extended by org.alfresco.cmis.search.CMISQueryParser

public class CMISQueryParser
extends java.lang.Object


Constructor Summary
CMISQueryParser(CMISQueryOptions options, CMISDictionaryService cmisDictionaryService, CMISJoinEnum joinSupport)
           
 
Method Summary
 org.alfresco.repo.search.impl.querymodel.PropertyArgument buildColumnReference(java.lang.String argumentName, org.antlr.runtime.tree.CommonTree columnReferenceNode, org.alfresco.repo.search.impl.querymodel.QueryModelFactory factory, java.util.Map selectors, java.util.Map columnMap)
           
 org.alfresco.repo.search.impl.querymodel.Query parse(org.alfresco.repo.search.impl.querymodel.QueryModelFactory factory, org.alfresco.repo.search.impl.querymodel.FunctionEvaluationContext functionEvaluationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMISQueryParser

public CMISQueryParser(CMISQueryOptions options,
                       CMISDictionaryService cmisDictionaryService,
                       CMISJoinEnum joinSupport)
Method Detail

parse

public org.alfresco.repo.search.impl.querymodel.Query parse(org.alfresco.repo.search.impl.querymodel.QueryModelFactory factory,
                                                            org.alfresco.repo.search.impl.querymodel.FunctionEvaluationContext functionEvaluationContext)

buildColumnReference

public org.alfresco.repo.search.impl.querymodel.PropertyArgument buildColumnReference(java.lang.String argumentName,
                                                                                      org.antlr.runtime.tree.CommonTree columnReferenceNode,
                                                                                      org.alfresco.repo.search.impl.querymodel.QueryModelFactory factory,
                                                                                      java.util.Map selectors,
                                                                                      java.util.Map columnMap)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.