Package | Description |
---|---|
com.arangodb | |
com.arangodb.util |
Modifier and Type | Method and Description |
---|---|
<T> EdgeCursor<T> |
ArangoDriver.graphGetEdgeCursor(String graphName,
Class<T> clazz,
Object vertexExample,
GraphEdgesOptions graphEdgesOptions,
AqlQueryOptions aqlQueryOptions)
Deprecated.
use AQL instead
|
Modifier and Type | Method and Description |
---|---|
GraphEdgesOptions |
GraphEdgesOptions.setDirection(Direction direction)
The direction of the edges as a string.
|
GraphEdgesOptions |
GraphEdgesOptions.setEdgeCollectionRestriction(List<String> edgeCollectionRestriction)
One or multiple edge collection names.
|
GraphEdgesOptions |
GraphEdgesOptions.setEdgeExamples(Object edgeExamples)
A filter example for the edges
|
GraphEdgesOptions |
GraphEdgesOptions.setEndVertexCollectionRestriction(List<String> endVertexCollectionRestriction)
One or multiple vertex collection names.
|
GraphEdgesOptions |
GraphEdgesOptions.setIncludeData(Boolean includeData)
set include data to be compatible with older versions of AnrangoDB
|
GraphEdgesOptions |
GraphEdgesOptions.setLimit(Integer limit) |
GraphEdgesOptions |
GraphEdgesOptions.setMaxDepth(Integer maxDepth)
Defines the maximal length of a path from an edge to a vertex (default is
1, which means only the edges directly connected to a vertex would be
returned).
|
GraphEdgesOptions |
GraphEdgesOptions.setMinDepth(Integer minDepth)
Defines the minimal length of a path from an edge to a vertex (default is
1, which means only the edges directly connected to a vertex would be
returned).
|
GraphEdgesOptions |
GraphEdgesOptions.setNeighborExamples(Object neighborExamples)
An example for the desired neighbors
|
GraphEdgesOptions |
GraphEdgesOptions.setStartVertexCollectionRestriction(List<String> startVertexCollectionRestriction)
One or multiple vertex collection names.
|
Modifier and Type | Method and Description |
---|---|
static String |
GraphQueryUtil.createEdgeQuery(ArangoDriver driver,
String graphName,
Object vertexExample,
GraphEdgesOptions graphEdgesOptions,
MapBuilder bindVars) |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.