Uses of Class
com.arangodb.entity.EdgeUpdateEntity
-
Packages that use EdgeUpdateEntity Package Description com.arangodb -
-
Uses of EdgeUpdateEntity in com.arangodb
Methods in com.arangodb that return EdgeUpdateEntity Modifier and Type Method Description EdgeUpdateEntity
ArangoEdgeCollection. replaceEdge(String key, Object value)
Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is violatedEdgeUpdateEntity
ArangoEdgeCollection. replaceEdge(String key, Object value, EdgeReplaceOptions options)
Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is violatedEdgeUpdateEntity
ArangoEdgeCollection. updateEdge(String key, Object value)
Partially updates the edge identified by document-key.EdgeUpdateEntity
ArangoEdgeCollection. updateEdge(String key, Object value, EdgeUpdateOptions options)
Partially updates the edge identified by document-key.Methods in com.arangodb that return types with arguments of type EdgeUpdateEntity Modifier and Type Method Description CompletableFuture<EdgeUpdateEntity>
ArangoEdgeCollectionAsync. replaceEdge(String key, Object value)
Asynchronous version ofArangoEdgeCollection.replaceEdge(String, Object)
CompletableFuture<EdgeUpdateEntity>
ArangoEdgeCollectionAsync. replaceEdge(String key, Object value, EdgeReplaceOptions options)
Asynchronous version ofArangoEdgeCollection.replaceEdge(String, Object, EdgeReplaceOptions)
CompletableFuture<EdgeUpdateEntity>
ArangoEdgeCollectionAsync. updateEdge(String key, Object value)
Asynchronous version ofArangoEdgeCollection.updateEdge(String, Object)
CompletableFuture<EdgeUpdateEntity>
ArangoEdgeCollectionAsync. updateEdge(String key, Object value, EdgeUpdateOptions options)
Asynchronous version ofArangoEdgeCollection.updateEdge(String, Object, EdgeUpdateOptions)
-