Frank Kobzik has posted comments on this change. Change subject: restapi: adjust api to new graphics representation ......................................................................
Patch Set 5: (1 comment) (no score: needs rebase) http://gerrit.ovirt.org/#/c/35281/5/backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/util/DisplayHelper.java File backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/util/DisplayHelper.java: Line 31: Line 32: /** Line 33: * Returs graphics types of graphics devices of entity with given id. Line 34: */ Line 35: // todo make this static and get rid of 'instance' attribute I only put comment not to forget about this. I'll try to start rebasing now (it's gonna take some time). Line 36: public List<GraphicsType> getGraphicsTypesForEntity(Guid id) { Line 37: List<GraphicsType> graphicsTypes = new ArrayList<>(); Line 38: Line 39: List<GraphicsDevice> graphicsDevices = getEntity(List.class, -- To view, visit http://gerrit.ovirt.org/35281 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ibed6bbbce8a36dff82a0903c3478cfb656589fb4 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Frank Kobzik <[email protected]> Gerrit-Reviewer: Frank Kobzik <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
