Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
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 |
---|---|
protected Request |
InternalArangoCollection.getDocumentRequest(String key,
DocumentReadOptions options) |
protected Request |
InternalArangoEdgeCollection.getEdgeRequest(String key,
DocumentReadOptions options) |
protected Request |
InternalArangoVertexCollection.getVertexRequest(String key,
DocumentReadOptions options) |
Modifier and Type | Method and Description |
---|---|
DocumentReadOptions |
DocumentReadOptions.ifMatch(String ifMatch) |
DocumentReadOptions |
DocumentReadOptions.ifNoneMatch(String ifNoneMatch) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.