Uses of Class
com.arangodb.model.DocumentReadOptions
Packages that use DocumentReadOptions
-
Uses of DocumentReadOptions in com.arangodb
Methods in com.arangodb with parameters of type DocumentReadOptionsModifier and TypeMethodDescription<T> T
ArangoCollection.getDocument
(String key, Class<T> type, DocumentReadOptions options) Retrieves the document with the givenkey
from the collection.<T> CompletableFuture<T>
ArangoCollectionAsync.getDocument
(String key, Class<T> type, DocumentReadOptions options) Asynchronous version ofArangoCollection.getDocument(String, Class, DocumentReadOptions)
<T> MultiDocumentEntity<T>
ArangoCollection.getDocuments
(Iterable<String> keys, Class<T> type, DocumentReadOptions options) Retrieves multiple documents with the given_key
from the collection.<T> CompletableFuture<MultiDocumentEntity<T>>
ArangoCollectionAsync.getDocuments
(Iterable<String> keys, Class<T> type, DocumentReadOptions options) Asynchronous version ofArangoCollection.getDocuments(Iterable, Class, DocumentReadOptions)
-
Uses of DocumentReadOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type DocumentReadOptionsModifier and TypeMethodDescription<T> CompletableFuture<T>
ArangoCollectionAsyncImpl.getDocument
(String key, Class<T> type, DocumentReadOptions options) <T> T
ArangoCollectionImpl.getDocument
(String key, Class<T> type, DocumentReadOptions options) protected InternalRequest
InternalArangoCollection.getDocumentRequest
(String key, DocumentReadOptions options) <T> CompletableFuture<MultiDocumentEntity<T>>
ArangoCollectionAsyncImpl.getDocuments
(Iterable<String> keys, Class<T> type, DocumentReadOptions options) <T> MultiDocumentEntity<T>
ArangoCollectionImpl.getDocuments
(Iterable<String> keys, Class<T> type, DocumentReadOptions options) protected InternalRequest
InternalArangoCollection.getDocumentsRequest
(Iterable<String> keys, DocumentReadOptions options) -
Uses of DocumentReadOptions in com.arangodb.model
Methods in com.arangodb.model that return DocumentReadOptionsModifier and TypeMethodDescriptionDocumentReadOptions.allowDirtyRead
(Boolean allowDirtyRead) DocumentReadOptions.ifNoneMatch
(String ifNoneMatch)