| Package | Description |
|---|---|
| org.vertexium | |
| org.vertexium.query |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<VertexiumObjectType> |
VertexiumObjectType.ALL |
static EnumSet<VertexiumObjectType> |
VertexiumObjectType.ELEMENTS |
| Modifier and Type | Method and Description |
|---|---|
static VertexiumObjectType |
VertexiumObjectType.getTypeFromElement(Element element) |
static VertexiumObjectType |
VertexiumObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexiumObjectType[] |
VertexiumObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResultsIterable<? extends VertexiumObject> |
QueryBase.search(EnumSet<VertexiumObjectType> objectTypes,
FetchHints fetchHints) |
QueryResultsIterable<? extends VertexiumObject> |
EmptyResultsGraphQuery.search(EnumSet<VertexiumObjectType> objectTypes,
FetchHints fetchHints) |
QueryResultsIterable<? extends VertexiumObject> |
Query.search(EnumSet<VertexiumObjectType> objectTypes,
FetchHints fetchHints) |
Copyright © 2014–2018. All rights reserved.