Example #1
0
 def createHierarchyObj(self, root, name, factory, relpath="", alog=None):
     """
     DEPRECATED this is only seems to be used in Organizer.createOrganizer -
     Create an object from its path we use relpath to skip down any missing
     relations in the path and factory is the constructor for this object.
     """
     return createHierarchyObj(root, name, factory, relpath, alog)
Example #2
0
 def createHierarchyObj(self, root, name, factory, relpath="", alog=None):
     """
     DEPRECATED this is only seems to be used in Organizer.createOrganizer -
     Create an object from its path we use relpath to skip down any missing
     relations in the path and factory is the constructor for this object.
     """
     return createHierarchyObj(root, name, factory, relpath, alog)