On Tue, Sep 28, 2010 at 8:16 PM, Christian Wurbs <[email protected]> wrote: > Hi everybody, > > > > Is there a possibility to get a list of pending changes from the Session?
no. what's your use case? you can check an Item whether whether it's modified/new, see [0], [1]. cheers stefan [0] http://www.day.com/maven/jsr170/javadocs/jcr-1.0/javax/jcr/Item.html#isModified() [1] http://www.day.com/maven/jsr170/javadocs/jcr-1.0/javax/jcr/Item.html#isNew() > > > > I'm interested in the path of the items that have pending changes. > > > > Thanks a lot > > > > Christian Wurbs > >
