ModeShape Distribution 3.2.0.Final

org.modeshape.jcr.cache
Interface ChildReferences.ChildInsertions

All Known Implementing Classes:
SessionNode.Insertions
Enclosing interface:
ChildReferences

public static interface ChildReferences.ChildInsertions

A representation of the child references that were inserted before some other node.


Method Summary
 Iterable<ChildReference> inserted()
          The nodes that were inserted.
 ChildReference insertedBefore()
          The reference to the child before which the nodes are to be inserted.
 

Method Detail

inserted

Iterable<ChildReference> inserted()
The nodes that were inserted.

Returns:
the iterator over the child references that were inserted; never null

insertedBefore

ChildReference insertedBefore()
The reference to the child before which the nodes are to be inserted.

Returns:
the child reference before which the nodes are to be inserted; never null

ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.