Package ZenModel :: Module ZenModelItem :: Class ZenModelItem
[hide private]
[frames] | no frames]

Class ZenModelItem

source code

               object --+    
                        |    
ZenModelBase.ZenModelBase --+
                            |
                           ZenModelItem
Known Subclasses:
ZDeviceLoader.ZDeviceLoader, Classifier.Classifier

Simple class that non RelationshipManager items inherit from to provide primary path functionality.

Instance Methods [hide private]
 
__init__(self, id)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
getPrimaryPath(self) source code
 
getPrimaryUrlPath(self)
get the physicalpath as a url
source code
 
primaryAq(self)
return this object with is acquisition path set to primary path
source code

Inherited from ZenModelBase.ZenModelBase: __call__, __hash__, all_meta_types, breadCrumbs, callZenScreen, checkRemotePerm, checkValidId, createHierarchyObj, custPropertyIds, custPropertyMap, getBreadCrumbUrlPath, getDmd, getDmdObj, getDmdRoot, getHierarchyObj, getIconPath, getIdLink, getNowString, getObjByPath, getPrimaryDmdId, getUnusedId, getZ, getZopeObj, helpLink, isLocalName, manage_deleteObjects, prepId, saveCustProperties, todayDate, urlLink, view, visibleCustPropertyMap, yesterdayDate, zenScreenUrl, zenpathjoin, zenpathsplit, zentinelTabs, zmanage_editProperties

Inherited from object: __delattr__, __getattribute__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  meta_type = 'ZenModelItem'
  security = ClassSecurityInfo()
  __ac_permissions__ = (('View', ('getPrimaryPath', 'getPrimaryU...

Inherited from ZenModelBase.ZenModelBase: index_html, sub_meta_types

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, id)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

__ac_permissions__

Value:
(('View', ('getPrimaryPath', 'getPrimaryUrlPath')))