Uses of Class
com.arangodb.entity.DocumentDeleteEntity
Packages that use DocumentDeleteEntity
-
Uses of DocumentDeleteEntity in com.arangodb
Methods in com.arangodb that return DocumentDeleteEntityModifier and TypeMethodDescriptionArangoCollection.deleteDocument(String key) Deletes the document with the givenkeyfrom the collection.ArangoCollection.deleteDocument(String key, DocumentDeleteOptions options) Deletes the document with the givenkeyfrom the collection.<T> DocumentDeleteEntity<T>ArangoCollection.deleteDocument(String key, DocumentDeleteOptions options, Class<T> type) Deletes the document with the givenkeyfrom the collection.Methods in com.arangodb that return types with arguments of type DocumentDeleteEntityModifier and TypeMethodDescriptionArangoCollectionAsync.deleteDocument(String key) Asynchronous version ofArangoCollection.deleteDocument(String)ArangoCollectionAsync.deleteDocument(String key, DocumentDeleteOptions options) Asynchronous version ofArangoCollection.deleteDocument(String, DocumentDeleteOptions)ArangoCollectionAsync.deleteDocument(String key, DocumentDeleteOptions options, Class<T> type) Asynchronous version ofArangoCollection.deleteDocument(String, DocumentDeleteOptions, Class)ArangoCollection.deleteDocuments(RawData values) Deletes multiple documents from the collection.ArangoCollection.deleteDocuments(RawData values, DocumentDeleteOptions options) Deletes multiple documents from the collection.ArangoCollection.deleteDocuments(Iterable<?> values) Deletes multiple documents from the collection.ArangoCollection.deleteDocuments(Iterable<?> values, DocumentDeleteOptions options) Deletes multiple documents from the collection.ArangoCollection.deleteDocuments(Iterable<?> values, DocumentDeleteOptions options, Class<T> type) Deletes multiple documents from the collection.ArangoCollectionAsync.deleteDocuments(RawData values) Asynchronous version ofArangoCollection.deleteDocuments(RawData)ArangoCollectionAsync.deleteDocuments(RawData values, DocumentDeleteOptions options) Asynchronous version ofArangoCollection.deleteDocuments(RawData, DocumentDeleteOptions)ArangoCollectionAsync.deleteDocuments(Iterable<?> values) Asynchronous version ofArangoCollection.deleteDocuments(Iterable)ArangoCollectionAsync.deleteDocuments(Iterable<?> values, DocumentDeleteOptions options) Asynchronous version ofArangoCollection.deleteDocuments(Iterable, DocumentDeleteOptions)ArangoCollectionAsync.deleteDocuments(Iterable<?> values, DocumentDeleteOptions options, Class<T> type) Asynchronous version ofArangoCollection.deleteDocuments(Iterable, DocumentDeleteOptions, Class)