Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.internal |
Modifier and Type | Method and Description |
---|---|
DocumentDeleteEntity<Void> |
ArangoCollection.deleteDocument(String key)
Deletes the document with the given
key from the collection. |
DocumentDeleteEntity<Void> |
ArangoCollection.deleteDocument(String key,
DocumentDeleteOptions options)
Deletes the document with the given
key from the collection. |
<T> DocumentDeleteEntity<T> |
ArangoCollection.deleteDocument(String key,
DocumentDeleteOptions options,
Class<T> type)
Deletes the document with the given
key from the collection. |
Modifier and Type | Method and Description |
---|---|
MultiDocumentEntity<DocumentDeleteEntity<Void>> |
ArangoCollection.deleteDocuments(Collection<?> values)
Deletes multiple documents from the collection.
|
<T> MultiDocumentEntity<DocumentDeleteEntity<T>> |
ArangoCollection.deleteDocuments(Collection<?> values,
DocumentDeleteOptions options)
Deletes multiple documents from the collection.
|
<T> MultiDocumentEntity<DocumentDeleteEntity<T>> |
ArangoCollection.deleteDocuments(Collection<?> values,
DocumentDeleteOptions options,
Class<T> type)
Deletes multiple documents from the collection.
|
MultiDocumentEntity<DocumentDeleteEntity<Void>> |
ArangoCollection.deleteDocuments(RawData values)
Deletes multiple documents from the collection.
|
MultiDocumentEntity<DocumentDeleteEntity<RawData>> |
ArangoCollection.deleteDocuments(RawData values,
DocumentDeleteOptions options)
Deletes multiple documents from the collection.
|
Modifier and Type | Method and Description |
---|---|
DocumentDeleteEntity<Void> |
ArangoCollectionImpl.deleteDocument(String key) |
DocumentDeleteEntity<Void> |
ArangoCollectionImpl.deleteDocument(String key,
DocumentDeleteOptions options) |
<T> DocumentDeleteEntity<T> |
ArangoCollectionImpl.deleteDocument(String key,
DocumentDeleteOptions options,
Class<T> type) |
Modifier and Type | Method and Description |
---|---|
MultiDocumentEntity<DocumentDeleteEntity<Void>> |
ArangoCollectionImpl.deleteDocuments(Collection<?> values) |
<T> MultiDocumentEntity<DocumentDeleteEntity<T>> |
ArangoCollectionImpl.deleteDocuments(Collection<?> values,
DocumentDeleteOptions options) |
<T> MultiDocumentEntity<DocumentDeleteEntity<T>> |
ArangoCollectionImpl.deleteDocuments(Collection<?> values,
DocumentDeleteOptions options,
Class<T> type) |
MultiDocumentEntity<DocumentDeleteEntity<Void>> |
ArangoCollectionImpl.deleteDocuments(RawData values) |
MultiDocumentEntity<DocumentDeleteEntity<RawData>> |
ArangoCollectionImpl.deleteDocuments(RawData values,
DocumentDeleteOptions options) |
protected <T> ArangoExecutor.ResponseDeserializer<MultiDocumentEntity<DocumentDeleteEntity<T>>> |
InternalArangoCollection.deleteDocumentsResponseDeserializer(Class<T> userDataClass) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.