public class EntityVertexQuery extends Object implements com.tinkerpop.blueprints.VertexQuery
| Constructor and Description |
|---|
EntityVertexQuery(EntityVertex vertex,
GraphStore graphStore,
Auths auths) |
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
com.tinkerpop.blueprints.VertexQuery |
direction(com.tinkerpop.blueprints.Direction direction) |
org.calrissian.mango.collect.CloseableIterable<com.tinkerpop.blueprints.Edge> |
edges() |
com.tinkerpop.blueprints.VertexQuery |
has(String key) |
com.tinkerpop.blueprints.VertexQuery |
has(String key,
Object value) |
com.tinkerpop.blueprints.VertexQuery |
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) |
com.tinkerpop.blueprints.VertexQuery |
hasNot(String key) |
com.tinkerpop.blueprints.VertexQuery |
hasNot(String key,
Object value) |
<T extends Comparable<?>> |
interval(String key,
T start,
T stop) |
com.tinkerpop.blueprints.VertexQuery |
labels(String... labels) |
com.tinkerpop.blueprints.VertexQuery |
limit(int limit) |
org.calrissian.mango.collect.CloseableIterable<org.calrissian.mango.domain.entity.EntityIndex> |
vertexIds() |
org.calrissian.mango.collect.CloseableIterable<com.tinkerpop.blueprints.Vertex> |
vertices() |
public EntityVertexQuery(EntityVertex vertex, GraphStore graphStore, Auths auths)
public com.tinkerpop.blueprints.VertexQuery direction(com.tinkerpop.blueprints.Direction direction)
direction in interface com.tinkerpop.blueprints.VertexQuerypublic com.tinkerpop.blueprints.VertexQuery labels(String... labels)
labels in interface com.tinkerpop.blueprints.VertexQuerypublic long count()
count in interface com.tinkerpop.blueprints.VertexQuerypublic org.calrissian.mango.collect.CloseableIterable<org.calrissian.mango.domain.entity.EntityIndex> vertexIds()
vertexIds in interface com.tinkerpop.blueprints.VertexQuerypublic com.tinkerpop.blueprints.VertexQuery has(String key)
has in interface com.tinkerpop.blueprints.Queryhas in interface com.tinkerpop.blueprints.VertexQuerypublic com.tinkerpop.blueprints.VertexQuery hasNot(String key)
hasNot in interface com.tinkerpop.blueprints.QueryhasNot in interface com.tinkerpop.blueprints.VertexQuerypublic com.tinkerpop.blueprints.VertexQuery has(String key, Object value)
has in interface com.tinkerpop.blueprints.Queryhas in interface com.tinkerpop.blueprints.VertexQuerypublic com.tinkerpop.blueprints.VertexQuery hasNot(String key, Object value)
hasNot in interface com.tinkerpop.blueprints.QueryhasNot in interface com.tinkerpop.blueprints.VertexQuerypublic com.tinkerpop.blueprints.VertexQuery has(String key, com.tinkerpop.blueprints.Predicate predicate, Object value)
has in interface com.tinkerpop.blueprints.Queryhas in interface com.tinkerpop.blueprints.VertexQuerypublic <T extends Comparable<T>> com.tinkerpop.blueprints.VertexQuery has(String key, T value, com.tinkerpop.blueprints.Query.Compare compare)
has in interface com.tinkerpop.blueprints.Queryhas in interface com.tinkerpop.blueprints.VertexQuerypublic <T extends Comparable<?>> com.tinkerpop.blueprints.VertexQuery interval(String key, T start, T stop)
interval in interface com.tinkerpop.blueprints.Queryinterval in interface com.tinkerpop.blueprints.VertexQuerypublic com.tinkerpop.blueprints.VertexQuery limit(int limit)
limit in interface com.tinkerpop.blueprints.Querylimit in interface com.tinkerpop.blueprints.VertexQuerypublic org.calrissian.mango.collect.CloseableIterable<com.tinkerpop.blueprints.Edge> edges()
edges in interface com.tinkerpop.blueprints.Querypublic org.calrissian.mango.collect.CloseableIterable<com.tinkerpop.blueprints.Vertex> vertices()
vertices in interface com.tinkerpop.blueprints.QueryCopyright © 2014 Calrissian. All Rights Reserved.