Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
<T> DocumentDeleteEntity<T> |
ArangoCollection.deleteDocument(String key,
Class<T> type,
DocumentDeleteOptions options)
Removes a document
|
<T> MultiDocumentEntity<DocumentDeleteEntity<T>> |
ArangoCollection.deleteDocuments(Collection<String> keys,
Class<T> type,
DocumentDeleteOptions options)
Removes multiple document
|
Modifier and Type | Method and Description |
---|---|
Request |
InternalArangoCollection.deleteDocumentRequest(String key,
DocumentDeleteOptions options) |
Request |
InternalArangoCollection.deleteDocumentsRequest(Collection<String> keys,
DocumentDeleteOptions options) |
Modifier and Type | Method and Description |
---|---|
DocumentDeleteOptions |
DocumentDeleteOptions.ifMatch(String ifMatch) |
DocumentDeleteOptions |
DocumentDeleteOptions.returnOld(Boolean returnOld) |
DocumentDeleteOptions |
DocumentDeleteOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016 ArangoDB GmbH. All rights reserved.