
public class OServerCommandGetGephi extends OServerCommandAuthenticatedDbAbstract
DBNAME_DIR_SEPARATOR, SESSIONID_LOGOUT, SESSIONID_UNAUTHORIZEDserver| Constructor and Description |
|---|
OServerCommandGetGephi() |
OServerCommandGetGephi(OServerCommandConfiguration iConfig) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(OHttpRequest iRequest,
OHttpResponse iResponse)
Executes the command requested.
|
protected com.orientechnologies.orient.core.sql.executor.OResultSet |
executeStatement(String language,
String text,
Object params,
ODatabaseDocument db) |
protected void |
generateGraphDbOutput(com.orientechnologies.orient.core.sql.executor.OResultSet resultSet,
int limit,
com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json) |
String[] |
getNames() |
protected void |
sendRecordsContent(OHttpRequest iRequest,
OHttpResponse iResponse,
com.orientechnologies.orient.core.sql.executor.OResultSet resultSet,
String iFetchPlan,
int limit) |
afterExecute, authenticate, beforeExecute, getProfiledDatabaseInstance, getProfiledDatabaseInstanceBasic, getProfiledDatabaseInstanceToken, sendAuthorizationRequestcheckSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCachepublic OServerCommandGetGephi()
public OServerCommandGetGephi(OServerCommandConfiguration iConfig)
public boolean execute(OHttpRequest iRequest, OHttpResponse iResponse) throws Exception
OServerCommandExceptionprotected void sendRecordsContent(OHttpRequest iRequest, OHttpResponse iResponse, com.orientechnologies.orient.core.sql.executor.OResultSet resultSet, String iFetchPlan, int limit) throws IOException
IOExceptionprotected void generateGraphDbOutput(com.orientechnologies.orient.core.sql.executor.OResultSet resultSet,
int limit,
com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json)
throws IOException
IOExceptionpublic String[] getNames()
protected com.orientechnologies.orient.core.sql.executor.OResultSet executeStatement(String language, String text, Object params, ODatabaseDocument db)
Copyright © 2009–2018 OrientDB. All rights reserved.