[Zope] What difference between subclassing from OFS:Folder and ObjectManager

Stefan H. Holek stefan@epy.co.at
Tue, 5 Dec 2000 13:06:47 +0100 (CET)


On Tue, 5 Dec 2000, Dirksen wrote:

> What is the difference between subclassing from OFS:Folder and ObjectManager? Is it the
> ONLY difference that the ObjectManager is able to limit kinds of object to contain?
> 

Deriving from OFS:Folder will only give you global meta types in the
Addbox, whereas deriving from ObjectManager will only give you the
included ZClasses. I have not yet found a way to have both ;(

Stefan