| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.model |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ArangoDatabase.getDocument(String id,
Class<T> type,
DocumentReadOptions options)
Reads a single document
|
<T> T |
ArangoCollection.getDocument(String key,
Class<T> type,
DocumentReadOptions options)
Reads a single document
|
<T> T |
ArangoEdgeCollection.getEdge(String key,
Class<T> type,
DocumentReadOptions options)
Fetches an existing edge
|
<T> T |
ArangoVertexCollection.getVertex(String key,
Class<T> type,
DocumentReadOptions options)
Fetches an existing vertex
|
| Modifier and Type | Method and Description |
|---|---|
DocumentReadOptions |
DocumentReadOptions.catchException(boolean catchException) |
DocumentReadOptions |
DocumentReadOptions.ifMatch(String ifMatch) |
DocumentReadOptions |
DocumentReadOptions.ifNoneMatch(String ifNoneMatch) |
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.