|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChildNodeEntry | |
|---|---|
| org.apache.jackrabbit.mk.htree | |
| org.apache.jackrabbit.mk.model | |
| Uses of ChildNodeEntry in org.apache.jackrabbit.mk.htree |
|---|
| Methods in org.apache.jackrabbit.mk.htree that return ChildNodeEntry | |
|---|---|
ChildNodeEntry |
ChildNodeEntriesHTree.add(ChildNodeEntry entry)
|
ChildNodeEntry |
ChildNodeEntriesHTree.get(String name)
|
ChildNodeEntry |
ChildNodeEntriesHTree.remove(String name)
|
ChildNodeEntry |
ChildNodeEntriesHTree.rename(String oldName,
String newName)
|
| Methods in org.apache.jackrabbit.mk.htree that return types with arguments of type ChildNodeEntry | |
|---|---|
Iterator<ChildNodeEntry> |
ChildNodeEntriesHTree.getAdded(ChildNodeEntries other)
|
Iterator<ChildNodeEntry> |
ChildNodeEntriesHTree.getEntries(int offset,
int count)
|
Iterator<ChildNodeEntry> |
ChildNodeEntriesHTree.getModified(ChildNodeEntries other)
|
Iterator<ChildNodeEntry> |
ChildNodeEntriesHTree.getRemoved(ChildNodeEntries other)
|
| Methods in org.apache.jackrabbit.mk.htree with parameters of type ChildNodeEntry | |
|---|---|
ChildNodeEntry |
ChildNodeEntriesHTree.add(ChildNodeEntry entry)
|
| Uses of ChildNodeEntry in org.apache.jackrabbit.mk.model |
|---|
| Subclasses of ChildNodeEntry in org.apache.jackrabbit.mk.model | |
|---|---|
protected static class |
ChildNodeEntriesTree.NodeInfo
|
| Fields in org.apache.jackrabbit.mk.model with type parameters of type ChildNodeEntry | |
|---|---|
protected static List<ChildNodeEntry> |
ChildNodeEntriesTree.EMPTY
|
protected static List<ChildNodeEntry> |
ChildNodeEntriesMap.EMPTY
|
protected HashMap<String,ChildNodeEntry> |
ChildNodeEntriesMap.entries
|
| Methods in org.apache.jackrabbit.mk.model that return types with arguments of type ChildNodeEntry | |
|---|---|
Iterator<ChildNodeEntry> |
ChildNodeEntriesTree.getAdded(ChildNodeEntries other)
|
Iterator<ChildNodeEntry> |
ChildNodeEntries.getAdded(ChildNodeEntries other)
Returns those entries that exist in other but not in
this. |
Iterator<ChildNodeEntry> |
ChildNodeEntriesMap.getAdded(ChildNodeEntries other)
|
Iterator<ChildNodeEntry> |
Node.getChildNodeEntries(int offset,
int count)
|
Iterator<ChildNodeEntry> |
AbstractNode.getChildNodeEntries(int offset,
int count)
|
Iterator<ChildNodeEntry> |
StoredNode.getChildNodeEntries(int offset,
int count)
|
Iterator<ChildNodeEntry> |
ChildNodeEntriesTree.getEntries(int offset,
int cnt)
|
Iterator<ChildNodeEntry> |
ChildNodeEntries.getEntries(int offset,
int count)
|
Iterator<ChildNodeEntry> |
ChildNodeEntriesMap.getEntries(int offset,
int count)
|
Iterator<ChildNodeEntry> |
ChildNodeEntriesTree.getModified(ChildNodeEntries other)
|
Iterator<ChildNodeEntry> |
ChildNodeEntries.getModified(ChildNodeEntries other)
Returns this instance's entries that have namesakes in
other but with different ids. |
Iterator<ChildNodeEntry> |
ChildNodeEntriesMap.getModified(ChildNodeEntries other)
|
Iterator<ChildNodeEntry> |
ChildNodeEntriesTree.getRemoved(ChildNodeEntries other)
|
Iterator<ChildNodeEntry> |
ChildNodeEntries.getRemoved(ChildNodeEntries other)
Returns those entries that exist in this but not in
other. |
Iterator<ChildNodeEntry> |
ChildNodeEntriesMap.getRemoved(ChildNodeEntries other)
|
| Methods in org.apache.jackrabbit.mk.model with parameters of type ChildNodeEntry | |
|---|---|
ChildNodeEntry |
ChildNodeEntriesTree.add(ChildNodeEntry entry)
|
ChildNodeEntry |
ChildNodeEntries.add(ChildNodeEntry entry)
|
ChildNodeEntry |
MutableNode.add(ChildNodeEntry newEntry)
|
ChildNodeEntry |
ChildNodeEntriesMap.add(ChildNodeEntry entry)
|
void |
NodeDiffHandler.childNodeAdded(ChildNodeEntry added)
|
void |
NodeDiffHandler.childNodeChanged(ChildNodeEntry changed,
Id newId)
|
void |
NodeDiffHandler.childNodeDeleted(ChildNodeEntry deleted)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||