| Package | Description |
|---|---|
| org.gcube.application.geoportalcommon.shared |
| Modifier and Type | Method and Description |
|---|---|
SearchingFilter.ORDER |
SearchingFilter.getOrder()
Gets the order.
|
static SearchingFilter.ORDER |
SearchingFilter.ORDER.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchingFilter.ORDER[] |
SearchingFilter.ORDER.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchingFilter.setOrder(SearchingFilter.ORDER order)
Sets the order.
|
| Constructor and Description |
|---|
SearchingFilter(List<ItemField> orderByFields,
SearchingFilter.ORDER order)
Instantiates a new sort filter.
|
SearchingFilter(List<ItemField> orderByFields,
SearchingFilter.ORDER order,
List<WhereClause> conditions)
Instantiates a new sort filter.
|
Copyright © 2022. All Rights Reserved.