org.apache.jackrabbit.mk.model
Class StoredNode

java.lang.Object
  extended by org.apache.jackrabbit.mk.model.AbstractNode
      extended by org.apache.jackrabbit.mk.model.StoredNode
All Implemented Interfaces:
Node

public class StoredNode
extends AbstractNode


Field Summary
 
Fields inherited from class org.apache.jackrabbit.mk.model.AbstractNode
childEntries, properties, provider
 
Constructor Summary
StoredNode(Id id, Node node, RevisionProvider provider)
           
StoredNode(Id id, RevisionProvider provider)
           
 
Method Summary
 void deserialize(Binding binding)
           
 Iterator<ChildNodeEntry> getChildNodeEntries(int offset, int count)
           
 Iterator<String> getChildNodeNames(int offset, int count)
           
 Id getId()
           
 Map<String,String> getProperties()
           
 
Methods inherited from class org.apache.jackrabbit.mk.model.AbstractNode
diff, getChildNodeCount, getChildNodeEntry, serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoredNode

public StoredNode(Id id,
                  RevisionProvider provider)

StoredNode

public StoredNode(Id id,
                  Node node,
                  RevisionProvider provider)
Method Detail

getId

public Id getId()

getProperties

public Map<String,String> getProperties()
Specified by:
getProperties in interface Node
Overrides:
getProperties in class AbstractNode

getChildNodeEntries

public Iterator<ChildNodeEntry> getChildNodeEntries(int offset,
                                                    int count)
Specified by:
getChildNodeEntries in interface Node
Overrides:
getChildNodeEntries in class AbstractNode

getChildNodeNames

public Iterator<String> getChildNodeNames(int offset,
                                          int count)
Specified by:
getChildNodeNames in interface Node
Overrides:
getChildNodeNames in class AbstractNode

deserialize

public void deserialize(Binding binding)
                 throws Exception
Throws:
Exception


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