Uses of Interface
org.alfresco.repo.search.impl.querymodel.Selector
Packages that use Selector
Package
Description
-
Uses of Selector in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search with parameters of type SelectorModifier and TypeMethodDescriptionstatic Constraint
CMISFTSQueryParser.buildFTS
(String ftsExpression, QueryModelFactory factory, FunctionEvaluationContext functionEvaluationContext, Selector selector, Map<String, Column> columnMap, String defaultField) void
CmisFunctionEvaluationContext.checkFieldApplies
(Selector selector, String propertyName) Method parameters in org.alfresco.opencmis.search with type arguments of type SelectorModifier and TypeMethodDescriptionCMISQueryParser.buildColumnReference
(String argumentName, org.antlr.runtime.tree.CommonTree columnReferenceNode, QueryModelFactory factory, Map<String, Selector> selectors, Map<String, Column> columnMap) -
Uses of Selector in org.alfresco.repo.search.impl.parsers
Methods in org.alfresco.repo.search.impl.parsers with parameters of type SelectorModifier and TypeMethodDescriptionprotected org.antlr.runtime.tree.CommonTree
FTSQueryParser.TestNodeBuilder.build
(org.antlr.runtime.tree.CommonTree fieldReferenceNode, org.antlr.runtime.tree.CommonTree argNode, QueryModelFactory factory, FunctionEvaluationContext functionEvaluationContext, Selector selector, Map<String, Column> columnMap, Map<String, org.antlr.runtime.tree.CommonTree> templateTrees, String defaultField) static PropertyArgument
FTSQueryParser.buildFieldReference
(String argumentName, org.antlr.runtime.tree.CommonTree fieldReferenceNode, QueryModelFactory factory, FunctionEvaluationContext functionEvaluationContext, Selector selector, Map<String, Column> columnMap) static Constraint
FTSQueryParser.buildFTS
(String ftsExpression, QueryModelFactory factory, FunctionEvaluationContext functionEvaluationContext, Selector selector, Map<String, Column> columnMap, FTSParser.Mode mode, QueryOptions.Connective defaultFieldConnective, Map<String, String> templates, String defaultField, FTSQueryParser.RerankPhase rerankPhase) void
AlfrescoFunctionEvaluationContext.checkFieldApplies
(Selector selector, String propertyName) -
Uses of Selector in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return SelectorModifier and TypeMethodDescriptionQueryModelFactory.createSelector
(QName classQName, String alias) Source.getSelector
(String name) Methods in org.alfresco.repo.search.impl.querymodel that return types with arguments of type SelectorMethods in org.alfresco.repo.search.impl.querymodel with parameters of type SelectorModifier and TypeMethodDescriptionvoid
FunctionEvaluationContext.checkFieldApplies
(Selector selector, String propertyName) -
Uses of Selector in org.alfresco.repo.search.impl.querymodel.impl
Classes in org.alfresco.repo.search.impl.querymodel.impl that implement SelectorMethods in org.alfresco.repo.search.impl.querymodel.impl that return SelectorModifier and TypeMethodDescriptionBaseJoin.getSelector
(String name) BaseSelector.getSelector
(String name) Methods in org.alfresco.repo.search.impl.querymodel.impl that return types with arguments of type Selector -
Uses of Selector in org.alfresco.repo.search.impl.querymodel.impl.lucene
Classes in org.alfresco.repo.search.impl.querymodel.impl.lucene that implement SelectorMethods in org.alfresco.repo.search.impl.querymodel.impl.lucene that return SelectorModifier and TypeMethodDescriptionLuceneQueryModelFactory.createSelector
(QName classQName, String alias)