Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal |
Modifier and Type | Method and Description |
---|---|
<T> EdgeUpdateEntity |
ArangoEdgeCollection.replaceEdge(String key,
T value)
Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is
violated
|
<T> EdgeUpdateEntity |
ArangoEdgeCollection.replaceEdge(String key,
T value,
EdgeReplaceOptions options)
Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is
violated
|
<T> EdgeUpdateEntity |
ArangoEdgeCollection.updateEdge(String key,
T value)
Partially updates the edge identified by document-key.
|
<T> EdgeUpdateEntity |
ArangoEdgeCollection.updateEdge(String key,
T value,
EdgeUpdateOptions options)
Partially updates the edge identified by document-key.
|
Modifier and Type | Method and Description |
---|---|
protected <T> ArangoExecutor.ResponseDeserializer<EdgeUpdateEntity> |
InternalArangoEdgeCollection.replaceEdgeResponseDeserializer(T value) |
protected <T> ArangoExecutor.ResponseDeserializer<EdgeUpdateEntity> |
InternalArangoEdgeCollection.updateEdgeResponseDeserializer(T value) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.