
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(java.lang.String language,
java.lang.String text,
java.lang.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) |
java.lang.String[] |
getNames() |
protected void |
sendRecordsContent(OHttpRequest iRequest,
OHttpResponse iResponse,
com.orientechnologies.orient.core.sql.executor.OResultSet resultSet,
java.lang.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 java.lang.Exception
OServerCommandjava.lang.Exceptionprotected void sendRecordsContent(OHttpRequest iRequest, OHttpResponse iResponse, com.orientechnologies.orient.core.sql.executor.OResultSet resultSet, java.lang.String iFetchPlan, int limit) throws java.io.IOException
java.io.IOExceptionprotected void generateGraphDbOutput(com.orientechnologies.orient.core.sql.executor.OResultSet resultSet,
int limit,
com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String[] getNames()
protected com.orientechnologies.orient.core.sql.executor.OResultSet executeStatement(java.lang.String language,
java.lang.String text,
java.lang.Object params,
ODatabaseDocument db)
Copyright © 2009–2022 OrientDB. All rights reserved.