public class VertexiumBlueprintsGraphQuery extends VertexiumBlueprintsQuery implements com.tinkerpop.blueprints.GraphQuery
| Constructor and Description |
|---|
VertexiumBlueprintsGraphQuery(VertexiumBlueprintsGraph graph,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<com.tinkerpop.blueprints.Edge> |
edges() |
com.tinkerpop.blueprints.GraphQuery |
has(String key) |
com.tinkerpop.blueprints.GraphQuery |
has(String key,
Object value) |
com.tinkerpop.blueprints.GraphQuery |
has(String key,
com.tinkerpop.blueprints.Predicate predicate,
Object value) |
<T extends Comparable<T>> |
has(String key,
T value,
com.tinkerpop.blueprints.Query.Compare compare)
Deprecated.
|
com.tinkerpop.blueprints.GraphQuery |
hasNot(String key) |
com.tinkerpop.blueprints.GraphQuery |
hasNot(String key,
Object value) |
<T extends Comparable<?>> |
interval(String key,
T startValue,
T endValue) |
com.tinkerpop.blueprints.GraphQuery |
limit(int limit) |
Iterable<com.tinkerpop.blueprints.Vertex> |
vertices() |
toVertexiumPredicatepublic VertexiumBlueprintsGraphQuery(VertexiumBlueprintsGraph graph, Authorizations authorizations)
public com.tinkerpop.blueprints.GraphQuery has(String key)
has in interface com.tinkerpop.blueprints.GraphQueryhas in interface com.tinkerpop.blueprints.Querypublic com.tinkerpop.blueprints.GraphQuery hasNot(String key)
hasNot in interface com.tinkerpop.blueprints.GraphQueryhasNot in interface com.tinkerpop.blueprints.Querypublic com.tinkerpop.blueprints.GraphQuery has(String key, Object value)
has in interface com.tinkerpop.blueprints.GraphQueryhas in interface com.tinkerpop.blueprints.Querypublic com.tinkerpop.blueprints.GraphQuery hasNot(String key, Object value)
hasNot in interface com.tinkerpop.blueprints.GraphQueryhasNot in interface com.tinkerpop.blueprints.Querypublic com.tinkerpop.blueprints.GraphQuery has(String key, com.tinkerpop.blueprints.Predicate predicate, Object value)
has in interface com.tinkerpop.blueprints.GraphQueryhas in interface com.tinkerpop.blueprints.Query@Deprecated public <T extends Comparable<T>> com.tinkerpop.blueprints.GraphQuery has(String key, T value, com.tinkerpop.blueprints.Query.Compare compare)
has in interface com.tinkerpop.blueprints.GraphQueryhas in interface com.tinkerpop.blueprints.Querypublic <T extends Comparable<?>> com.tinkerpop.blueprints.GraphQuery interval(String key, T startValue, T endValue)
interval in interface com.tinkerpop.blueprints.GraphQueryinterval in interface com.tinkerpop.blueprints.Querypublic com.tinkerpop.blueprints.GraphQuery limit(int limit)
limit in interface com.tinkerpop.blueprints.GraphQuerylimit in interface com.tinkerpop.blueprints.Querypublic Iterable<com.tinkerpop.blueprints.Edge> edges()
edges in interface com.tinkerpop.blueprints.Querypublic Iterable<com.tinkerpop.blueprints.Vertex> vertices()
vertices in interface com.tinkerpop.blueprints.QueryCopyright © 2014–2017. All rights reserved.