Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
<T> EdgeEntity<T> |
InternalGraphDriver.createEdge(String database,
String graphName,
String edgeCollectionName,
String key,
String fromHandle,
String toHandle,
Object value,
Boolean waitForSync) |
<T> EdgeEntity<T> |
InternalGraphDriver.getEdge(String database,
String graphName,
String edgeCollectionName,
String key,
Class<?> clazz,
Long rev,
Long ifNoneMatchRevision,
Long ifMatchRevision)
Loads an edge with the given key if it is contained within your graph.
|
<T> EdgeEntity<T> |
ArangoDriver.graphCreateEdge(String graphName,
String edgeCollectionName,
String key,
String fromHandle,
String toHandle)
Stores a new edge with the information contained within the body into the
given collection.
|
<T> EdgeEntity<T> |
ArangoDriver.graphCreateEdge(String graphName,
String edgeCollectionName,
String key,
String fromHandle,
String toHandle,
Object value,
Boolean waitForSync)
Stores a new edge with the information contained within the body into the
given collection.
|
<T> EdgeEntity<T> |
ArangoDriver.graphGetEdge(String graphName,
String edgeCollectionName,
String key,
Class<?> clazz)
Loads an edge with the given key if it is contained within your graph.
|
<T> EdgeEntity<T> |
ArangoDriver.graphGetEdge(String graphName,
String edgeCollectionName,
String key,
Class<?> clazz,
Long rev,
Long ifNoneMatchRevision,
Long ifMatchRevision)
Loads an edge with the given key if it is contained within your graph.
|
<T> EdgeEntity<T> |
ArangoDriver.graphReplaceEdge(String graphName,
String edgeCollectionName,
String key,
Object value)
Replaces an edge with the given key by the content in the body.
|
<T> EdgeEntity<T> |
ArangoDriver.graphReplaceEdge(String graphName,
String edgeCollectionName,
String key,
Object value,
Boolean waitForSync,
Long rev,
Long ifMatchRevision)
Replaces an edge with the given key by the content in the body.
|
<T> EdgeEntity<T> |
ArangoDriver.graphUpdateEdge(String graphName,
String edgeCollectionName,
String key,
Object value,
Boolean keepNull)
Updates an edge with the given key by adding the content in the body.
|
<T> EdgeEntity<T> |
ArangoDriver.graphUpdateEdge(String graphName,
String edgeCollectionName,
String key,
Object value,
Boolean waitForSync,
Boolean keepNull,
Long rev,
Long ifMatchRevision)
Updates an edge with the given key by adding the content in the body.
|
<T> EdgeEntity<T> |
InternalGraphDriver.replaceEdge(String database,
String graphName,
String edgeCollectionName,
String key,
Object value,
Boolean waitForSync,
Long rev,
Long ifMatchRevision)
Replaces an edge with the given key by the content in the body.
|
<T> EdgeEntity<T> |
InternalGraphDriver.updateEdge(String database,
String graphName,
String edgeCollectionName,
String key,
Object value,
Boolean waitForSync,
Boolean keepNull,
Long rev,
Long ifMatchRevision)
Updates an edge with the given key by adding the content in the body.
|
Modifier and Type | Method and Description |
---|---|
<T> CursorEntity<EdgeEntity<T>> |
InternalGraphDriver.getEdges(String database,
String graphName,
String vertexKey,
Class<?> clazz,
Integer batchSize,
Integer limit,
Boolean count,
Direction direction,
Collection<String> labels,
ArangoDriver driver,
FilterCondition... properties) |
Modifier and Type | Method and Description |
---|---|
EdgeEntity<?> |
EntityDeserializers.EdgeEntityDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
<T> EdgeEntity<T> |
InternalGraphDriverImpl.createEdge(String database,
String graphName,
String edgeCollectionName,
String key,
String fromHandle,
String toHandle,
Object value,
Boolean waitForSync) |
<T> EdgeEntity<T> |
InternalGraphDriverImpl.getEdge(String database,
String graphName,
String edgeCollectionName,
String key,
Class<?> clazz,
Long rev,
Long ifNoneMatchRevision,
Long ifMatchRevision) |
<T> EdgeEntity<T> |
InternalGraphDriverImpl.replaceEdge(String database,
String graphName,
String edgeCollectionName,
String key,
Object value,
Boolean waitForSync,
Long rev,
Long ifMatchRevision) |
<T> EdgeEntity<T> |
InternalGraphDriverImpl.updateEdge(String database,
String graphName,
String edgeCollectionName,
String key,
Object value,
Boolean waitForSync,
Boolean keepNull,
Long rev,
Long ifMatchRevision) |
Modifier and Type | Method and Description |
---|---|
<T> CursorEntity<EdgeEntity<T>> |
InternalGraphDriverImpl.getEdges(String database,
String graphName,
String vertexKey,
Class<?> clazz,
Integer batchSize,
Integer limit,
Boolean count,
Direction direction,
Collection<String> labels,
ArangoDriver driver,
FilterCondition... properties) |
Copyright © 2012–2014 ArangoDB GmbH. All rights reserved.