ModeShape Distribution 3.2.0.Final

Uses of Interface
org.modeshape.jcr.cache.ChildReferences.ChildInsertions

Packages that use ChildReferences.ChildInsertions
org.modeshape.jcr.cache   
org.modeshape.jcr.cache.document   
 

Uses of ChildReferences.ChildInsertions in org.modeshape.jcr.cache
 

Fields in org.modeshape.jcr.cache with type parameters of type ChildReferences.ChildInsertions
protected static Iterator<ChildReferences.ChildInsertions> ChildReferences.NoChanges.NO_INSERTIONS_ITERATOR
           
 

Methods in org.modeshape.jcr.cache that return ChildReferences.ChildInsertions
 ChildReferences.ChildInsertions ChildReferences.Changes.insertionsBefore(ChildReference key)
          Get the set of child references that were inserted before the node with the supplied key.
 ChildReferences.ChildInsertions ChildReferences.NoChanges.insertionsBefore(ChildReference key)
           
 

Methods in org.modeshape.jcr.cache that return types with arguments of type ChildReferences.ChildInsertions
 Iterator<ChildReferences.ChildInsertions> ChildReferences.Changes.insertions(Name name)
          Get the references to the children with the supplied name that were inserted.
 Iterator<ChildReferences.ChildInsertions> ChildReferences.NoChanges.insertions(Name name)
           
 

Uses of ChildReferences.ChildInsertions in org.modeshape.jcr.cache.document
 

Classes in org.modeshape.jcr.cache.document that implement ChildReferences.ChildInsertions
protected static class SessionNode.Insertions
           
 

Methods in org.modeshape.jcr.cache.document that return ChildReferences.ChildInsertions
 ChildReferences.ChildInsertions SessionNode.ChangedChildren.insertionsBefore(ChildReference key)
           
 ChildReferences.ChildInsertions SessionNode.InsertedChildReferences.insertionsBefore(NodeKey key)
           
 

Methods in org.modeshape.jcr.cache.document that return types with arguments of type ChildReferences.ChildInsertions
 Iterator<ChildReferences.ChildInsertions> SessionNode.ChangedChildren.insertions(Name name)
           
 Iterator<ChildReferences.ChildInsertions> SessionNode.InsertedChildReferences.insertions(Name name)
           
 


ModeShape Distribution 3.2.0.Final

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