public class DefaultVertexQuery extends VertexQueryBase implements VertexQuery
QueryBase.HasContainer, QueryBase.HasNotPropertyContainer, QueryBase.HasPropertyContainer, QueryBase.HasValueContainer, QueryBase.SortContainer| Constructor and Description |
|---|
DefaultVertexQuery(Graph graph,
Vertex sourceVertex,
String queryString,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
QueryResultsIterable<Edge> |
edges(EnumSet<FetchHint> fetchHints) |
QueryResultsIterable<Vertex> |
vertices(EnumSet<FetchHint> fetchHints) |
getSourceVertexaddAggregation, 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, verticespublic DefaultVertexQuery(Graph graph, Vertex sourceVertex, String queryString, Authorizations authorizations)
public QueryResultsIterable<Vertex> vertices(EnumSet<FetchHint> fetchHints)
vertices in interface Queryvertices in class VertexQueryBasepublic QueryResultsIterable<Edge> edges(EnumSet<FetchHint> fetchHints)
edges in interface Queryedges in class VertexQueryBaseCopyright © 2014–2017. All rights reserved.