|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeEntity | |
---|---|
org.silverpeas.node.web |
Uses of NodeEntity in org.silverpeas.node.web |
---|
Methods in org.silverpeas.node.web that return NodeEntity | |
---|---|
static NodeEntity |
NodeEntity.fromNodeDetail(NodeDetail node,
String uri)
|
static NodeEntity |
NodeEntity.fromNodeDetail(NodeDetail node,
String uri,
String lang)
|
static NodeEntity |
NodeEntity.fromNodeDetail(NodeDetail node,
URI uri)
Creates a new node entity from the specified node. |
static NodeEntity |
NodeEntity.fromNodeDetail(NodeDetail node,
URI uri,
String lang)
|
NodeEntity[] |
NodeEntity.getChildren()
|
NodeEntity[] |
NodeResource.getChildren(String path)
Get all children of any node of the application. |
protected NodeEntity[] |
AbstractNodeResource.getChildren(String path)
Get all children of any node of the application. |
NodeEntity[] |
SharedNodeResource.getChildren(String path)
Get all children of any node of the application. |
NodeEntity |
NodeResource.getNode(String path)
|
protected NodeEntity |
AbstractNodeResource.getNode(String path)
Get any node of the application and its children. |
NodeEntity |
SharedNodeResource.getNode(String path)
|
NodeEntity |
NodeResource.getRoot()
|
protected NodeEntity |
AbstractNodeResource.getRoot()
Get the root of the application and its children. |
NodeEntity |
SharedNodeResource.getRoot()
|
NodeEntity[] |
ListNodeResource.updateListNode(NodeEntity[] newListNode)
Updates order of the list of Node from the JSON representation. |
Methods in org.silverpeas.node.web with parameters of type NodeEntity | |
---|---|
void |
NodeEntity.setChildren(NodeEntity[] children)
|
NodeEntity[] |
ListNodeResource.updateListNode(NodeEntity[] newListNode)
Updates order of the list of Node from the JSON representation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |