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 withkeywith 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 withkeywith 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.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 theversionAttributeoption for external versioning support.DocumentReplaceOptions.waitForSync(Boolean waitForSync)