cloudstack/server/src/com/cloud/api
alena b1194e68f7 Fixed the build 2010-11-10 10:14:08 -08:00
..
commands bug 4177: RegisterIsoCmd and RegisterTemplateCmd API - Added account and domainId params so that one could register them on behalf of other accounts. 2010-11-10 17:47:59 +05:30
doc Fixed the build 2010-11-10 10:14:08 -08:00
response bug 7089: return embedded object name in xml response 2010-11-08 13:59:14 -08:00
ApiConstants.java making changes for disk offerings with a new column called customized being added, for the UI to cosume whilst deploying vm with an arbitrary volume size. The UI will use this value to set the right size and the offering will ensure the right tags are taken. 2010-11-03 17:45:52 -07:00
ApiDBUtils.java bug 6958: return state for Account api commands 2010-11-05 15:48:05 -07:00
ApiDispatcher.java More api refactor - build api response is execute() method instead of getResponse method. 2010-11-09 09:58:05 -08:00
ApiGsonHelper.java bug 7063: AsyncJobResult should now return the correct success and error tags upon the completion of a async job. It should now follow either the format ... jobresult.success or jobresult.errorcode and jobresult.errortext 2010-11-05 17:30:03 -07:00
ApiResponseHelper.java bug 6914: return password in deployVirtualMachine/resetVmPassword response. 2010-11-09 11:18:54 -08:00
ApiSerializerHelper.java bug 7089: return embedded object name in xml response 2010-11-08 13:59:14 -08:00
ApiServer.java More api refactor - build api response is execute() method instead of getResponse method. 2010-11-09 09:58:05 -08:00
ApiServlet.java Added more changes to the api 2010-10-21 15:11:49 -07:00
BaseAsyncCmd.java More api refactor - build api response is execute() method instead of getResponse method. 2010-11-09 09:58:05 -08:00
BaseAsyncCreateCmd.java 1) Refactored current Apis not to use reflection for method invocation. In new version following has to be done: 2010-11-08 11:27:36 -08:00
BaseCmd.java More api refactor - build api response is execute() method instead of getResponse method. 2010-11-09 09:58:05 -08:00
BaseListCmd.java bug 6812: fixed default pagesize of all listXXX command to unlimited for now. 2010-11-08 13:15:02 -08:00
Implementation.java Change the API Implementation annotation to use the manager's class rather than an enum. This allows methods for new managers to be added trivially rather than having to modify the dispatcher to load a new manager class. 2010-10-27 12:23:31 -07:00
Parameter.java Incremental checkin for ApiXmlDocBuilder 2010-10-04 09:50:14 -07:00
ResponseObject.java bug 7059: refactored the API to now add the single embedded object tag after a response 2010-11-05 20:10:57 -07:00
ResponseObjectTypeAdapter.java bug 7059: refactored the API to now add the single embedded object tag after a response 2010-11-05 20:10:57 -07:00
ServerApiException.java Source code committed 2010-08-11 09:13:29 -07:00