public class InternalAqlFunctionsDriverImpl extends BaseArangoDriver implements InternalAqlFunctionsDriver
Modifier and Type | Field and Description |
---|---|
protected AnnotationHandler |
annotationHandler |
protected static String |
COLLECTION |
protected ArangoConfigure |
configure |
protected HttpManager |
httpManager |
Modifier and Type | Method and Description |
---|---|
DefaultEntity |
createAqlFunction(String database,
String name,
String code) |
DefaultEntity |
deleteAqlFunction(String database,
String name,
boolean isNameSpace) |
AqlFunctionsEntity |
getAqlFunctions(String database,
String namespace) |
HttpManager |
getHttpManager() |
void |
setHttpManager(HttpManager httpManager) |
createDocumentEndpointUrl, createDocumentHandle, createDocumentHandle, createEndpointUrl, createEndpointUrl, createEntity, createEntity, createEntity, createEntity, createEntityImpl, createGharialEndpointUrl, createIndexEndpointUrl, createJobEndpointUrl, createUserEndpointUrl, getJSONResponseText, setKeyValueHeader, setStatusCode, toReplicationDumpHeader, validate, validateCollectionName, validateDatabaseName, validateDocumentHandle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHttpManager, setHttpManager
protected static final String COLLECTION
protected ArangoConfigure configure
protected HttpManager httpManager
protected AnnotationHandler annotationHandler
public DefaultEntity createAqlFunction(String database, String name, String code) throws ArangoException
createAqlFunction
in interface InternalAqlFunctionsDriver
ArangoException
public AqlFunctionsEntity getAqlFunctions(String database, String namespace) throws ArangoException
getAqlFunctions
in interface InternalAqlFunctionsDriver
ArangoException
public DefaultEntity deleteAqlFunction(String database, String name, boolean isNameSpace) throws ArangoException
deleteAqlFunction
in interface InternalAqlFunctionsDriver
ArangoException
public HttpManager getHttpManager()
getHttpManager
in interface BaseDriverInterface
public void setHttpManager(HttpManager httpManager)
setHttpManager
in interface BaseDriverInterface
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.