Uses of Class
com.gentics.contentnode.rest.model.response.TreeNode

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
 java.util.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(java.util.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
 



Copyright © 2014 Gentics Software GmbH. All Rights Reserved.