[Zope-CMF] Object ownership

alan runyan alan runyan" <runyaga@runyaga.com
Mon, 20 May 2002 11:25:46 -0500


> Does anyone know of a simple method for finding out who owns a given
object,
> and perhaps a means of transfering ownership around?

look at the lib/python/AccessControl/Owned.py
and AccessControl/dtml/owner dtml

> I had a cursory look through the usual places; I guess if ownership is
still
> entirely governed by local roles, then I might have been looking in the
wrong
> place.

you can do it via local roles (prefered way) but before I heard of this
'best practice'
I did it via external methods (probably not prefered)
http://www.zopelabs.com/cookbook/997307749

~runyaga