cloudstack/server/src/com/cloud/api/dispatch
Rohit Yadav 95abb6efc3 CLOUDSTACK-9361: Centrally handle API validations
Validate API arguments based on annotations. Introduces:
- NotNullOrEmpty: for doing null and empty string checks
- PositiveNumber: number > 0 (natural number)

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2016-05-11 09:40:22 +05:30
..
CommandCreationWorker.java CLOUDSTACK-6530: Populate the first class entities in the context to be available for publishing more information for the event bus, checking the displayable property etc. 2014-04-28 18:21:48 -07:00
DispatchChain.java Dispatcher corrections, refactoring and tests 2014-03-07 19:12:07 +01:00
DispatchChainFactory.java Dispatcher corrections, refactoring and tests 2014-03-07 19:12:07 +01:00
DispatchTask.java rats 2014-03-07 19:27:58 +01:00
DispatchWorker.java Dispatcher corrections, refactoring and tests 2014-03-07 19:12:07 +01:00
ParamGenericValidationWorker.java server: ignore params signatureversion and expires when validating API args 2015-04-14 16:52:32 +05:30
ParamProcessWorker.java CLOUDSTACK-9361: Centrally handle API validations 2016-05-11 09:40:22 +05:30
ParamUnpackWorker.java Fixed Coverity reported performance issues like inefficient string concatenations, wrong boxing or unboxing types, inefficent map element retrievals 2014-07-01 22:06:25 +02:00
SpecificCmdValidationWorker.java Dispatcher corrections, refactoring and tests 2014-03-07 19:12:07 +01:00