Uses of Class
com.arangodb.entity.EdgeUpdateEntity
Packages that use EdgeUpdateEntity
-
Uses of EdgeUpdateEntity in com.arangodb
Methods in com.arangodb that return EdgeUpdateEntityModifier and TypeMethodDescriptionArangoEdgeCollection.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 violatedArangoEdgeCollection.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 violatedArangoEdgeCollection.updateEdge(String key, Object value) Partially updates the edge identified by document-key.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 EdgeUpdateEntityModifier and TypeMethodDescriptionArangoEdgeCollectionAsync.replaceEdge(String key, Object value) Asynchronous version ofArangoEdgeCollection.replaceEdge(String, Object)ArangoEdgeCollectionAsync.replaceEdge(String key, Object value, EdgeReplaceOptions options) Asynchronous version ofArangoEdgeCollection.replaceEdge(String, Object, EdgeReplaceOptions)ArangoEdgeCollectionAsync.updateEdge(String key, Object value) Asynchronous version ofArangoEdgeCollection.updateEdge(String, Object)ArangoEdgeCollectionAsync.updateEdge(String key, Object value, EdgeUpdateOptions options) Asynchronous version ofArangoEdgeCollection.updateEdge(String, Object, EdgeUpdateOptions)