Package | Description |
---|---|
org.alfresco.repo.search.impl.querymodel | |
org.alfresco.repo.search.impl.querymodel.impl | |
org.alfresco.repo.search.impl.querymodel.impl.lucene |
Modifier and Type | Method and Description |
---|---|
Order |
Ordering.getOrder() |
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Ordering |
QueryModelFactory.createOrdering(Column column,
Order order) |
Modifier and Type | Method and Description |
---|---|
Order |
BaseOrdering.getOrder() |
Constructor and Description |
---|
BaseOrdering(Column column,
Order order) |
Modifier and Type | Method and Description |
---|---|
Ordering |
LuceneQueryModelFactory.createOrdering(Column column,
Order order) |
Constructor and Description |
---|
LuceneOrdering(Column column,
Order order) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.