Package | Description |
---|---|
com.endeca.store | |
com.endeca.store.configuration |
Modifier and Type | Method and Description |
---|---|
Node |
Store.getNode(String path)
Retrieves a node based on a path.
|
Node |
Node.getNode(String relativePath)
Retrieves a node based on a relative path to the current node.
|
Modifier and Type | Method and Description |
---|---|
InternalNode |
InternalNode.addNode(String relativePath)
Adds a node to the relative path.
|
Node |
InternalStore.createPath(String absPath) |
InternalNode |
InternalNode.createPath(String relativePath)
Add a new, empty node to this node.
|
Node |
InternalStore.getNode(String path) |
Node |
InternalNode.getNode(String relativePath) |
protected com.endeca.store.configuration.InternalNode.EndecaNodeInfo |
InternalNode.getNodeInfo(String relativePath) |
InternalNode |
InternalNode.lazilyAddNodes(String relativePath)
Rather than reconstructing the Jackson Protocol immediately, we'll
lazily create nodes.
|
void |
InternalNode.removeNode(String relativePath) |
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.