Package Products :: Package ZenUtils :: Package guid :: Module interfaces :: Class IGUIDManager
[hide private]
[frames] | no frames]

Class IGUIDManager

source code

zope.interface.Interface --+
                           |
                          IGUIDManager

A utility that can register objects as having guids and look up objects by guid.

Instance Methods [hide private]
 
getPath(guid)
Return the path associated with a guid.
source code
 
getObject(guid)
Return the object associated with a guid.
source code
 
register(object)
Store the guid-path mapping in the reference table.
source code