Allon Mureinik has posted comments on this change. Change subject: core: Introduce notion of internal queries ......................................................................
Patch Set 3: (1 inline comment) .................................................... File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java Line 316: command.setInternalExecution(!isPerformUserCheck); Followed the same pattern CommandBase uses - there is a isInternalExecution and setInternalExecution methods in QueryCommandBase, and Backend decides how to set it according to whether runQuery or runInternaQuery is used. Not sure how this differs from what you suggest. -- To view, visit http://gerrit.ovirt.org/1386 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I11e9977b58cee2d919c44d6940daeee2a3ff7da3 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
