public class DefaultMultiVertexQuery extends QueryBase implements MultiVertexQuery
QueryBase.HasContainer, QueryBase.HasNotPropertyContainer, QueryBase.HasPropertyContainer, QueryBase.HasValueContainer, QueryBase.SortContainer| Constructor and Description |
|---|
DefaultMultiVertexQuery(Graph graph,
String[] vertexIds,
String queryString,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
QueryResultsIterable<Edge> |
edges(EnumSet<FetchHint> fetchHints) |
String[] |
getVertexIds() |
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, verticespublic DefaultMultiVertexQuery(Graph graph, String[] vertexIds, String queryString, Authorizations authorizations)
public QueryResultsIterable<Vertex> vertices(EnumSet<FetchHint> fetchHints)
public QueryResultsIterable<Edge> edges(EnumSet<FetchHint> fetchHints)
public String[] getVertexIds()
Copyright © 2014–2017. All rights reserved.