more on relations - now includes an IObjectRemoved event handler and more fine-grained permissions

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@658 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2005-11-05 14:17:01 +00:00
parent 3c8b67a378
commit a0b4af8081

View file

@ -47,7 +47,7 @@ class IRelationsRegistryQuery(Interface):
""" Return a list of relations that fulfill the criteria given.
Example: rr.queryRelations(first=someObject, second=anotherObject,
relationship='a.dotted.name')
relationship=SomeRelationClass)
"""