22 Mar
2009
22 Mar
'09
3:19 p.m.
Hi Devs, I'm in need of a method to set the parent document of a given document. So until the we remodel the model classes (when? xwiki 2.0 release?), I propose to add the following method: void setParent(String parentDoc); Now the next question is where to add this method? DocumentAccessBridge or DocumentModelBridge? To me it seems to fit DocumentModelBridge. WDYT? Thanks. - Asiri