cloudstack/ui
Kris McQueen 2a4ddac41a Change getResponse() to return a ResponseObject so that the caller can choose how to serialize. This in in preparation for serializing the async commands to the database with class information and deserializing them into the ResponseObject itself when queryAsyncJobResult is called. Once the ResponseObject is deserialized, the proper string can be returned to the caller.
The previous behavior had the JSON response from the command embedded into the queryAsyncJobResult response as a string rather than a JSON object which prevented the client from being able to read the response.  With this new behavior an actual JSON object should be returned which can then be parsed on the client side.
2010-09-23 17:34:28 -07:00
..
content Committing Kris' big merge 2010-08-11 16:02:57 -07:00
css Source code committed 2010-08-11 09:13:29 -07:00
images Source code committed 2010-08-11 09:13:29 -07:00
jsp Committing Kris' big merge 2010-08-11 16:02:57 -07:00
resources Committing Kris' big merge 2010-08-11 16:02:57 -07:00
scripts Change getResponse() to return a ResponseObject so that the caller can choose how to serialize. This in in preparation for serializing the async commands to the database with class information and deserializing them into the ResponseObject itself when queryAsyncJobResult is called. Once the ResponseObject is deserialized, the proper string can be returned to the caller. 2010-09-23 17:34:28 -07:00
test AddHost and AddSecondaryStorage have different required parameters, so avoid subclassing these commands and just call a common method in the agent manager. Fix the response name for listAccounts. CreateUser returns one user, so don't always get response.user[0] since that's pointless. A secondary storage host does not have a pod id (NfsSecondaryStorageResource) so make sure not to dereference variables that will be null. 2010-09-21 16:28:31 -07:00
.classpath Source code committed 2010-08-11 09:13:29 -07:00
.project Source code committed 2010-08-11 09:13:29 -07:00
favicon.ico Source code committed 2010-08-11 09:13:29 -07:00
index.html Committing Kris' big merge 2010-08-11 16:02:57 -07:00