Uses of Class
com.arangodb.model.DocumentDeleteOptions
Packages that use DocumentDeleteOptions
-
Uses of DocumentDeleteOptions in com.arangodb
Methods in com.arangodb with parameters of type DocumentDeleteOptionsModifier and TypeMethodDescriptionArangoCollection.deleteDocument
(String key, DocumentDeleteOptions options) Deletes the document with the givenkey
from the collection.<T> DocumentDeleteEntity<T>
ArangoCollection.deleteDocument
(String key, DocumentDeleteOptions options, Class<T> type) Deletes the document with the givenkey
from the collection.ArangoCollectionAsync.deleteDocument
(String key, DocumentDeleteOptions options) Asynchronous version ofArangoCollection.deleteDocument(String, DocumentDeleteOptions)
ArangoCollectionAsync.deleteDocument
(String key, DocumentDeleteOptions options, Class<T> type) Asynchronous version ofArangoCollection.deleteDocument(String, DocumentDeleteOptions, Class)
ArangoCollection.deleteDocuments
(RawData values, DocumentDeleteOptions options) Deletes multiple documents from the collection.ArangoCollection.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options) Deletes multiple documents from the collection.ArangoCollection.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options, Class<T> type) Deletes multiple documents from the collection.ArangoCollectionAsync.deleteDocuments
(RawData values, DocumentDeleteOptions options) Asynchronous version ofArangoCollection.deleteDocuments(RawData, DocumentDeleteOptions)
ArangoCollectionAsync.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options) Asynchronous version ofArangoCollection.deleteDocuments(Iterable, DocumentDeleteOptions)
ArangoCollectionAsync.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options, Class<T> type) Asynchronous version ofArangoCollection.deleteDocuments(Iterable, DocumentDeleteOptions, Class)
-
Uses of DocumentDeleteOptions in com.arangodb.model
Methods in com.arangodb.model that return DocumentDeleteOptionsModifier and TypeMethodDescriptionDocumentDeleteOptions.ignoreRevs
(Boolean ignoreRevs) DocumentDeleteOptions.refillIndexCaches
(Boolean refillIndexCaches) DocumentDeleteOptions.waitForSync
(Boolean waitForSync)