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 PropertyArgument
CMISQueryParser. 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 PropertyArgument
FTSQueryParser. 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 PropertyArgument
QueryModelFactory. 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 class
BasePropertyArgument
Methods in org.alfresco.repo.search.impl.querymodel.impl that return PropertyArgument Modifier and Type Method Description protected 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 PropertyArgument Modifier and Type Class Description class
LucenePropertyArgument
Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene that return PropertyArgument Modifier and Type Method Description PropertyArgument
LuceneQueryModelFactory. createPropertyArgument(java.lang.String name, boolean queryable, boolean orderable, java.lang.String selector, java.lang.String propertyName)
-