Uses of Class
com.arangodb.entity.DocumentUpdateEntity
Packages that use DocumentUpdateEntity
-
Uses of DocumentUpdateEntity in com.arangodb
Methods in com.arangodb that return DocumentUpdateEntityModifier and TypeMethodDescriptionArangoCollection.replaceDocument(String key, Object value) 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) 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 violatedArangoCollection.updateDocument(String key, Object value) Partially updates the document identified by document-key.<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.Methods in com.arangodb that return types with arguments of type DocumentUpdateEntityModifier and TypeMethodDescriptionArangoCollectionAsync.replaceDocument(String key, Object value) Asynchronous version ofArangoCollection.replaceDocument(String, Object)ArangoCollectionAsync.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) 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(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) 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) Asynchronous version ofArangoCollection.replaceDocuments(RawData)ArangoCollectionAsync.replaceDocuments(RawData values, DocumentReplaceOptions options) Asynchronous version ofArangoCollection.replaceDocuments(RawData, DocumentReplaceOptions)ArangoCollectionAsync.replaceDocuments(Iterable<?> values) Asynchronous version ofArangoCollection.replaceDocuments(Iterable))}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)ArangoCollectionAsync.updateDocument(String key, Object value) Asynchronous version ofArangoCollection.updateDocument(String, Object)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) Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.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) 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) Asynchronous version ofArangoCollection.updateDocuments(RawData)ArangoCollectionAsync.updateDocuments(RawData values, DocumentUpdateOptions options) Asynchronous version ofArangoCollection.updateDocuments(RawData, DocumentUpdateOptions)ArangoCollectionAsync.updateDocuments(Iterable<?> values) Asynchronous version ofArangoCollection.updateDocuments(Iterable)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)