Package org.alfresco.opencmis.search
Class CMISQueryParser
java.lang.Object
org.alfresco.opencmis.search.CMISQueryParser
- Author:
- andyh
-
Constructor Summary
ConstructorsConstructorDescriptionCMISQueryParser(CMISQueryOptions options, CMISDictionaryService cmisDictionaryService, org.apache.chemistry.opencmis.commons.enums.CapabilityJoin joinSupport) -
Method Summary
Modifier and TypeMethodDescriptionbuildColumnReference(String argumentName, org.antlr.runtime.tree.CommonTree columnReferenceNode, QueryModelFactory factory, Map<String, Selector> selectors, Map<String, Column> columnMap) parse(QueryModelFactory factory, FunctionEvaluationContext functionEvaluationContext)
-
Constructor Details
-
CMISQueryParser
public CMISQueryParser(CMISQueryOptions options, CMISDictionaryService cmisDictionaryService, org.apache.chemistry.opencmis.commons.enums.CapabilityJoin joinSupport)
-
-
Method Details
-
parse
-
buildColumnReference
public PropertyArgument buildColumnReference(String argumentName, org.antlr.runtime.tree.CommonTree columnReferenceNode, QueryModelFactory factory, Map<String, Selector> selectors, Map<String, Column> columnMap)
-