[Zope] Getting the creator of an object

Dieter Maurer dieter@handshake.de
Sat, 2 Mar 2002 15:36:48 +0100


Luis =?iso-8859-1?Q?Mart=EDn_Arga=F1araz?= writes:
 > How can I get the name of the creator of an object?
I fear, in vanilla Zope, "Creator" is not maintained.
This is different when you use CMF, Zope's content management framework.

In Zope, there is a similar concept, the "Owner".
There is a method in "AccessControl.Owned.Owned" that can read it.
When I remember right, it is private, i.e. can only be used in
"secure" code (External Method or Python based class).


Dieter