public class InternalAqlFunctionsDriverImpl extends BaseArangoDriver implements InternalAqlFunctionsDriver
| Modifier and Type | Field and Description |
|---|---|
protected String |
baseUrl |
protected ArangoConfigure |
configure |
protected HttpManager |
httpManager |
| Modifier and Type | Method and Description |
|---|---|
DefaultEntity |
createAqlFunction(String name,
String code) |
DefaultEntity |
deleteAqlFunction(String name,
boolean isNameSpace) |
AqlFunctionsEntity |
getAqlFunctions(String namespace) |
HttpManager |
getHttpManager() |
void |
setHttpManager(HttpManager httpManager) |
createDocumentHandle, createDocumentHandle, createEndpointUrl, createEntity, createEntity, createEntity, createEntity, createEntityImpl, setKeyValueHeader, setStatusCode, toReplicationDumpHeader, validate, validateCollectionName, validateDatabaseName, validateDocumentHandleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHttpManager, setHttpManagerprotected ArangoConfigure configure
protected HttpManager httpManager
protected String baseUrl
public DefaultEntity createAqlFunction(String name, String code) throws ArangoException
createAqlFunction in interface InternalAqlFunctionsDriverArangoExceptionpublic AqlFunctionsEntity getAqlFunctions(String namespace) throws ArangoException
getAqlFunctions in interface InternalAqlFunctionsDriverArangoExceptionpublic DefaultEntity deleteAqlFunction(String name, boolean isNameSpace) throws ArangoException
deleteAqlFunction in interface InternalAqlFunctionsDriverArangoExceptionpublic HttpManager getHttpManager()
getHttpManager in interface BaseDriverInterfacepublic void setHttpManager(HttpManager httpManager)
setHttpManager in interface BaseDriverInterfaceCopyright © 2012–2015 ArangoDB GmbH. All rights reserved.