Uses of Class
com.arangodb.model.GraphDocumentReadOptions
Packages that use GraphDocumentReadOptions
-
Uses of GraphDocumentReadOptions in com.arangodb
Methods in com.arangodb with parameters of type GraphDocumentReadOptionsModifier and TypeMethodDescription<T> T
ArangoEdgeCollection.getEdge
(String key, Class<T> type, GraphDocumentReadOptions options) Fetches an existing edge<T> CompletableFuture<T>
ArangoEdgeCollectionAsync.getEdge
(String key, Class<T> type, GraphDocumentReadOptions options) Asynchronous version ofArangoEdgeCollection.getEdge(String, Class, GraphDocumentReadOptions)
<T> T
ArangoVertexCollection.getVertex
(String key, Class<T> type, GraphDocumentReadOptions options) Retrieves the vertex document with the givenkey
from the collection.<T> CompletableFuture<T>
ArangoVertexCollectionAsync.getVertex
(String key, Class<T> type, GraphDocumentReadOptions options) Asynchronous version ofArangoVertexCollection.getVertex(String, Class, GraphDocumentReadOptions)
-
Uses of GraphDocumentReadOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type GraphDocumentReadOptionsModifier and TypeMethodDescription<T> CompletableFuture<T>
ArangoEdgeCollectionAsyncImpl.getEdge
(String key, Class<T> type, GraphDocumentReadOptions options) <T> T
ArangoEdgeCollectionImpl.getEdge
(String key, Class<T> type, GraphDocumentReadOptions options) protected InternalRequest
InternalArangoEdgeCollection.getEdgeRequest
(String key, GraphDocumentReadOptions options) <T> CompletableFuture<T>
ArangoVertexCollectionAsyncImpl.getVertex
(String key, Class<T> type, GraphDocumentReadOptions options) <T> T
ArangoVertexCollectionImpl.getVertex
(String key, Class<T> type, GraphDocumentReadOptions options) protected InternalRequest
InternalArangoVertexCollection.getVertexRequest
(String key, GraphDocumentReadOptions options) -
Uses of GraphDocumentReadOptions in com.arangodb.model
Methods in com.arangodb.model that return GraphDocumentReadOptionsModifier and TypeMethodDescriptionGraphDocumentReadOptions.allowDirtyRead
(Boolean allowDirtyRead) GraphDocumentReadOptions.ifNoneMatch
(String ifNoneMatch)