public abstract class VertexQueryBase extends QueryBase implements VertexQuery
QueryBase.HasContainer, QueryBase.HasNotPropertyContainer, QueryBase.HasPropertyContainer, QueryBase.HasValueContainer, QueryBase.SortContainer| Modifier | Constructor and Description |
|---|---|
protected |
VertexQueryBase(Graph graph,
Vertex sourceVertex,
String queryString,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
abstract QueryResultsIterable<Edge> |
edges(EnumSet<FetchHint> fetchHints) |
Vertex |
getSourceVertex() |
abstract QueryResultsIterable<Vertex> |
vertices(EnumSet<FetchHint> fetchHints) |
addAggregation, boost, edges, edges, edges, elements, elements, getAggregationByName, getAggregations, getGraph, getParameters, has, has, has, hasEdgeLabel, hasEdgeLabel, hasNot, hasNot, isAggregationSupported, limit, limit, maxDocFrequency, maxQueryTerms, minDocFrequency, minTermFrequency, percentTermsToMatch, range, range, skip, sort, verticesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAggregation, edges, edges, edges, elements, elements, getAggregations, has, has, has, hasEdgeLabel, hasEdgeLabel, hasNot, hasNot, isAggregationSupported, limit, limit, range, range, skip, sort, verticesprotected VertexQueryBase(Graph graph, Vertex sourceVertex, String queryString, Authorizations authorizations)
public abstract QueryResultsIterable<Vertex> vertices(EnumSet<FetchHint> fetchHints)
public abstract QueryResultsIterable<Edge> edges(EnumSet<FetchHint> fetchHints)
public Vertex getSourceVertex()
Copyright © 2014–2017. All rights reserved.