| Package | Description |
|---|---|
| org.vertexium.query |
| Modifier and Type | Field and Description |
|---|---|
SortDirection |
QueryBase.SortContainer.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(String propertyName,
SortDirection direction) |
Query |
CompositeGraphQuery.sort(String propertyName,
SortDirection direction) |
Query |
Query.sort(String propertyName,
SortDirection direction)
Sort the results by the given property name.
|
| Constructor and Description |
|---|
SortContainer(String propertyName,
SortDirection direction) |
Copyright © 2014–2017. All rights reserved.