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(String argumentName, org.antlr.runtime.tree.CommonTree columnReferenceNode, QueryModelFactory factory, Map<String,Selector> selectors, Map<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(String argumentName, org.antlr.runtime.tree.CommonTree fieldReferenceNode, QueryModelFactory factory, FunctionEvaluationContext functionEvaluationContext, Selector selector, Map<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(String name, boolean queryable, boolean orderable, String selectorAlias, 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(String name, boolean queryable, boolean orderable, String selector, String propertyName)
-