org.apache.jackrabbit.mk.model
Class StoredNode
java.lang.Object
org.apache.jackrabbit.mk.model.AbstractNode
org.apache.jackrabbit.mk.model.StoredNode
- All Implemented Interfaces:
- Node
public class StoredNode
- extends AbstractNode
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoredNode
public StoredNode(Id id,
RevisionProvider provider)
StoredNode
public StoredNode(Id id,
Node node,
RevisionProvider provider)
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.