Modifier and Type | Method and Description |
---|---|
void |
AssemblerImportWriter.write(String path,
Node source) |
Modifier and Type | Method and Description |
---|---|
Node |
ContentParser.parseContent(String name,
byte[] content)
Parses the given byte array, which is a document, into a Node.
|
Node |
JsonParser.parseContent(String name,
JSONObject content)
Parses the given JSONObject and creates a Node from it's contents.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentEntityValidator.postValidate(Node node,
FailureListener failureListener)
Post validate the given node.
|
void |
BasicContentEntityValidator.postValidate(Node node,
FailureListener failureListener) |
void |
ContentEntityValidator.preValidate(Node node,
FailureListener failureListener)
Pre validate the given node.
|
void |
BasicContentEntityValidator.preValidate(Node node,
FailureListener failureListener) |
void |
ContentEntityValidator.translate(Node node)
Translate the given node.
|
void |
BasicContentEntityValidator.translate(Node node) |
Modifier and Type | Method and Description |
---|---|
void |
CollectionValidator.translate(Node node) |
Modifier and Type | Method and Description |
---|---|
void |
ImportWriter.write(Node node)
The ImportWriter imports, or writes, a node into a store.
|
void |
AbstractImportWriter.write(Node node) |
void |
ImportWriter.write(String path,
Node node)
The ImportWriter imports, or writes, a node into a store.
|
abstract void |
AbstractImportWriter.write(String installPath,
Node node) |
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.
|
Node |
Node.getParent()
Returns the parent node.
|
Node |
Store.getRootNode()
Returns the Root Node.
|
Modifier and Type | Method and Description |
---|---|
Collection<Node> |
Node.getNodes()
Get all the direct child nodes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MutableNode
Adds operations used to mutate a node.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalNode
The common node type used to construct configuration and content across all
Endeca Actors.
|
Modifier and Type | Method and Description |
---|---|
Node |
InternalStore.createPath(String absPath) |
Node |
InternalStore.getNode(String path) |
Node |
InternalNode.getNode(String relativePath) |
Node |
InternalNode.getParent() |
Node |
InternalStore.getRootNode() |
static Node |
InternalNode.getStandaloneNode(String name)
Get a standalone node, one that will not be added
to an Store.
|
Modifier and Type | Method and Description |
---|---|
Collection<Node> |
InternalNode.getNodes() |
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.