Uses of Interface
org.alfresco.repo.search.impl.querymodel.PropertyArgument
Packages that use PropertyArgument
Package
Description
-
Uses of PropertyArgument in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search that return PropertyArgumentModifier and TypeMethodDescriptionCMISQueryParser.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 PropertyArgumentModifier and TypeMethodDescriptionstatic PropertyArgument
FTSQueryParser.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 PropertyArgumentModifier and TypeMethodDescriptionQueryModelFactory.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 PropertyArgumentMethods in org.alfresco.repo.search.impl.querymodel.impl that return PropertyArgumentModifier and TypeMethodDescriptionprotected PropertyArgument
BaseComparison.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 PropertyArgumentMethods in org.alfresco.repo.search.impl.querymodel.impl.lucene that return PropertyArgumentModifier and TypeMethodDescriptionLuceneQueryModelFactory.createPropertyArgument
(String name, boolean queryable, boolean orderable, String selector, String propertyName)