Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal |
Modifier and Type | Method and Description |
---|---|
<T> VertexUpdateEntity |
ArangoVertexCollection.replaceVertex(String key,
T value)
Replaces the vertex with key with the one in the body, provided there is such a vertex and no precondition is
violated
|
<T> VertexUpdateEntity |
ArangoVertexCollection.replaceVertex(String key,
T value,
VertexReplaceOptions options)
Replaces the vertex with key with the one in the body, provided there is such a vertex and no precondition is
violated
|
<T> VertexUpdateEntity |
ArangoVertexCollection.updateVertex(String key,
T value)
Partially updates the vertex identified by document-key.
|
<T> VertexUpdateEntity |
ArangoVertexCollection.updateVertex(String key,
T value,
VertexUpdateOptions options)
Partially updates the vertex identified by document-key.
|
Modifier and Type | Method and Description |
---|---|
protected <T> ArangoExecutor.ResponseDeserializer<VertexUpdateEntity> |
InternalArangoVertexCollection.replaceVertexResponseDeserializer(T value) |
protected <T> ArangoExecutor.ResponseDeserializer<VertexUpdateEntity> |
InternalArangoVertexCollection.updateVertexResponseDeserializer(T value) |
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.