Allon Mureinik has submitted this change and it was merged. Change subject: core: Remove GetAllIdsFromExportDomainQuery ......................................................................
core: Remove GetAllIdsFromExportDomainQuery GetAllIdsFromExportDomainQuery is not used anywhere in the code, and hence should be removed. This patch removes the following: 1. The GetAllIdsFromExportDomainQuery class 2. The GetAllIdsFromExportDomain constant representing it in VdcQueryType 3. The GetVmsListVDSCommand class which was only used by this query. 4. The GetVmsList constant representing it in VDSCommandType. 5. The getVmsList(String, String) method in IIrsServer/IrsServerWrapper, which was only used by GetVmsListVDSCommand. 6. The GetVmsListReturnForXmlRpc class which was only used by GetVmsListVDSCommand. Change-Id: Id6c384ccbb317f67afb4d0fc13373dd6c7671f93 Signed-off-by: Allon Mureinik <[email protected]> --- D backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/GetAllIdsFromExportDomainQuery.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/vdscommands/VDSCommandType.java D backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/irsbroker/GetVmsListReturnForXmlRpc.java D backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/irsbroker/GetVmsListVDSCommand.java M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/irsbroker/IIrsServer.java M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/irsbroker/IrsServerWrapper.java 7 files changed, 0 insertions(+), 96 deletions(-) Approvals: Allon Mureinik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/13280 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id6c384ccbb317f67afb4d0fc13373dd6c7671f93 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Alissa Bonas <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Liron Ar <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: Vered Volansky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
