Uses of Class
org.apache.jackrabbit.mk.model.ChildNode

Packages that use ChildNode
org.apache.jackrabbit.mk.model   
 

Uses of ChildNode in org.apache.jackrabbit.mk.model
 

Subclasses of ChildNode in org.apache.jackrabbit.mk.model
protected static class ChildNodeEntriesTree.NodeInfo
           
 

Fields in org.apache.jackrabbit.mk.model with type parameters of type ChildNode
protected static List<ChildNode> ChildNodeEntriesTree.EMPTY
           
protected static List<ChildNode> ChildNodeEntriesMap.EMPTY
           
protected  HashMap<String,ChildNode> ChildNodeEntriesMap.entries
           
 

Methods in org.apache.jackrabbit.mk.model that return ChildNode
 ChildNode ChildNodeEntriesTree.add(ChildNode entry)
           
 ChildNode ChildNodeEntries.add(ChildNode entry)
           
 ChildNode MutableNode.add(ChildNode newEntry)
           
 ChildNode ChildNodeEntriesMap.add(ChildNode entry)
           
 ChildNode ChildNodeEntriesTree.get(String name)
           
 ChildNode ChildNodeEntries.get(String name)
           
 ChildNode ChildNodeEntriesMap.get(String name)
           
 ChildNode Node.getChildNodeEntry(String name)
           
 ChildNode AbstractNode.getChildNodeEntry(String name)
           
 ChildNode ChildNodeEntriesTree.remove(String name)
           
 ChildNode ChildNodeEntries.remove(String name)
           
 ChildNode MutableNode.remove(String name)
           
 ChildNode ChildNodeEntriesMap.remove(String name)
           
 ChildNode ChildNodeEntriesTree.rename(String oldName, String newName)
           
 ChildNode ChildNodeEntries.rename(String oldName, String newName)
           
 ChildNode MutableNode.rename(String oldName, String newName)
           
 ChildNode ChildNodeEntriesMap.rename(String oldName, String newName)
           
 

Methods in org.apache.jackrabbit.mk.model that return types with arguments of type ChildNode
 Iterator<ChildNode> ChildNodeEntriesTree.getAdded(ChildNodeEntries other)
           
 Iterator<ChildNode> ChildNodeEntries.getAdded(ChildNodeEntries other)
          Returns those entries that exist in other but not in this.
 Iterator<ChildNode> ChildNodeEntriesMap.getAdded(ChildNodeEntries other)
           
 Iterator<ChildNode> Node.getChildNodeEntries(int offset, int count)
           
 Iterator<ChildNode> AbstractNode.getChildNodeEntries(int offset, int count)
           
 Iterator<ChildNode> StoredNode.getChildNodeEntries(int offset, int count)
           
 Iterator<ChildNode> ChildNodeEntriesTree.getEntries(int offset, int cnt)
           
 Iterator<ChildNode> ChildNodeEntries.getEntries(int offset, int count)
           
 Iterator<ChildNode> ChildNodeEntriesMap.getEntries(int offset, int count)
           
 Iterator<ChildNode> ChildNodeEntriesTree.getModified(ChildNodeEntries other)
           
 Iterator<ChildNode> ChildNodeEntries.getModified(ChildNodeEntries other)
          Returns this instance's entries that have namesakes in other but with different ids.
 Iterator<ChildNode> ChildNodeEntriesMap.getModified(ChildNodeEntries other)
           
 Iterator<ChildNode> ChildNodeEntriesTree.getRemoved(ChildNodeEntries other)
           
 Iterator<ChildNode> ChildNodeEntries.getRemoved(ChildNodeEntries other)
          Returns those entries that exist in this but not in other.
 Iterator<ChildNode> ChildNodeEntriesMap.getRemoved(ChildNodeEntries other)
           
 

Methods in org.apache.jackrabbit.mk.model with parameters of type ChildNode
 ChildNode ChildNodeEntriesTree.add(ChildNode entry)
           
 ChildNode ChildNodeEntries.add(ChildNode entry)
           
 ChildNode MutableNode.add(ChildNode newEntry)
           
 ChildNode ChildNodeEntriesMap.add(ChildNode entry)
           
 

Constructor parameters in org.apache.jackrabbit.mk.model with type arguments of type ChildNode
StoredNode(Id id, RevisionProvider provider, Map<String,String> properties, Iterator<ChildNode> cneIt)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.