Class OServerCommandPostProperty
java.lang.Object
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract
com.orientechnologies.orient.server.network.protocol.http.command.post.OServerCommandPostProperty
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanaddMultipreProperties(OHttpRequest iRequest, OHttpResponse iResponse, ODatabaseDocument db) protected booleanaddSingleProperty(OHttpRequest iRequest, OHttpResponse iResponse, ODatabaseDocument db) booleanexecute(OHttpRequest iRequest, OHttpResponse iResponse) Executes the command requested.String[]getNames()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
-
OServerCommandPostProperty
public OServerCommandPostProperty()
-
-
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
-
addSingleProperty
protected boolean addSingleProperty(OHttpRequest iRequest, OHttpResponse iResponse, ODatabaseDocument db) throws InterruptedException, IOException - Throws:
InterruptedExceptionIOException
-
addMultipreProperties
protected boolean addMultipreProperties(OHttpRequest iRequest, OHttpResponse iResponse, ODatabaseDocument db) throws InterruptedException, IOException - Throws:
InterruptedExceptionIOException
-
getNames
-