public class OServerCommandGetGephi extends OServerCommandAuthenticatedDbAbstract
DBNAME_DIR_SEPARATOR, SESSIONID_LOGOUT, SESSIONID_UNAUTHORIZED
server
Constructor and Description |
---|
OServerCommandGetGephi() |
OServerCommandGetGephi(OServerCommandConfiguration iConfig) |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(OHttpRequest iRequest,
OHttpResponse iResponse)
Executes the command requested.
|
protected void |
generateGraphDbOutput(Iterable<OrientElement> iVertices,
OJSONWriter json) |
String[] |
getNames() |
protected void |
sendRecordsContent(OHttpRequest iRequest,
OHttpResponse iResponse,
Iterable<OrientElement> iRecords,
String iFetchPlan) |
afterExecute, authenticate, beforeExecute, getProfiledDatabaseInstance, getProfiledDatabaseInstanceBasic, getProfiledDatabaseInstanceToken, sendAuthorizationRequest
checkSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCache
public OServerCommandGetGephi()
public OServerCommandGetGephi(OServerCommandConfiguration iConfig)
public boolean execute(OHttpRequest iRequest, OHttpResponse iResponse) throws Exception
OServerCommand
Exception
protected void sendRecordsContent(OHttpRequest iRequest, OHttpResponse iResponse, Iterable<OrientElement> iRecords, String iFetchPlan) throws IOException
IOException
protected void generateGraphDbOutput(Iterable<OrientElement> iVertices, OJSONWriter json) throws IOException
IOException
public String[] getNames()
Copyright © 2009–2020 OrientDB. All rights reserved.