[Zope-CMF] How to get Type in manage_afterAdd?
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Mon, 4 Feb 2002 18:45:33 +0100
    
    
  
Jon Edwards writes:
 > ...
 > Evan's "Untangling Acquisition with Trees"
 > (http://www.zope.org/Members/4am/aq_trees) is a great help, but doesn't
 > mention aq_explicit. My understanding is that aq_explicit limits the search
 > to the left sub-tree of the diagrams?
Right, unless, you do something special: e.g. use "aq_acquire"
or use a special "acquire" value (it's named differently, but I
am too lazy to look it up; it's described in the acquistition documentation).
Dieter