
public class OServerCommandPostBatch extends OServerCommandDocumentAbstract
{ "transaction" : true,
"operations" : [
{ "type" : "u",
"record" : {
"@rid" : "#14:122",
"name" : "Luca",
"vehicle" : "Car"
}
}, { "type" : "d",
"record" : {
"@rid" : "#14:100"
}
}, { "type" : "c",
"record" : {
"@class" : "City",
"name" : "Venice"
}
}
]
}
DBNAME_DIR_SEPARATOR, SESSIONID_LOGOUT, SESSIONID_UNAUTHORIZEDserver| Constructor and Description |
|---|
OServerCommandPostBatch() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(OHttpRequest iRequest,
OHttpResponse iResponse)
Executes the command requested.
|
java.lang.String[] |
getNames() |
com.orientechnologies.orient.core.record.impl.ODocument |
getRecord(java.util.Map<java.lang.Object,java.lang.Object> operation) |
bindToFieldsafterExecute, authenticate, beforeExecute, getProfiledDatabaseInstance, getProfiledDatabaseInstanceBasic, getProfiledDatabaseInstanceToken, sendAuthorizationRequestcheckSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCachepublic boolean execute(OHttpRequest iRequest, OHttpResponse iResponse) throws java.lang.Exception
OServerCommandjava.lang.Exceptionpublic com.orientechnologies.orient.core.record.impl.ODocument getRecord(java.util.Map<java.lang.Object,java.lang.Object> operation)
public java.lang.String[] getNames()
Copyright © 2009–2022 OrientDB. All rights reserved.