13 Dec
1999
13 Dec
'99
4:08 p.m.
-----Original Message----- From: Ross Boylan [mailto:RossBoylan@stanfordalumni.org] Sent: Sunday, December 12, 1999 9:22 PM To: zope-dev@zope.org Subject: [Zope-dev] Object ownership
I've been making some assumptions about how ownership works, and I'd appreciate it if anyone could tell me if they are right.
1) The owner of an object is the authenticated user when the script that creates it runs.
Correct.
2) So User objects have an owner of superuser, not themselves.
huh?
3) I can programmatically create an object graph, and the ownership of the parts of the graph will be right.
The owner of the parts will be the user that created them. -Michel