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 givenkey
from the collection.ArangoCollection.deleteDocument
(String key, DocumentDeleteOptions options) Deletes the document with the givenkey
from the collection.<T> DocumentDeleteEntity<T>
ArangoCollection.deleteDocument
(String key, DocumentDeleteOptions options, Class<T> type) Deletes the document with the givenkey
from 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)
-
Uses of DocumentDeleteEntity in com.arangodb.internal
Methods in com.arangodb.internal that return DocumentDeleteEntityModifier and TypeMethodDescriptionArangoCollectionImpl.deleteDocument
(String key) ArangoCollectionImpl.deleteDocument
(String key, DocumentDeleteOptions options) <T> DocumentDeleteEntity<T>
ArangoCollectionImpl.deleteDocument
(String key, DocumentDeleteOptions options, Class<T> type) Methods in com.arangodb.internal that return types with arguments of type DocumentDeleteEntityModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.deleteDocument
(String key) ArangoCollectionAsyncImpl.deleteDocument
(String key, DocumentDeleteOptions options) ArangoCollectionAsyncImpl.deleteDocument
(String key, DocumentDeleteOptions options, Class<T> type) ArangoCollectionAsyncImpl.deleteDocuments
(RawData values) ArangoCollectionAsyncImpl.deleteDocuments
(RawData values, DocumentDeleteOptions options) ArangoCollectionAsyncImpl.deleteDocuments
(Iterable<?> values) ArangoCollectionAsyncImpl.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options) ArangoCollectionAsyncImpl.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options, Class<T> type) ArangoCollectionImpl.deleteDocuments
(RawData values) ArangoCollectionImpl.deleteDocuments
(RawData values, DocumentDeleteOptions options) ArangoCollectionImpl.deleteDocuments
(Iterable<?> values) ArangoCollectionImpl.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options) ArangoCollectionImpl.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options, Class<T> type) protected <T> ArangoExecutor.ResponseDeserializer<MultiDocumentEntity<DocumentDeleteEntity<T>>>
InternalArangoCollection.deleteDocumentsResponseDeserializer
(Class<T> userDataClass)