| Package | Description |
|---|---|
| com.mware.ge | |
| com.mware.ge.inmemory | |
| com.mware.ge.query | |
| com.mware.ge.search | |
| com.mware.ge.store |
| Modifier and Type | Method and Description |
|---|---|
default 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 | Method and Description |
|---|---|
VertexQuery |
InMemoryVertex.query(String queryString,
Authorizations authorizations) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultVertexQuery |
class |
VertexQueryBase |
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
VertexQuery.hasDirection(Direction direction)
Sets the direction of edges to search
|
VertexQuery |
VertexQueryBase.hasDirection(Direction direction) |
VertexQuery |
VertexQuery.hasOtherVertexId(String otherVertexId)
Limits the search to only those edges with otherVertexId on the other end of the edge.
|
VertexQuery |
VertexQueryBase.hasOtherVertexId(String otherVertexId) |
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
DefaultSearchIndex.queryVertex(Graph graph,
Vertex vertex,
String queryString,
Authorizations authorizations) |
VertexQuery |
SearchIndex.queryVertex(Graph graph,
Vertex vertex,
String queryString,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
StorableVertex.query(String queryString,
Authorizations authorizations) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.