public class DefaultVertexQuery extends VertexQueryBase implements VertexQuery
QueryBase.HasAuthorizationContainer, QueryBase.HasContainer, QueryBase.HasExtendedData, QueryBase.HasNotPropertyContainer, QueryBase.HasPropertyContainer, QueryBase.HasValueContainer, QueryBase.PropertySortContainer, QueryBase.SortContainer, QueryBase.SortingStrategySortContainer| Constructor and Description |
|---|
DefaultVertexQuery(Graph graph,
Vertex sourceVertex,
String queryString,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
QueryResultsIterable<Edge> |
edges(FetchHints fetchHints) |
protected QueryResultsIterable<? extends GeObject> |
extendedData(FetchHints extendedDataFetchHints)
This method should be overridden if
QueryBase.search(EnumSet, FetchHints) is not overridden. |
boolean |
isAggregationSupported(Aggregation aggregation)
Test to see if aggregation is supported.
|
QueryResultsIterable<Vertex> |
vertices(FetchHints fetchHints) |
getDirection, getOtherVertexId, getSourceVertex, hasDirection, hasOtherVertexId, toStringaddAggregation, boost, edgeIds, edgeIds, edges, edges, edges, elementIds, elementIds, elements, elements, extendedData, extendedDataRowIds, extendedDataRowIds, extendedDataRows, extendedDataRows, getAggregationByName, getAggregations, getGraph, getLogicalQuery, getParameters, has, has, has, has, has, has, has, has, hasAuthorization, hasAuthorization, hasConceptType, hasConceptType, hasEdgeLabel, hasEdgeLabel, hasExtendedData, hasExtendedData, hasExtendedData, hasExtendedData, hasId, hasId, hasInVertexTypes, hasNot, hasNot, hasNot, hasNot, hasOutVertexTypes, idFetchHintsToElementFetchHints, limit, limit, maxDocFrequency, maxQueryTerms, minDocFrequency, minScore, minTermFrequency, range, range, scoringStrategy, search, search, setLogicalQuery, setShard, skip, sort, sort, vertexIds, vertexIds, verticesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithasDirection, hasOtherVertexIdaddAggregation, edgeIds, edgeIds, edges, edges, edges, elementIds, elementIds, elements, elements, extendedDataRowIds, extendedDataRowIds, extendedDataRows, extendedDataRows, getAggregations, has, has, has, has, has, has, has, has, hasAuthorization, hasAuthorization, hasConceptType, hasConceptType, hasEdgeLabel, hasEdgeLabel, hasExtendedData, hasExtendedData, hasExtendedData, hasExtendedData, hasId, hasId, hasNot, hasNot, hasNot, hasNot, limit, limit, minScore, range, range, scoringStrategy, search, search, setShard, skip, sort, sort, vertexIds, vertexIds, verticespublic DefaultVertexQuery(Graph graph, Vertex sourceVertex, String queryString, Authorizations authorizations)
public QueryResultsIterable<Vertex> vertices(FetchHints fetchHints)
vertices in interface Queryvertices in class VertexQueryBasepublic QueryResultsIterable<Edge> edges(FetchHints fetchHints)
edges in interface Queryedges in class VertexQueryBaseprotected QueryResultsIterable<? extends GeObject> extendedData(FetchHints extendedDataFetchHints)
QueryBaseQueryBase.search(EnumSet, FetchHints) is not overridden.extendedData in class QueryBasepublic boolean isAggregationSupported(Aggregation aggregation)
QueryisAggregationSupported in interface QueryisAggregationSupported in class QueryBaseaggregation - the aggregation to test.Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.