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.internal
Methods in com.arangodb.internal with parameters of type DocumentDeleteOptionsModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.deleteDocument
(String key, DocumentDeleteOptions options) ArangoCollectionAsyncImpl.deleteDocument
(String key, DocumentDeleteOptions options, Class<T> type) ArangoCollectionImpl.deleteDocument
(String key, DocumentDeleteOptions options) <T> DocumentDeleteEntity<T>
ArangoCollectionImpl.deleteDocument
(String key, DocumentDeleteOptions options, Class<T> type) protected InternalRequest
InternalArangoCollection.deleteDocumentRequest
(String key, DocumentDeleteOptions options) ArangoCollectionAsyncImpl.deleteDocuments
(RawData values, DocumentDeleteOptions options) ArangoCollectionAsyncImpl.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options) ArangoCollectionAsyncImpl.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options, Class<T> type) ArangoCollectionImpl.deleteDocuments
(RawData values, DocumentDeleteOptions options) ArangoCollectionImpl.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options) ArangoCollectionImpl.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options, Class<T> type) protected InternalRequest
InternalArangoCollection.deleteDocumentsRequest
(RawData docs, DocumentDeleteOptions options) protected <T> InternalRequest
InternalArangoCollection.deleteDocumentsRequest
(Iterable<T> docs, DocumentDeleteOptions options) -
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)