Uses of Class
org.alfresco.repo.jscript.CategoryNode
-
Packages that use CategoryNode Package Description org.alfresco.repo.jscript -
-
Uses of CategoryNode in org.alfresco.repo.jscript
Methods in org.alfresco.repo.jscript that return CategoryNode Modifier and Type Method Description CategoryNodeClassification. createRootCategory(java.lang.String aspect, java.lang.String name)Create a root category in a classification.CategoryNodeCategoryNode. createSubCategory(java.lang.String name)Create a new subcategoryCategoryNodeClassification. getCategory(java.lang.String categoryRef)Get the category node from the category node reference.CategoryNodeClassification.Tag. getCategory()CategoryNode[]CategoryNode. getImmediateSubCategories()CategoryNode[]CategoryNode. getSubCategories()Constructors in org.alfresco.repo.jscript with parameters of type CategoryNode Constructor Description Tag(CategoryNode categoryNode, int frequency)
-