Trees | Indices | Help |
|
---|
|
1 ############################################################################## 2 # 3 # Copyright (C) Zenoss, Inc. 2007, all rights reserved. 4 # 5 # This content is made available according to terms specified in 6 # License.zenoss under the directory where your Zenoss product is installed. 7 # 8 ############################################################################## 9 10 11 from Products.CMFCore.utils import getToolByName 1214 """ A mixin allowing an object to be the 15 endpoint of a Link object. 16 """ 1733 34 43 44 5319 try: 20 return getToolByName(self.dmd.ZenLinkManager, self.link_catalog) 21 except AttributeError: 22 return None2325 cat = self._getLinkCatalog() 26 if cat is not None: 27 cat.catalog_object(self, self.getPrimaryId())28
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1.1812 on Mon Jul 30 17:11:17 2012 | http://epydoc.sourceforge.net |