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)
-
Uses of EdgeUpdateEntity in com.arangodb.internal
Methods in com.arangodb.internal that return EdgeUpdateEntityModifier and TypeMethodDescriptionArangoEdgeCollectionImpl.replaceEdge
(String key, Object value) ArangoEdgeCollectionImpl.replaceEdge
(String key, Object value, EdgeReplaceOptions options) ArangoEdgeCollectionImpl.updateEdge
(String key, Object value) ArangoEdgeCollectionImpl.updateEdge
(String key, Object value, EdgeUpdateOptions options) Methods in com.arangodb.internal that return types with arguments of type EdgeUpdateEntityModifier and TypeMethodDescriptionArangoEdgeCollectionAsyncImpl.replaceEdge
(String key, Object value) ArangoEdgeCollectionAsyncImpl.replaceEdge
(String key, Object value, EdgeReplaceOptions options) InternalArangoEdgeCollection.replaceEdgeResponseDeserializer()
ArangoEdgeCollectionAsyncImpl.updateEdge
(String key, Object value) ArangoEdgeCollectionAsyncImpl.updateEdge
(String key, Object value, EdgeUpdateOptions options) InternalArangoEdgeCollection.updateEdgeResponseDeserializer()