Uses of Interface
org.alfresco.repo.search.impl.querymodel.Column
-
-
Uses of Column in org.alfresco.opencmis.search
Method parameters in org.alfresco.opencmis.search with type arguments of type Column Modifier and Type Method Description static ConstraintCMISFTSQueryParser. 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 Column 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) -
Uses of Column in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return Column Modifier and Type Method Description ColumnQueryModelFactory. createColumn(Function function, Map<String,Argument> functionArguments, String alias)ColumnOrdering. getColumn()Methods in org.alfresco.repo.search.impl.querymodel that return types with arguments of type Column Modifier and Type Method Description List<Column>Query. 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 Column Modifier and Type Method Description OrderingQueryModelFactory. createOrdering(Column column, Order order)Method parameters in org.alfresco.repo.search.impl.querymodel with type arguments of type Column Modifier and Type Method Description QueryQueryModelFactory. 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 Column Modifier and Type Class Description classBaseColumnMethods in org.alfresco.repo.search.impl.querymodel.impl that return Column Modifier and Type Method Description ColumnBaseOrdering. getColumn()Methods in org.alfresco.repo.search.impl.querymodel.impl that return types with arguments of type Column Modifier and Type Method Description List<Column>BaseQuery. getColumns()Constructors in org.alfresco.repo.search.impl.querymodel.impl with parameters of type Column Constructor Description BaseOrdering(Column column, Order order)Constructor parameters in org.alfresco.repo.search.impl.querymodel.impl with type arguments of type Column Constructor Description BaseQuery(List<Column> columns, Source source, Constraint constraint, List<Ordering> orderings) -
Uses of Column in org.alfresco.repo.search.impl.querymodel.impl.lucene
Classes in org.alfresco.repo.search.impl.querymodel.impl.lucene that implement Column Modifier and Type Class Description classLuceneColumnMethods in org.alfresco.repo.search.impl.querymodel.impl.lucene that return Column Modifier and Type Method Description ColumnLuceneQueryModelFactory. createColumn(Function function, Map<String,Argument> functionArguments, String alias)Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type Column Modifier and Type Method Description OrderingLuceneQueryModelFactory. createOrdering(Column column, Order order)Method parameters in org.alfresco.repo.search.impl.querymodel.impl.lucene with type arguments of type Column Modifier and Type Method Description QueryLuceneQueryModelFactory. 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 Column Constructor Description LuceneOrdering(Column column, Order order)Constructor parameters in org.alfresco.repo.search.impl.querymodel.impl.lucene with type arguments of type Column Constructor Description LuceneQuery(List<Column> columns, Source source, Constraint constraint, List<Ordering> orderings)
-