Class OServerCommandGetGephi
java.lang.Object
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract
com.orientechnologies.orient.graph.server.command.OServerCommandGetGephi
- All Implemented Interfaces:
OServerCommand
-
Field Summary
Fields inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract
DBNAME_DIR_SEPARATOR, SESSIONID_LOGOUT, SESSIONID_UNAUTHORIZEDFields inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
server -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(OHttpRequest iRequest, OHttpResponse iResponse) Executes the command requested.protected voidgenerateGraphDbOutput(Iterable<OrientElement> iVertices, OJSONWriter json) String[]getNames()protected voidsendRecordsContent(OHttpRequest iRequest, OHttpResponse iResponse, Iterable<OrientElement> iRecords, String iFetchPlan) Methods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract
afterExecute, authenticate, beforeExecute, getProfiledDatabaseInstance, getProfiledDatabaseInstanceBasic, getProfiledDatabaseInstanceToken, sendAuthorizationRequestMethods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
checkSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCache
-
Constructor Details
-
OServerCommandGetGephi
public OServerCommandGetGephi() -
OServerCommandGetGephi
-
-
Method Details
-
execute
Description copied from interface:OServerCommandExecutes the command requested.- Returns:
- boolean value that indicates if this command is part of a chain
- Throws:
Exception
-
sendRecordsContent
protected void sendRecordsContent(OHttpRequest iRequest, OHttpResponse iResponse, Iterable<OrientElement> iRecords, String iFetchPlan) throws IOException - Throws:
IOException
-
generateGraphDbOutput
protected void generateGraphDbOutput(Iterable<OrientElement> iVertices, OJSONWriter json) throws IOException - Throws:
IOException
-
getNames
-