On Wed, Feb 11, 2015 at 8:59 PM, Andrei Dulvac <[email protected]> wrote: > Not a biggie, but it's odd that doesn't exist on the NodeBuilder or > something.
NodeBuilder API was meant to model the Tree access and has just the required set of operations to enable our usecases and was not meant to model the JCR Node/Property API. So for generic operations its preferable to stick to JCR api! Chetan Mehrotra
