Mike Kolesnik has submitted this change and it was merged. Change subject: core: Add new business entity: Disk ......................................................................
core: Add new business entity: Disk In contrast to BaseDisk, this entity will also hold the storage specific implementation details, and is in fact a type of BaseDisk. The storage specific types will inherit from this type and extend it with storage specific data. Clients should update their code to use this class instead of DiskImage directly, to support other possible storage types. Change-Id: I8abd008b699c3b8e5e1222979708dacb686fce69 --- A backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/Disk.java M frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/Common.gwt.xml 2 files changed, 84 insertions(+), 0 deletions(-) Approvals: Mike Kolesnik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/3647 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8abd008b699c3b8e5e1222979708dacb686fce69 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Mike Kolesnik <[email protected]> Gerrit-Reviewer: Michael Kublin <[email protected]> Gerrit-Reviewer: Mike Kolesnik <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
