Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.entity.marker |
Modifier and Type | Field and Description |
---|---|
protected BaseEntity |
ArangoException.entity |
Modifier and Type | Method and Description |
---|---|
protected <T extends BaseEntity> |
BaseArangoDriver.createEntity(HttpResponseEntity res,
Class<T> clazz) |
protected <T extends BaseEntity> |
BaseArangoDriver.createEntity(HttpResponseEntity res,
Class<T> clazz,
Class<?>... pclazz) |
protected <T extends BaseEntity> |
BaseArangoDriver.createEntity(HttpResponseEntity res,
Class<T> clazz,
Class<?>[] pclazz,
boolean validate)
Creates an entity object
|
Modifier and Type | Method and Description |
---|---|
BaseEntity |
ArangoException.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseArangoDriver.setStatusCode(HttpResponseEntity res,
BaseEntity entity) |
protected void |
BaseArangoDriver.validate(HttpResponseEntity res,
BaseEntity entity) |
Constructor and Description |
---|
ArangoException(BaseEntity entity) |
Modifier and Type | Class and Description |
---|---|
class |
AdminLogEntity
A entity defining admin logs
|
class |
AqlFunctionsEntity
An entity wrapping a list of AQL functions
|
class |
ArangoUnixTime
An entity representing the arango server time
|
class |
ArangoVersion
An entity representing the ArangoDB version
|
class |
BaseDocument
Created by gschwab on 1/14/15.
|
class |
BaseMapEntity<K,V>
Abstract base class for map results
|
class |
BatchResponseEntity
This entity is a representation of the result of a batch part
|
class |
BatchResponseListEntity
A representation of the complete result of a batch request.
|
class |
BooleanResultEntity
Entity representing a boolean result.
|
class |
CollectionEntity
A representation of an ArangoDB collection
|
class |
CollectionsEntity
A entity representing a list of ArangoDB collections
|
class |
CursorEntity<T>
Cursor entity that represents the result of a AQL query.
|
class |
DatabaseEntity
An entity representing an ArangoDB database
|
class |
DefaultEntity
A default entity extending the base entity .
|
class |
DeletedEntity
An entity used as a result for deletions.
|
class |
DocumentEntity<T>
The generic document entity
|
class |
DocumentResultEntity<T>
An entity representing a list of documents
|
class |
DocumentsEntity
An entity representing a list of document ids
|
class |
EdgeEntity<T> |
class |
GraphEntity |
class |
GraphGetCollectionsResultEntity |
class |
GraphsEntity |
class |
ImportResultEntity |
class |
IndexEntity
An entity representing an index on a collection
|
class |
IndexesEntity
An entity defining an index list
|
class |
JobsEntity
This entity represents a list of job ids.
|
class |
KeyValueEntity |
class |
MapAsEntity |
class |
PlainEdgeEntity |
class |
QueriesResultEntity |
class |
QueryCachePropertiesEntity |
class |
QueryTrackingPropertiesEntity |
class |
ReplicationApplierConfigEntity
The configuration of the replication applier.
|
class |
ReplicationApplierStateEntity
An entity representing a ReplicationApplierState
|
class |
ReplicationInventoryEntity |
class |
ReplicationLoggerConfigEntity |
class |
ReplicationLoggerStateEntity |
class |
ReplicationSyncEntity
Result of a full data synchronization from a remote endpoint into the local ArangoDB database.
|
class |
ScalarExampleEntity<T> |
class |
ShortestPathEntity<V,E> |
class |
SimpleByResultEntity |
class |
StatisticsDescriptionEntity |
class |
StatisticsEntity |
class |
StreamEntity |
class |
StringsResultEntity |
class |
TransactionEntity |
class |
TransactionResultEntity |
class |
TraversalEntity<V,E> |
class |
UserEntity |
class |
UsersEntity |
Modifier and Type | Class and Description |
---|---|
class |
VertexEntity<T> |
Modifier and Type | Method and Description |
---|---|
static <T extends BaseEntity> |
MissingInstanceCreater.getMissingClass(Class<T> clazz) |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.