Uses of Class
com.arangodb.model.DocumentUpdateOptions
Packages that use DocumentUpdateOptions
-
Uses of DocumentUpdateOptions in com.arangodb
Methods in com.arangodb with parameters of type DocumentUpdateOptionsModifier and TypeMethodDescription<T> DocumentUpdateEntity<T>ArangoCollection.updateDocument(String key, Object value, DocumentUpdateOptions options, Class<T> returnType) Partially updates the document identified by document-key.<T> DocumentUpdateEntity<T>ArangoCollection.updateDocument(String key, T value, DocumentUpdateOptions options) Partially updates the document identified by document-key.ArangoCollectionAsync.updateDocument(String key, Object value, DocumentUpdateOptions options, Class<T> returnType) Asynchronous version ofArangoCollection.updateDocument(String, Object, DocumentUpdateOptions, Class)ArangoCollectionAsync.updateDocument(String key, T value, DocumentUpdateOptions options) Asynchronous version ofArangoCollection.updateDocument(String, Object, DocumentUpdateOptions)ArangoCollection.updateDocuments(RawData values, DocumentUpdateOptions options) Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.ArangoCollection.updateDocuments(Iterable<?> values, DocumentUpdateOptions options) Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.ArangoCollection.updateDocuments(Iterable<?> values, DocumentUpdateOptions options, Class<T> returnType) Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.ArangoCollectionAsync.updateDocuments(RawData values, DocumentUpdateOptions options) Asynchronous version ofArangoCollection.updateDocuments(RawData, DocumentUpdateOptions)ArangoCollectionAsync.updateDocuments(Iterable<?> values, DocumentUpdateOptions options) Asynchronous version ofArangoCollection.updateDocuments(Iterable, DocumentUpdateOptions)ArangoCollectionAsync.updateDocuments(Iterable<?> values, DocumentUpdateOptions options, Class<T> returnType) Asynchronous version ofArangoCollection.updateDocuments(Iterable, DocumentUpdateOptions, Class) -
Uses of DocumentUpdateOptions in com.arangodb.model
Methods in com.arangodb.model that return DocumentUpdateOptionsModifier and TypeMethodDescriptionDocumentUpdateOptions.ignoreRevs(Boolean ignoreRevs) DocumentUpdateOptions.mergeObjects(Boolean mergeObjects) DocumentUpdateOptions.refillIndexCaches(Boolean refillIndexCaches) DocumentUpdateOptions.versionAttribute(String versionAttribute) You can use theversionAttributeoption for external versioning support.DocumentUpdateOptions.waitForSync(Boolean waitForSync)