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<?> values,
Class<T> type,
DocumentDeleteOptions options)
Removes multiple document
|
Modifier and Type | Method and Description |
---|---|
protected Request |
InternalArangoCollection.deleteDocumentRequest(String key,
DocumentDeleteOptions options) |
protected <T> Request |
InternalArangoCollection.deleteDocumentsRequest(Collection<T> 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–2017 ArangoDB GmbH. All rights reserved.