Uses of Interface
org.alfresco.repo.search.impl.querymodel.PropertyArgument
-
-
Uses of PropertyArgument in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search that return PropertyArgument Modifier and Type Method Description PropertyArgumentCMISQueryParser. buildColumnReference(java.lang.String argumentName, org.antlr.runtime.tree.CommonTree columnReferenceNode, QueryModelFactory factory, java.util.Map<java.lang.String,Selector> selectors, java.util.Map<java.lang.String,Column> columnMap) -
Uses of PropertyArgument in org.alfresco.repo.search.impl.parsers
Methods in org.alfresco.repo.search.impl.parsers that return PropertyArgument Modifier and Type Method Description static PropertyArgumentFTSQueryParser. buildFieldReference(java.lang.String argumentName, org.antlr.runtime.tree.CommonTree fieldReferenceNode, QueryModelFactory factory, FunctionEvaluationContext functionEvaluationContext, Selector selector, java.util.Map<java.lang.String,Column> columnMap) -
Uses of PropertyArgument in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return PropertyArgument Modifier and Type Method Description PropertyArgumentQueryModelFactory. createPropertyArgument(java.lang.String name, boolean queryable, boolean orderable, java.lang.String selectorAlias, java.lang.String propertyName) -
Uses of PropertyArgument in org.alfresco.repo.search.impl.querymodel.impl
Classes in org.alfresco.repo.search.impl.querymodel.impl that implement PropertyArgument Modifier and Type Class Description classBasePropertyArgumentMethods in org.alfresco.repo.search.impl.querymodel.impl that return PropertyArgument Modifier and Type Method Description protected PropertyArgumentBaseComparison. getPropertyArgument() -
Uses of PropertyArgument in org.alfresco.repo.search.impl.querymodel.impl.lucene
Classes in org.alfresco.repo.search.impl.querymodel.impl.lucene that implement PropertyArgument Modifier and Type Class Description classLucenePropertyArgumentMethods in org.alfresco.repo.search.impl.querymodel.impl.lucene that return PropertyArgument Modifier and Type Method Description PropertyArgumentLuceneQueryModelFactory. createPropertyArgument(java.lang.String name, boolean queryable, boolean orderable, java.lang.String selector, java.lang.String propertyName)
-