public class NodeRepository
extends java.lang.Object
Constructor and Description |
---|
NodeRepository() |
Modifier and Type | Method and Description |
---|---|
void |
addDefaultNode(Node node)
Add a node for all content groups that don't have a specific set of nodes
|
void |
addFilter(Node filter)
Add a filter that applies to all nodes of all content groups
|
void |
addNodeForContentGroup(java.lang.String group,
Node node)
Add a node for a specific content group
|
java.util.List<Node> |
getNodesForContentGroupWithFilter(java.lang.String group)
Get the list of nodes for a content group:
If group has been assigned specific nodes, it uses them, else it uses
the default ones.
|
public void addDefaultNode(Node node)
public void addNodeForContentGroup(java.lang.String group, Node node)
public void addFilter(Node filter)
public java.util.List<Node> getNodesForContentGroupWithFilter(java.lang.String group)
Copyright © 2013 Dassault Systèmes, All Rights Reserved.