Cisco Cisco 3350 Mobility Services Engine Guide Du Développeur

Page de 224
C
ISCO 
MSE
 
API
 
S
PECI FICATI ON 
G
UI DE 
 
C
ONTEXT 
A
W ARE 
S
ERVICE  OF 
MSE,
 
R
ELEASE 
7.4
.
       
P
A G E  
29
  O F  
2 27  
 
 
 
 
C H A P T E R   2  
Common Object Model 
2.1 Baseclass 
All objects in the MSE system inherit from the AesObject class. The AesObject class defines an 
object identifier that uniquely identifies the object in the MSE database. If this object identifier 
is not assigned, then the object is a new object not yet managed or assigned by the MSE. 
All persistent objects returned from the MSE have the following common attributes returned as 
part of their XML content. 
 
objectId - Unique object identifier for the class 
 
parentId - Unique object identifier for the parent 
 
changedOn -Timestamp of the last change (addition or modification) to the entry 
 
options - Defines whether this object represents: 
o  OPT_FULL - A full object defines all attributes including all children objects and 
attachments. 
o  OPT_MED - A medium object defines all attributes including all children without 
any attachments. 
o  OPT_MIN - A minimum object defines the attributes of the object only without 
any children or attachments.