Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
<T> DocumentUpdateEntity<T> |
ArangoCollection.updateDocument(String key,
T value,
DocumentUpdateOptions options)
Partially updates the document identified by document-key.
|
<T> MultiDocumentEntity<DocumentUpdateEntity<T>> |
ArangoCollection.updateDocuments(Collection<T> values,
DocumentUpdateOptions options)
Partially updates documents, the documents to update are specified by the _key attributes in the objects on
values.
|
Modifier and Type | Method and Description |
---|---|
<T> Request |
InternalArangoCollection.updateDocumentRequest(String key,
T value,
DocumentUpdateOptions options) |
<T> Request |
InternalArangoCollection.updateDocumentsRequest(Collection<T> values,
DocumentUpdateOptions params) |
<T> ArangoExecutor.ResponseDeserializer<MultiDocumentEntity<DocumentUpdateEntity<T>>> |
InternalArangoCollection.updateDocumentsResponseDeserializer(Collection<T> values,
DocumentUpdateOptions params) |
Modifier and Type | Method and Description |
---|---|
DocumentUpdateOptions |
DocumentUpdateOptions.ifMatch(String ifMatch) |
DocumentUpdateOptions |
DocumentUpdateOptions.ignoreRevs(Boolean ignoreRevs) |
DocumentUpdateOptions |
DocumentUpdateOptions.keepNull(Boolean keepNull) |
DocumentUpdateOptions |
DocumentUpdateOptions.mergeObjects(Boolean mergeObjects) |
DocumentUpdateOptions |
DocumentUpdateOptions.returnNew(Boolean returnNew) |
DocumentUpdateOptions |
DocumentUpdateOptions.returnOld(Boolean returnOld) |
DocumentUpdateOptions |
DocumentUpdateOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016 ArangoDB GmbH. All rights reserved.