Uses of Interface
org.alfresco.repo.search.impl.querymodel.Selector
-
-
Uses of Selector in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search with parameters of type Selector Modifier and Type Method Description static ConstraintCMISFTSQueryParser. buildFTS(String ftsExpression, QueryModelFactory factory, FunctionEvaluationContext functionEvaluationContext, Selector selector, Map<String,Column> columnMap, String defaultField)voidCmisFunctionEvaluationContext. checkFieldApplies(Selector selector, String propertyName)Method parameters in org.alfresco.opencmis.search with type arguments of type Selector 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 Selector in org.alfresco.repo.search.impl.parsers
Methods in org.alfresco.repo.search.impl.parsers with parameters of type Selector Modifier and Type Method Description protected org.antlr.runtime.tree.CommonTreeFTSQueryParser.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 PropertyArgumentFTSQueryParser. buildFieldReference(String argumentName, org.antlr.runtime.tree.CommonTree fieldReferenceNode, QueryModelFactory factory, FunctionEvaluationContext functionEvaluationContext, Selector selector, Map<String,Column> columnMap)static ConstraintFTSQueryParser. 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)voidAlfrescoFunctionEvaluationContext. 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 Selector Modifier and Type Method Description SelectorQueryModelFactory. createSelector(QName classQName, String alias)SelectorSource. getSelector(String name)Methods in org.alfresco.repo.search.impl.querymodel that return types with arguments of type Selector Modifier and Type Method Description Map<String,Selector>Source. getSelectors()Methods in org.alfresco.repo.search.impl.querymodel with parameters of type Selector Modifier and Type Method Description voidFunctionEvaluationContext. 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 Selector Modifier and Type Class Description classBaseSelectorMethods in org.alfresco.repo.search.impl.querymodel.impl that return Selector Modifier and Type Method Description SelectorBaseJoin. getSelector(String name)SelectorBaseSelector. getSelector(String name)Methods in org.alfresco.repo.search.impl.querymodel.impl that return types with arguments of type Selector Modifier and Type Method Description Map<String,Selector>BaseJoin. getSelectors()Map<String,Selector>BaseSelector. getSelectors() -
Uses of Selector in org.alfresco.repo.search.impl.querymodel.impl.lucene
Classes in org.alfresco.repo.search.impl.querymodel.impl.lucene that implement Selector Modifier and Type Class Description classLuceneSelector<Q,S,E extends Throwable>Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene that return Selector Modifier and Type Method Description SelectorLuceneQueryModelFactory. createSelector(QName classQName, String alias)
-