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.internal
Methods in com.arangodb.internal with parameters of type DocumentUpdateOptionsModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.updateDocument
(String key, Object value, DocumentUpdateOptions options, Class<T> returnType) ArangoCollectionAsyncImpl.updateDocument
(String key, T value, DocumentUpdateOptions options) <T> DocumentUpdateEntity<T>
ArangoCollectionImpl.updateDocument
(String key, Object value, DocumentUpdateOptions options, Class<T> returnType) <T> DocumentUpdateEntity<T>
ArangoCollectionImpl.updateDocument
(String key, T value, DocumentUpdateOptions options) protected <T> InternalRequest
InternalArangoCollection.updateDocumentRequest
(String key, T value, DocumentUpdateOptions options) ArangoCollectionAsyncImpl.updateDocuments
(RawData values, DocumentUpdateOptions options) ArangoCollectionAsyncImpl.updateDocuments
(Iterable<?> values, DocumentUpdateOptions options) ArangoCollectionAsyncImpl.updateDocuments
(Iterable<?> values, DocumentUpdateOptions options, Class<T> returnType) ArangoCollectionImpl.updateDocuments
(RawData values, DocumentUpdateOptions options) ArangoCollectionImpl.updateDocuments
(Iterable<?> values, DocumentUpdateOptions options) ArangoCollectionImpl.updateDocuments
(Iterable<?> values, DocumentUpdateOptions options, Class<T> returnType) protected InternalRequest
InternalArangoCollection.updateDocumentsRequest
(RawData values, DocumentUpdateOptions options) protected <T> InternalRequest
InternalArangoCollection.updateDocumentsRequest
(Iterable<T> values, DocumentUpdateOptions options) -
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 theversionAttribute
option for external versioning support.DocumentUpdateOptions.waitForSync
(Boolean waitForSync)