Uses of Class
com.arangodb.model.DocumentReplaceOptions
Packages that use DocumentReplaceOptions
-
Uses of DocumentReplaceOptions in com.arangodb
Methods in com.arangodb with parameters of type DocumentReplaceOptionsModifier and TypeMethodDescription<T> DocumentUpdateEntity<T>
ArangoCollection.replaceDocument
(String key, T value, DocumentReplaceOptions options) Replaces the document withkey
with the one in the body, provided there is such a document and no precondition is violated<T> DocumentUpdateEntity<T>
ArangoCollection.replaceDocument
(String key, T value, DocumentReplaceOptions options, Class<T> type) Replaces the document withkey
with the one in the body, provided there is such a document and no precondition is violatedArangoCollectionAsync.replaceDocument
(String key, T value, DocumentReplaceOptions options) Asynchronous version ofArangoCollection.replaceDocument(String, Object, DocumentReplaceOptions)
ArangoCollectionAsync.replaceDocument
(String key, T value, DocumentReplaceOptions options, Class<T> type) Asynchronous version ofArangoCollection.replaceDocument(String, Object, DocumentReplaceOptions, Class)
ArangoCollection.replaceDocuments
(RawData 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.ArangoCollection.replaceDocuments
(Iterable<?> 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.ArangoCollection.replaceDocuments
(Iterable<? extends T> values, DocumentReplaceOptions options, Class<T> type) 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.ArangoCollectionAsync.replaceDocuments
(RawData values, DocumentReplaceOptions options) Asynchronous version ofArangoCollection.replaceDocuments(RawData, DocumentReplaceOptions)
ArangoCollectionAsync.replaceDocuments
(Iterable<?> values, DocumentReplaceOptions options) Asynchronous version ofArangoCollection.replaceDocuments(Iterable, DocumentReplaceOptions)
ArangoCollectionAsync.replaceDocuments
(Iterable<? extends T> values, DocumentReplaceOptions options, Class<T> type) Asynchronous version ofArangoCollection.replaceDocuments(Iterable, DocumentReplaceOptions, Class)
-
Uses of DocumentReplaceOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type DocumentReplaceOptionsModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.replaceDocument
(String key, T value, DocumentReplaceOptions options) ArangoCollectionAsyncImpl.replaceDocument
(String key, T value, DocumentReplaceOptions options, Class<T> type) <T> DocumentUpdateEntity<T>
ArangoCollectionImpl.replaceDocument
(String key, T value, DocumentReplaceOptions options) <T> DocumentUpdateEntity<T>
ArangoCollectionImpl.replaceDocument
(String key, T value, DocumentReplaceOptions options, Class<T> type) protected <T> InternalRequest
InternalArangoCollection.replaceDocumentRequest
(String key, T value, DocumentReplaceOptions options) ArangoCollectionAsyncImpl.replaceDocuments
(RawData values, DocumentReplaceOptions options) ArangoCollectionAsyncImpl.replaceDocuments
(Iterable<?> values, DocumentReplaceOptions options) ArangoCollectionAsyncImpl.replaceDocuments
(Iterable<? extends T> values, DocumentReplaceOptions options, Class<T> type) ArangoCollectionImpl.replaceDocuments
(RawData values, DocumentReplaceOptions options) ArangoCollectionImpl.replaceDocuments
(Iterable<?> values, DocumentReplaceOptions options) ArangoCollectionImpl.replaceDocuments
(Iterable<? extends T> values, DocumentReplaceOptions options, Class<T> type) protected InternalRequest
InternalArangoCollection.replaceDocumentsRequest
(RawData values, DocumentReplaceOptions options) protected <T> InternalRequest
InternalArangoCollection.replaceDocumentsRequest
(Iterable<T> values, DocumentReplaceOptions options) -
Uses of DocumentReplaceOptions in com.arangodb.model
Methods in com.arangodb.model that return DocumentReplaceOptionsModifier and TypeMethodDescriptionDocumentReplaceOptions.ignoreRevs
(Boolean ignoreRevs) DocumentReplaceOptions.refillIndexCaches
(Boolean refillIndexCaches) DocumentReplaceOptions.versionAttribute
(String versionAttribute) You can use theversionAttribute
option for external versioning support.DocumentReplaceOptions.waitForSync
(Boolean waitForSync)