Laszlo Hornyak has posted comments on this change. Change subject: core: Rename storage_domains entity to StorageDomain ......................................................................
Patch Set 3: Looks good to me, but someone else must approve (2 inline comments) .................................................... File backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/AbstractBackendStorageDomainContentsResource.java Line 45: } Line 46: } Line 47: Line 48: protected Guid lookupStorageDomainIdByName(String name) { Line 49: return getEntity(org.ovirt.engine.core.common.businessentities.StorageDomain.class, SearchType.StorageDomain, "Storage: name=" + name).getId(); Looks like eclipse did it on purpose in files where SearchType.StorageDomain is used Line 50: } Line 51: Line 52: public Guid getDataCenterId(Guid storageDomainId) { Line 53: List<storage_pool> storagepools = getStoragePools(storageDomainId, this); .................................................... File backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendAttachedStorageDomainResource.java Line 14: import org.ovirt.engine.core.common.queries.VdcQueryType; Line 15: import org.ovirt.engine.core.compat.Guid; Line 16: Line 17: public class BackendAttachedStorageDomainResource Line 18: extends AbstractBackendActionableResource<StorageDomain, org.ovirt.engine.core.common.businessentities.StorageDomain> Here it can't be, it is in conflict with the rest api type with the same name :-( Line 19: implements AttachedStorageDomainResource { Line 20: Line 21: protected Guid dataCenterId; Line 22: -- To view, visit http://gerrit.ovirt.org/11782 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id87b0d8f4896c84b7a40863cc86a9ef8219627d0 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tal Nisan <tni...@redhat.com> Gerrit-Reviewer: Alissa Bonas <abo...@redhat.com> Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com> Gerrit-Reviewer: Ayal Baron <aba...@redhat.com> Gerrit-Reviewer: Daniel Erez <de...@redhat.com> Gerrit-Reviewer: Laszlo Hornyak <lhorn...@redhat.com> Gerrit-Reviewer: Liron Aravot <lara...@redhat.com> Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com> Gerrit-Reviewer: Michael Pasternak <mpast...@redhat.com> Gerrit-Reviewer: Mike Kolesnik <mkole...@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com> Gerrit-Reviewer: Roy Golan <rgo...@redhat.com> Gerrit-Reviewer: Sharad Mishra <snmis...@linux.vnet.ibm.com> Gerrit-Reviewer: Tal Nisan <tni...@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches