Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
<T> DocumentUpdateEntity<T> |
ArangoCollection.replaceDocument(String key,
T value,
DocumentReplaceOptions options)
Replaces the document with key with the one in the body, provided there is such a document and no precondition is
violated
|
<T> MultiDocumentEntity<DocumentUpdateEntity<T>> |
ArangoCollection.replaceDocuments(Collection<T> values,
DocumentReplaceOptions options)
Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are
specified by the _key attributes in the documents in values.
|
Modifier and Type | Method and Description |
---|---|
<T> Request |
InternalArangoCollection.replaceDocumentRequest(String key,
T value,
DocumentReplaceOptions options) |
<T> Request |
InternalArangoCollection.replaceDocumentsRequest(Collection<T> values,
DocumentReplaceOptions params) |
<T> ArangoExecutor.ResponseDeserializer<MultiDocumentEntity<DocumentUpdateEntity<T>>> |
InternalArangoCollection.replaceDocumentsResponseDeserializer(Collection<T> values,
DocumentReplaceOptions params) |
Modifier and Type | Method and Description |
---|---|
DocumentReplaceOptions |
DocumentReplaceOptions.ifMatch(String ifMatch) |
DocumentReplaceOptions |
DocumentReplaceOptions.ignoreRevs(Boolean ignoreRevs) |
DocumentReplaceOptions |
DocumentReplaceOptions.returnNew(Boolean returnNew) |
DocumentReplaceOptions |
DocumentReplaceOptions.returnOld(Boolean returnOld) |
DocumentReplaceOptions |
DocumentReplaceOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016 ArangoDB GmbH. All rights reserved.