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 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) 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 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)
-
Uses of DocumentUpdateEntity in com.arangodb.internal
Methods in com.arangodb.internal that return DocumentUpdateEntityModifier and TypeMethodDescriptionArangoCollectionImpl.replaceDocument
(String key, Object value) <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) ArangoCollectionImpl.updateDocument
(String key, Object value) <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) Methods in com.arangodb.internal that return types with arguments of type DocumentUpdateEntityModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.replaceDocument
(String key, Object value) ArangoCollectionAsyncImpl.replaceDocument
(String key, T value, DocumentReplaceOptions options) ArangoCollectionAsyncImpl.replaceDocument
(String key, T value, DocumentReplaceOptions options, Class<T> type) ArangoCollectionAsyncImpl.replaceDocuments
(RawData values) ArangoCollectionAsyncImpl.replaceDocuments
(RawData values, DocumentReplaceOptions options) ArangoCollectionAsyncImpl.replaceDocuments
(Iterable<?> values) ArangoCollectionAsyncImpl.replaceDocuments
(Iterable<?> values, DocumentReplaceOptions options) ArangoCollectionAsyncImpl.replaceDocuments
(Iterable<? extends T> values, DocumentReplaceOptions options, Class<T> type) ArangoCollectionImpl.replaceDocuments
(RawData values) ArangoCollectionImpl.replaceDocuments
(RawData values, DocumentReplaceOptions options) ArangoCollectionImpl.replaceDocuments
(Iterable<?> values) ArangoCollectionImpl.replaceDocuments
(Iterable<?> values, DocumentReplaceOptions options) ArangoCollectionImpl.replaceDocuments
(Iterable<? extends T> values, DocumentReplaceOptions options, Class<T> type) protected <T> ArangoExecutor.ResponseDeserializer<MultiDocumentEntity<DocumentUpdateEntity<T>>>
InternalArangoCollection.replaceDocumentsResponseDeserializer
(Class<T> returnType) ArangoCollectionAsyncImpl.updateDocument
(String key, Object value) ArangoCollectionAsyncImpl.updateDocument
(String key, Object value, DocumentUpdateOptions options, Class<T> returnType) ArangoCollectionAsyncImpl.updateDocument
(String key, T value, DocumentUpdateOptions options) ArangoCollectionAsyncImpl.updateDocuments
(RawData values) ArangoCollectionAsyncImpl.updateDocuments
(RawData values, DocumentUpdateOptions options) ArangoCollectionAsyncImpl.updateDocuments
(Iterable<?> values) ArangoCollectionAsyncImpl.updateDocuments
(Iterable<?> values, DocumentUpdateOptions options) ArangoCollectionAsyncImpl.updateDocuments
(Iterable<?> values, DocumentUpdateOptions options, Class<T> returnType) ArangoCollectionImpl.updateDocuments
(RawData values) ArangoCollectionImpl.updateDocuments
(RawData values, DocumentUpdateOptions options) ArangoCollectionImpl.updateDocuments
(Iterable<?> values) ArangoCollectionImpl.updateDocuments
(Iterable<?> values, DocumentUpdateOptions options) ArangoCollectionImpl.updateDocuments
(Iterable<?> values, DocumentUpdateOptions options, Class<T> returnType) protected <T> ArangoExecutor.ResponseDeserializer<MultiDocumentEntity<DocumentUpdateEntity<T>>>
InternalArangoCollection.updateDocumentsResponseDeserializer
(Class<T> returnType)