Daniel Erez has posted comments on this change.

Change subject: core: remove VdcObjectType from ActionGroup enum
......................................................................


Patch Set 1:

(2 comments)

....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/ActionGroup.java
Line 120: 
Line 121: 
Line 122:     private int id;
Line 123:     private RoleType roleType;
Line 124:     private VdcObjectType vdcObjectType;
Done
Line 125:     private boolean allowsViewingChildren;
Line 126:     private int applicationMode;
Line 127:     private static final HashMap<Integer, ActionGroup> map = new 
HashMap<Integer, ActionGroup>(ActionGroup.values().length);
Line 128:     private static final HashMap<VdcObjectType, 
ArrayList<ActionGroup>> entityToActionGroupsMapping =


Line 125:     private boolean allowsViewingChildren;
Line 126:     private int applicationMode;
Line 127:     private static final HashMap<Integer, ActionGroup> map = new 
HashMap<Integer, ActionGroup>(ActionGroup.values().length);
Line 128:     private static final HashMap<VdcObjectType, 
ArrayList<ActionGroup>> entityToActionGroupsMapping =
Line 129:             new HashMap<VdcObjectType, ArrayList<ActionGroup>>();
Done
Line 130:     private static final List<ActionGroup> userActionsGroup = new 
ArrayList<ActionGroup>();
Line 131: 
Line 132:     static {
Line 133:         for (ActionGroup t : ActionGroup.values()) {


-- 
To view, visit http://gerrit.ovirt.org/19280
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib40e8aab37ea11c463f03e25e1e48495db17ca1e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[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

Reply via email to