Mike Kolesnik has submitted this change and it was merged. Change subject: core: Filtering for GetAllVmSnapshotsByDriveQuery ......................................................................
core: Filtering for GetAllVmSnapshotsByDriveQuery Permission filtering according to the user who issued the GetAllVmSnapshotsByDriveQuery. Filtering is done by the DAO, the query simply delegates the correct parameters to it. (v.2: Made the GetAllVmSnapshotsByDrive constant in the VdcQueryType enum a user query) Change-Id: I83920a7deac78b53c1f1bace495e91150373687a --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetAllVmSnapshotsByDriveQuery.java M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/GetAllDisksByVmIdQueryTest.java M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/GetAllVmSnapshotsByDriveQueryTest.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java 4 files changed, 9 insertions(+), 16 deletions(-) Approvals: Mike Kolesnik: Looks good to me, approved Allon Mureinik: Verified -- To view, visit http://gerrit.ovirt.org/1993 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I83920a7deac78b53c1f1bace495e91150373687a Gerrit-PatchSet: 7 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Livnat Peer <[email protected]> Gerrit-Reviewer: Mike Kolesnik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
