Package | Description |
---|---|
com.arangodb |
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.
|
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.