| Package | Description |
|---|---|
| org.vertexium | |
| org.vertexium.query | |
| org.vertexium.search |
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
Vertex.query(Authorizations authorizations)
Creates a query to query the edges and vertices attached to this vertex.
|
VertexQuery |
Vertex.query(String queryString,
Authorizations authorizations)
Creates a query to query the edges and vertices attached to this vertex.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultVertexQuery |
class |
VertexQueryBase |
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
SearchIndex.queryVertex(Graph graph,
Vertex vertex,
String queryString,
Authorizations authorizations) |
VertexQuery |
DefaultSearchIndex.queryVertex(Graph graph,
Vertex vertex,
String queryString,
Authorizations authorizations) |
Copyright © 2014–2017. All rights reserved.