Bug 761561

Summary: Some class missed in oVirt engine source code(get source code by git clone git://gerrit.ovirt.org/ovirt-engine)
Product: [Retired] oVirt Reporter: robin1115
Component: ovirt-engine-coreAssignee: lpeer <lpeer>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acathrow, iheim, ykaul
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-12 00:35:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description robin1115 2011-12-08 15:46:03 UTC
I get the project source code by
git clone git://gerrit.ovirt.org/ovirt-engine

but when reading the source code , the following classes are seems not exist in the codebase:
Action
Network
DataCenter
VLAN

Comment 1 Itamar Heim 2011-12-12 15:58:40 UTC
the names in the code are older than in the UI/API.
DataCenter is mostly a storage pool
Action is mostly a VdcCommand iirc
Network/VLAN is VmNetworkInterface or VdsNetworkInterface

all entities are under:
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/

i suggest asking for questions around "where do i find X in the code" on the mailing list.