yep, I sort of came to that conclusion once I experimented some more.
But your design sounds good ! Thanks for the advice. Michael. On 1/7/07, Jacco van Weert <[EMAIL PROTECTED]> wrote:
Hello Micheal, The "recycle" bin feature can be created in several ways. One way I just can think of is; - Move the node to the "recycle bin" node, must be of (super)type nt:unstructured. - Add a mixin nodetype to it which has a property to store the parent node path/UUID. Now you can restore the node (or delete it as well). Al the (recyclebin) nodes must allow mixin types of course. Greetings, Jacco On 1/5/07, Michael Neale <[EMAIL PROTECTED]> wrote: > > Hi All. > > Is it possible to find/restore a version of a removed node without using > the > nodes parent ? > > If I create a version of the "containing" node, of course I can always > look > back at it and get at a child before it was removed. BUT, can I do this > without touching or caring about the parent? > > > Not quite sure if what I am asking makes sense, its hard to express .. (I > guess I want some kind of "recycle" bin type facility, in a sense). > > ideas? > > Thanks, > > Michael. > >
