Uses of Class
com.arangodb.model.EdgeCollectionRemoveOptions
Packages that use EdgeCollectionRemoveOptions
-
Uses of EdgeCollectionRemoveOptions in com.arangodb
Methods in com.arangodb with parameters of type EdgeCollectionRemoveOptionsModifier and TypeMethodDescriptionvoid
ArangoEdgeCollection.remove
(EdgeCollectionRemoveOptions options) Remove one edge definition from the graph.ArangoEdgeCollectionAsync.remove
(EdgeCollectionRemoveOptions options) Asynchronous version ofArangoEdgeCollection.remove(EdgeCollectionRemoveOptions)
-
Uses of EdgeCollectionRemoveOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type EdgeCollectionRemoveOptionsModifier and TypeMethodDescriptionArangoEdgeCollectionAsyncImpl.remove
(EdgeCollectionRemoveOptions options) void
ArangoEdgeCollectionImpl.remove
(EdgeCollectionRemoveOptions options) protected InternalRequest
InternalArangoEdgeCollection.removeEdgeDefinitionRequest
(EdgeCollectionRemoveOptions options) -
Uses of EdgeCollectionRemoveOptions in com.arangodb.model
Methods in com.arangodb.model that return EdgeCollectionRemoveOptionsModifier and TypeMethodDescriptionEdgeCollectionRemoveOptions.dropCollections
(Boolean dropCollections) EdgeCollectionRemoveOptions.waitForSync
(Boolean waitForSync)