Alon Bar-Lev has posted comments on this change.

Change subject: engine : Validate parameter in canDoAction
......................................................................


Patch Set 8:

(1 comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/utils/ParametersValidator.java
Line 35:                 if (!params.containsAll(cmdParams.get(false))) {
Line 36:                     List<Parameter> copy = new 
ArrayList(cmdParams.get(false));
Line 37:                     copy.removeAll(params);
Line 38:                     log.warnFormat("Required parameters {0} not found 
in command.", getParameterNames(copy));
Line 39:                     
messages.add(VdcBllMessages.REQUIRED_PARAMETER_MISSING.name());
yes... the parameter, parametersmap, @parameter, this one are all generic as 
far as I understand and we can use these in other plugin interfaces such as the 
aaa or events, right?
Line 40:                 } else {
Line 41:                     params.removeAll(cmdParams.get(false));
Line 42:                     params.removeAll(cmdParams.get(true));
Line 43:                     if (params.size() > 0) {


-- 
To view, visit http://gerrit.ovirt.org/21485
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I15566c9177da28b2d47bbb6018fbfb61defcf3da
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <rn...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Ravi Nori <rn...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to