Package com.orientechnologies.orient.server.network.protocol.http.command.patch

Examples of com.orientechnologies.orient.server.network.protocol.http.command.patch.OServerCommandPatchDocument


     cmdManager.registerCommand(new OServerCommandGetStorageAllocation());
     cmdManager.registerCommand(new OServerCommandGetFileDownload());
     cmdManager.registerCommand(new OServerCommandGetIndex());
     cmdManager.registerCommand(new OServerCommandGetListDatabases());
     cmdManager.registerCommand(new OServerCommandGetExportDatabase());
     cmdManager.registerCommand(new OServerCommandPatchDocument());
     cmdManager.registerCommand(new OServerCommandPostBatch());
     cmdManager.registerCommand(new OServerCommandPostClass());
     cmdManager.registerCommand(new OServerCommandPostCommand());
     cmdManager.registerCommand(new OServerCommandPostDatabase());
     cmdManager.registerCommand(new OServerCommandPostInstallDatabase());
View Full Code Here

TOP

Related Classes of com.orientechnologies.orient.server.network.protocol.http.command.patch.OServerCommandPatchDocument

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.