Uses of Class
org.exoplatform.wiki.tree.JsonNodeData
-
Packages that use JsonNodeData Package Description org.exoplatform.wiki.tree org.exoplatform.wiki.tree.utils -
-
Uses of JsonNodeData in org.exoplatform.wiki.tree
Methods in org.exoplatform.wiki.tree that return types with arguments of type JsonNodeData Modifier and Type Method Description List<JsonNodeData>JsonNodeData. getChildren()Method parameters in org.exoplatform.wiki.tree with type arguments of type JsonNodeData Modifier and Type Method Description voidJsonNodeData. setChildren(List<JsonNodeData> children) -
Uses of JsonNodeData in org.exoplatform.wiki.tree.utils
Methods in org.exoplatform.wiki.tree.utils that return types with arguments of type JsonNodeData Modifier and Type Method Description static List<JsonNodeData>TreeUtils. tranformToJson(TreeNode treeNode, HashMap<String,Object> context)
-