public class MongoNodeState
extends org.apache.jackrabbit.mk.model.tree.AbstractNodeState
| Constructor and Description |
|---|
MongoNodeState(Node node)
Create a node state with the supplied node.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends org.apache.jackrabbit.mk.model.tree.ChildNode> |
getChildNodeEntries(long offset,
int count) |
Iterable<? extends org.apache.jackrabbit.mk.model.tree.PropertyState> |
getProperties() |
Node |
unwrap()
Returns the underlying node.
|
public MongoNodeState(Node node)
node - Node.public Node unwrap()
public Iterable<? extends org.apache.jackrabbit.mk.model.tree.PropertyState> getProperties()
public Iterable<? extends org.apache.jackrabbit.mk.model.tree.ChildNode> getChildNodeEntries(long offset, int count)
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.