|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChildReference | |
---|---|
org.modeshape.jcr.cache | |
org.modeshape.jcr.cache.document |
Uses of ChildReference in org.modeshape.jcr.cache |
---|
Methods in org.modeshape.jcr.cache that return ChildReference | |
---|---|
ChildReference |
ChildReferences.getChild(Name name)
Look for the child reference that has the given name and a SNS index of '1'. |
ChildReference |
ChildReferences.getChild(Name name,
int snsIndex)
Look for the child reference that has the given name and SNS index. |
ChildReference |
ChildReferences.getChild(Name name,
int snsIndex,
ChildReferences.Context context)
Look for the child reference that has the given name and SNS index. |
ChildReference |
ChildReferences.getChild(NodeKey key)
Look for the child reference that has the node key. |
ChildReference |
ChildReferences.getChild(NodeKey key,
ChildReferences.Context context)
Look for the child reference that has the node key. |
ChildReference |
ChildReferences.getChild(Path.Segment segment)
Look for the child reference that has the given name and SNS index. |
ChildReference |
ChildReferences.Changes.inserted(NodeKey key)
Get the child reference for the inserted node with the supplied key. |
ChildReference |
ChildReferences.NoChanges.inserted(NodeKey key)
|
ChildReference |
ChildReferences.ChildInsertions.insertedBefore()
The reference to the child before which the nodes are to be inserted. |
ChildReference |
ChildReference.with(int snsIndex)
|
ChildReference |
ChildReference.with(Name name,
int snsIndex)
|
Methods in org.modeshape.jcr.cache that return types with arguments of type ChildReference | |
---|---|
Iterable<ChildReference> |
ChildReferences.ChildInsertions.inserted()
The nodes that were inserted. |
Iterator<ChildReference> |
ChildReferences.iterator()
Get an iterator over all of the children. |
Iterator<ChildReference> |
ChildReferences.iterator(ChildReferences.Context context)
Get an iterator over all child references in this collection, using the supplied context. |
Iterator<ChildReference> |
ChildReferences.iterator(ChildReferences.Context context,
Collection<?> namePatterns,
NamespaceRegistry registry)
Get an iterator over all of the children that have names matching at least one of the supplied patterns, using the supplied context. |
Iterator<ChildReference> |
ChildReferences.iterator(Collection<?> namePatterns,
NamespaceRegistry registry)
Get an iterator over all of the children that have names matching at least one of the supplied patterns. |
Iterator<ChildReference> |
ChildReferences.iterator(Name name)
Get an iterator over all of the children that have same name matching the supplied value. |
Iterator<ChildReference> |
ChildReferences.iterator(Name name,
ChildReferences.Context context)
Get an iterator over all of the children that have same name matching the supplied value. |
Methods in org.modeshape.jcr.cache with parameters of type ChildReference | |
---|---|
int |
ChildReference.compareTo(ChildReference that)
|
CachedNode |
NodeCache.getNode(ChildReference reference)
Get the cached representation of the node as represented by the supplied child reference. |
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)
|
boolean |
ChildReferences.Changes.isRemoved(ChildReference ref)
Determine whether the supplied child reference was removed. |
boolean |
ChildReferences.NoChanges.isRemoved(ChildReference key)
|
boolean |
ChildReferences.Changes.isRenamed(ChildReference ref)
Determine whether the supplied child reference was renamed. |
boolean |
ChildReferences.NoChanges.isRenamed(ChildReference ref)
|
Uses of ChildReference in org.modeshape.jcr.cache.document |
---|
Fields in org.modeshape.jcr.cache.document with type parameters of type ChildReference | |
---|---|
protected static Iterator<ChildReference> |
ImmutableChildReferences.EMPTY_ITERATOR
|
Methods in org.modeshape.jcr.cache.document that return ChildReference | |
---|---|
protected ChildReference |
DocumentTranslator.childReferenceFrom(Object value)
|
ChildReference |
ImmutableChildReferences.EmptyChildReferences.getChild(Name name)
|
ChildReference |
AbstractChildReferences.getChild(Name name)
|
ChildReference |
ImmutableChildReferences.EmptyChildReferences.getChild(Name name,
int snsIndex)
|
ChildReference |
AbstractChildReferences.getChild(Name name,
int snsIndex)
|
ChildReference |
SessionChildReferences.getChild(Name name,
int snsIndex,
ChildReferences.Context context)
|
ChildReference |
MutableChildReferences.getChild(Name name,
int snsIndex,
ChildReferences.Context context)
|
ChildReference |
ImmutableChildReferences.EmptyChildReferences.getChild(Name name,
int snsIndex,
ChildReferences.Context context)
|
ChildReference |
ImmutableChildReferences.Medium.getChild(Name name,
int snsIndex,
ChildReferences.Context context)
|
ChildReference |
ImmutableChildReferences.Segmented.getChild(Name name,
int snsIndex,
ChildReferences.Context context)
|
ChildReference |
SessionChildReferences.getChild(NodeKey key)
|
ChildReference |
MutableChildReferences.getChild(NodeKey key)
|
ChildReference |
ImmutableChildReferences.EmptyChildReferences.getChild(NodeKey key)
|
ChildReference |
ImmutableChildReferences.Medium.getChild(NodeKey key)
|
ChildReference |
ImmutableChildReferences.Segmented.getChild(NodeKey key)
|
ChildReference |
SessionChildReferences.getChild(NodeKey key,
ChildReferences.Context context)
|
ChildReference |
MutableChildReferences.getChild(NodeKey key,
ChildReferences.Context context)
|
ChildReference |
ImmutableChildReferences.EmptyChildReferences.getChild(NodeKey key,
ChildReferences.Context context)
|
ChildReference |
ImmutableChildReferences.Medium.getChild(NodeKey key,
ChildReferences.Context context)
|
ChildReference |
ImmutableChildReferences.Segmented.getChild(NodeKey key,
ChildReferences.Context context)
|
ChildReference |
ImmutableChildReferences.EmptyChildReferences.getChild(Path.Segment segment)
|
ChildReference |
AbstractChildReferences.getChild(Path.Segment segment)
|
ChildReference |
SessionNode.ChangedChildren.inserted(NodeKey key)
|
ChildReference |
SessionNode.InsertedChildReferences.inserted(NodeKey key)
Get the child reference for the inserted node with the supplied key. |
ChildReference |
SessionNode.Insertions.insertedBefore()
|
ChildReference |
AbstractChildReferences.ChildReferenceWithNameIterator.next()
|
protected ChildReference |
LazyCachedNode.parentReferenceToSelf(WorkspaceCache cache)
Get the parent node's child reference to this node. |
ChildReference |
SessionNode.Insertions.remove(NodeKey key)
|
ChildReference |
MutableChildReferences.remove(NodeKey key)
|
Methods in org.modeshape.jcr.cache.document that return types with arguments of type ChildReference | |
---|---|
protected Iterator<ChildReference> |
AbstractChildReferences.contextSensitiveIterator(Iterator<ChildReference> original,
ChildReferences.Context context)
|
protected Iterator<ChildReference> |
SessionChildReferences.createIterator(ChildReferences.Context context)
|
protected Iterator<ChildReference> |
SessionChildReferences.createIterator(Name name,
ChildReferences.Context context)
|
Iterable<ChildReference> |
SessionNode.Insertions.inserted()
|
Iterator<ChildReference> |
SessionChildReferences.iterator()
|
Iterator<ChildReference> |
MutableChildReferences.iterator()
|
Iterator<ChildReference> |
ImmutableChildReferences.EmptyChildReferences.iterator()
|
Iterator<ChildReference> |
ImmutableChildReferences.Medium.iterator()
|
Iterator<ChildReference> |
ImmutableChildReferences.Segmented.iterator()
|
Iterator<ChildReference> |
SessionChildReferences.iterator(ChildReferences.Context context)
|
Iterator<ChildReference> |
ImmutableChildReferences.EmptyChildReferences.iterator(ChildReferences.Context context)
|
Iterator<ChildReference> |
AbstractChildReferences.iterator(ChildReferences.Context context)
Get an iterator over all child references in this collection, but base the SNS indexes upon those already consumed. |
Iterator<ChildReference> |
ImmutableChildReferences.EmptyChildReferences.iterator(ChildReferences.Context context,
Collection<?> namePatterns,
NamespaceRegistry registry)
|
Iterator<ChildReference> |
AbstractChildReferences.iterator(ChildReferences.Context context,
Collection<?> namePatterns,
NamespaceRegistry registry)
|
Iterator<ChildReference> |
AbstractChildReferences.iterator(ChildReferences.Context context,
Name name)
|
Iterator<ChildReference> |
ImmutableChildReferences.EmptyChildReferences.iterator(Collection<?> namePatterns,
NamespaceRegistry registry)
|
Iterator<ChildReference> |
AbstractChildReferences.iterator(Collection<?> namePatterns,
NamespaceRegistry registry)
|
Iterator<ChildReference> |
MutableChildReferences.iterator(Name name)
|
Iterator<ChildReference> |
ImmutableChildReferences.EmptyChildReferences.iterator(Name name)
|
Iterator<ChildReference> |
ImmutableChildReferences.Medium.iterator(Name name)
|
Iterator<ChildReference> |
ImmutableChildReferences.Segmented.iterator(Name name)
|
Iterator<ChildReference> |
AbstractChildReferences.iterator(Name name)
|
Iterator<ChildReference> |
SessionChildReferences.iterator(Name name,
ChildReferences.Context context)
|
Iterator<ChildReference> |
ImmutableChildReferences.EmptyChildReferences.iterator(Name name,
ChildReferences.Context context)
|
Iterator<ChildReference> |
AbstractChildReferences.iterator(Name name,
ChildReferences.Context context)
|
Methods in org.modeshape.jcr.cache.document with parameters of type ChildReference | |
---|---|
void |
SessionNode.Insertions.add(ChildReference reference)
|
boolean |
SessionNode.Insertions.contains(ChildReference reference)
|
EditableDocument |
DocumentTranslator.fromChildReference(ChildReference ref)
|
CachedNode |
WorkspaceCache.getNode(ChildReference reference)
|
CachedNode |
AbstractSessionCache.getNode(ChildReference reference)
|
void |
SessionNode.ChangedChildren.insertBefore(ChildReference before,
ChildReference inserted)
Insert the supplied child reference before another child reference. |
void |
SessionNode.InsertedChildReferences.insertBefore(ChildReference before,
ChildReference inserted)
|
ChildReferences.ChildInsertions |
SessionNode.ChangedChildren.insertionsBefore(ChildReference key)
|
boolean |
SessionNode.ChangedChildren.isRemoved(ChildReference ref)
|
boolean |
SessionNode.ChangedChildren.isRenamed(ChildReference ref)
|
boolean |
SessionNode.InsertedChildReferences.remove(ChildReference inserted)
|
boolean |
SessionNode.Insertions.remove(ChildReference reference)
|
Method parameters in org.modeshape.jcr.cache.document with type arguments of type ChildReference | |
---|---|
void |
MutableChildReferences.append(Iterable<ChildReference> references)
|
protected Iterator<ChildReference> |
AbstractChildReferences.contextSensitiveIterator(Iterator<ChildReference> original,
ChildReferences.Context context)
|
static ChildReferences |
ImmutableChildReferences.create(List<ChildReference> references)
|
Constructors in org.modeshape.jcr.cache.document with parameters of type ChildReference | |
---|---|
SessionNode.Insertions(ChildReference before)
|
|
SessionNode.Insertions(ChildReference before,
ChildReference inserted)
|
Constructor parameters in org.modeshape.jcr.cache.document with type arguments of type ChildReference | |
---|---|
AbstractChildReferences.ChildReferenceWithNameIterator(Iterator<ChildReference> delegate,
Name name)
|
|
ImmutableChildReferences.Medium(Iterable<ChildReference> children)
|
|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |