|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeNode | |
---|---|
com.gentics.contentnode.rest.model.response |
Uses of TreeNode in com.gentics.contentnode.rest.model.response |
---|
Methods in com.gentics.contentnode.rest.model.response that return TreeNode | |
---|---|
TreeNode |
FolderStructureLoadResponse.getRootNode()
|
Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type TreeNode | |
---|---|
List<TreeNode> |
TreeNode.getChildren()
|
Methods in com.gentics.contentnode.rest.model.response with parameters of type TreeNode | |
---|---|
void |
FolderStructureLoadResponse.setRootNode(TreeNode rootNode)
|
Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type TreeNode | |
---|---|
void |
TreeNode.setChildren(List<TreeNode> children)
|
Constructors in com.gentics.contentnode.rest.model.response with parameters of type TreeNode | |
---|---|
FolderStructureLoadResponse(Message message,
ResponseInfo responseInfo,
TreeNode rootNode)
Constructor with a single message, response info and the root node of the folder structure |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |