Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
DefaultEntity |
InternalAqlFunctionsDriver.createAqlFunction(String name,
String code) |
DefaultEntity |
ArangoDriver.createAqlFunction(String name,
String code) |
DefaultEntity |
ArangoDriver.createUser(String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
DefaultEntity |
InternalUsersDriver.createUser(String database,
String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
DefaultEntity |
InternalAqlFunctionsDriver.deleteAqlFunction(String name,
boolean isNameSpace) |
DefaultEntity |
ArangoDriver.deleteAqlFunction(String name,
boolean isNameSpace) |
DefaultEntity |
ArangoDriver.deleteUser(String username) |
DefaultEntity |
InternalUsersDriver.deleteUser(String database,
String username) |
DefaultEntity |
ArangoDriver.executeBatch() |
DefaultEntity |
ArangoDriver.executeScript(String jsCode) |
DefaultEntity |
InternalAdminDriver.executeScript(String database,
String jsCode) |
DefaultEntity |
ArangoDriver.finishQuery(long cursorId) |
DefaultEntity |
InternalCursorDriver.finishQuery(String database,
long cursorId) |
DefaultEntity |
ArangoDriver.reloadRouting() |
DefaultEntity |
InternalAdminDriver.reloadRouting() |
DefaultEntity |
ArangoDriver.replaceUser(String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
DefaultEntity |
InternalUsersDriver.replaceUser(String database,
String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
DefaultEntity |
ArangoDriver.updateUser(String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
DefaultEntity |
InternalUsersDriver.updateUser(String database,
String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
Modifier and Type | Class and Description |
---|---|
class |
DeletedEntity |
Modifier and Type | Method and Description |
---|---|
DefaultEntity |
EntityDeserializers.DefaultEntityDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
DefaultEntity |
InternalAqlFunctionsDriverImpl.createAqlFunction(String name,
String code) |
DefaultEntity |
InternalUsersDriverImpl.createUser(String database,
String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
DefaultEntity |
InternalAqlFunctionsDriverImpl.deleteAqlFunction(String name,
boolean isNameSpace) |
DefaultEntity |
InternalUsersDriverImpl.deleteUser(String database,
String username) |
DefaultEntity |
InternalBatchDriverImpl.executeBatch(List<BatchPart> callStack,
String defaultDataBase) |
DefaultEntity |
InternalAdminDriverImpl.executeScript(String database,
String jsCode) |
DefaultEntity |
InternalCursorDriverImpl.finishQuery(String database,
long cursorId) |
DefaultEntity |
InternalAdminDriverImpl.reloadRouting() |
DefaultEntity |
InternalUsersDriverImpl.replaceUser(String database,
String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
DefaultEntity |
InternalUsersDriverImpl.updateUser(String database,
String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
Copyright © 2012–2014 ArangoDB GmbH. All rights reserved.