| Package | Description |
|---|---|
| org.apache.jackrabbit.mongomk.api |
Oak repository API
|
| org.apache.jackrabbit.mongomk.api.model |
Oak repository API
|
| org.apache.jackrabbit.mongomk.impl | |
| org.apache.jackrabbit.mongomk.impl.command | |
| org.apache.jackrabbit.mongomk.impl.model | |
| org.apache.jackrabbit.mongomk.impl.model.tree | |
| org.apache.jackrabbit.mongomk.util |
| Modifier and Type | Method and Description |
|---|---|
Node |
NodeStore.getNodes(String path,
String revisionId,
int depth,
long offset,
int maxChildNodes,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.getChildNodeEntry(String name)
Returns the descendant node entry (descendant)
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Node> |
Node.getChildNodeEntries(int offset,
int count)
Returns the children iterator for the supplied offset and count.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.diff(Node otherNode,
org.apache.jackrabbit.mk.model.NodeDiffHandler nodeDiffHandler)
Diffs this node with the other node and calls the passed in diff handler.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
MongoNodeStore.getNodes(String path,
String revisionId,
int depth,
long offset,
int maxChildNodes,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
Node |
GetNodesCommandNew.execute() |
Node |
GetNodesCommand.execute() |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeImpl
Implementation of
Node. |
| Modifier and Type | Method and Description |
|---|---|
Node |
NodeImpl.getChildNodeEntry(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Node> |
NodeImpl.getChildNodeEntries(int offset,
int count) |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeImpl.addChildNodeEntry(Node child)
Adds the given
Node as child. |
void |
NodeImpl.diff(Node other,
org.apache.jackrabbit.mk.model.NodeDiffHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
Node |
MongoNodeState.unwrap()
Returns the underlying node.
|
| Constructor and Description |
|---|
MongoNodeState(Node node)
Create a node state with the supplied node.
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
NodeBuilder.build(String json)
Creates
Node from the given json and an empty path as root path. |
static Node |
NodeBuilder.build(String json,
String path)
Creates
Node from the given json and an empty path as root path. |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jackrabbit.mk.model.tree.NodeState |
MongoUtil.wrap(Node node) |
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.