| Package | Description |
|---|---|
| com.mware.ge.query | |
| com.mware.ge.query.aggregations | |
| com.mware.ge.sorting |
| Modifier and Type | Field and Description |
|---|---|
SortDirection |
QueryBase.PropertySortContainer.direction |
SortDirection |
QueryBase.SortingStrategySortContainer.direction |
| Modifier and Type | Method and Description |
|---|---|
static SortDirection |
SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryBase.sort(SortingStrategy sortingStrategy,
SortDirection direction) |
Query |
Query.sort(SortingStrategy sortingStrategy,
SortDirection direction)
Sort the results by the given
SortingStrategy. |
Query |
EmptyResultsGraphQuery.sort(SortingStrategy sortingStrategy,
SortDirection direction) |
Query |
QueryBase.sort(String propertyName,
SortDirection direction) |
Query |
Query.sort(String propertyName,
SortDirection direction)
Sort the results by the given property name.
|
Query |
EmptyResultsGraphQuery.sort(String propertyName,
SortDirection direction) |
| Constructor and Description |
|---|
PropertySortContainer(String propertyName,
SortDirection direction) |
SortingStrategySortContainer(SortingStrategy sortingStrategy,
SortDirection direction) |
| Modifier and Type | Field and Description |
|---|---|
SortDirection |
SupportOrderByAggregation.AggregationSortContainer.direction |
| Constructor and Description |
|---|
AggregationSortContainer(Aggregation aggregation,
SortDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
int |
SortingStrategy.compare(GeObject o1,
GeObject o2,
SortDirection direction)
Compares two
GeObject. |
int |
LengthOfStringSortingStrategy.compare(GeObject o1,
GeObject o2,
SortDirection direction) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.