| Modifier and Type | Method and Description |
|---|---|
S |
LuceneQueryParserAdaptor.buildSort(List<Ordering> list,
FunctionEvaluationContext functionContext) |
| Modifier and Type | Method and Description |
|---|---|
Ordering |
QueryModelFactory.createOrdering(Column column,
Order order) |
| Modifier and Type | Method and Description |
|---|---|
List<Ordering> |
Query.getOrderings()
Get any orderings (may be an empty list or null)
|
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryModelFactory.createQuery(List<Column> columns,
Source source,
Constraint constraint,
List<Ordering> orderings) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseOrdering |
| Modifier and Type | Method and Description |
|---|---|
List<Ordering> |
BaseQuery.getOrderings() |
| Constructor and Description |
|---|
BaseQuery(List<Column> columns,
Source source,
Constraint constraint,
List<Ordering> orderings) |
| Modifier and Type | Class and Description |
|---|---|
class |
LuceneOrdering |
| Modifier and Type | Method and Description |
|---|---|
Ordering |
LuceneQueryModelFactory.createOrdering(Column column,
Order order) |
| Modifier and Type | Method and Description |
|---|---|
Query |
LuceneQueryModelFactory.createQuery(List<Column> columns,
Source source,
Constraint constraint,
List<Ordering> orderings) |
| Constructor and Description |
|---|
LuceneQuery(List<Column> columns,
Source source,
Constraint constraint,
List<Ordering> orderings) |
Copyright © 2005–2019 Alfresco Software. All rights reserved.