Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
<T> DocumentDeleteEntity<T> |
ArangoCollection.deleteDocument(String key,
Class<T> type,
DocumentDeleteOptions options)
Deletes the document with the given
key from the collection. |
<T> MultiDocumentEntity<DocumentDeleteEntity<T>> |
ArangoCollection.deleteDocuments(Collection<?> values,
Class<T> type,
DocumentDeleteOptions options)
Deletes multiple documents from the collection.
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<DocumentDeleteEntity<T>> |
ArangoCollectionAsync.deleteDocument(String key,
Class<T> type,
DocumentDeleteOptions options)
Removes a document
|
<T> CompletableFuture<MultiDocumentEntity<DocumentDeleteEntity<T>>> |
ArangoCollectionAsync.deleteDocuments(Collection<?> values,
Class<T> type,
DocumentDeleteOptions options)
Removes multiple document
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<DocumentDeleteEntity<T>> |
ArangoCollectionAsyncImpl.deleteDocument(String key,
Class<T> type,
DocumentDeleteOptions options) |
<T> CompletableFuture<MultiDocumentEntity<DocumentDeleteEntity<T>>> |
ArangoCollectionAsyncImpl.deleteDocuments(Collection<?> values,
Class<T> type,
DocumentDeleteOptions options) |
Modifier and Type | Method and Description |
---|---|
DocumentDeleteOptions |
DocumentDeleteOptions.ifMatch(String ifMatch) |
DocumentDeleteOptions |
DocumentDeleteOptions.returnOld(Boolean returnOld) |
DocumentDeleteOptions |
DocumentDeleteOptions.silent(Boolean silent) |
DocumentDeleteOptions |
DocumentDeleteOptions.streamTransactionId(String streamTransactionId) |
DocumentDeleteOptions |
DocumentDeleteOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.