Uses of Interface
org.alfresco.repo.search.impl.querymodel.Column
Packages that use Column
Package
Description
-
Uses of Column in org.alfresco.opencmis.search
Method parameters in org.alfresco.opencmis.search with type arguments of type ColumnModifier and TypeMethodDescriptionstatic Constraint
CMISFTSQueryParser.buildFTS
(String ftsExpression, QueryModelFactory factory, FunctionEvaluationContext functionEvaluationContext, Selector selector, Map<String, Column> columnMap, String defaultField) -
Uses of Column in org.alfresco.repo.search.impl.parsers
Method parameters in org.alfresco.repo.search.impl.parsers with type arguments of type ColumnModifier 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) -
Uses of Column in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return ColumnModifier and TypeMethodDescriptionQueryModelFactory.createColumn
(Function function, Map<String, Argument> functionArguments, String alias) Ordering.getColumn()
Methods in org.alfresco.repo.search.impl.querymodel that return types with arguments of type ColumnModifier and TypeMethodDescriptionQuery.getColumns()
Get the columns to return from the query This may not be null and must contain at least one entry.Methods in org.alfresco.repo.search.impl.querymodel with parameters of type ColumnMethod parameters in org.alfresco.repo.search.impl.querymodel with type arguments of type ColumnModifier and TypeMethodDescriptionQueryModelFactory.createQuery
(List<Column> columns, Source source, Constraint constraint, List<Ordering> orderings) -
Uses of Column in org.alfresco.repo.search.impl.querymodel.impl
Classes in org.alfresco.repo.search.impl.querymodel.impl that implement ColumnMethods in org.alfresco.repo.search.impl.querymodel.impl that return ColumnMethods in org.alfresco.repo.search.impl.querymodel.impl that return types with arguments of type ColumnConstructors in org.alfresco.repo.search.impl.querymodel.impl with parameters of type ColumnConstructor parameters in org.alfresco.repo.search.impl.querymodel.impl with type arguments of type Column -
Uses of Column in org.alfresco.repo.search.impl.querymodel.impl.lucene
Classes in org.alfresco.repo.search.impl.querymodel.impl.lucene that implement ColumnMethods in org.alfresco.repo.search.impl.querymodel.impl.lucene that return ColumnModifier and TypeMethodDescriptionLuceneQueryModelFactory.createColumn
(Function function, Map<String, Argument> functionArguments, String alias) Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type ColumnModifier and TypeMethodDescriptionLuceneQueryModelFactory.createOrdering
(Column column, Order order) Method parameters in org.alfresco.repo.search.impl.querymodel.impl.lucene with type arguments of type ColumnModifier and TypeMethodDescriptionLuceneQueryModelFactory.createQuery
(List<Column> columns, Source source, Constraint constraint, List<Ordering> orderings) Constructors in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type ColumnConstructor parameters in org.alfresco.repo.search.impl.querymodel.impl.lucene with type arguments of type ColumnModifierConstructorDescriptionLuceneQuery
(List<Column> columns, Source source, Constraint constraint, List<Ordering> orderings)