| Package | Description |
|---|---|
| org.modeshape.jcr.cache | |
| org.modeshape.jcr.cache.document |
| Modifier and Type | Field and Description |
|---|---|
protected static Iterator<ChildReferences.ChildInsertions> |
ChildReferences.NoChanges.NO_INSERTIONS_ITERATOR |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SessionNode.Insertions |
| Modifier and Type | Method and Description |
|---|---|
ChildReferences.ChildInsertions |
SessionNode.ChangedChildren.insertionsBefore(ChildReference key) |
ChildReferences.ChildInsertions |
SessionNode.InsertedChildReferences.insertionsBefore(NodeKey key) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ChildReferences.ChildInsertions> |
SessionNode.ChangedChildren.insertions(Name name) |
Iterator<ChildReferences.ChildInsertions> |
SessionNode.InsertedChildReferences.insertions(Name name) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.