Uses of Class
org.alfresco.repo.jscript.CategoryTemplateNode
-
Packages that use CategoryTemplateNode Package Description org.alfresco.repo.jscript org.alfresco.repo.template -
-
Uses of CategoryTemplateNode in org.alfresco.repo.jscript
Methods in org.alfresco.repo.jscript that return types with arguments of type CategoryTemplateNode Modifier and Type Method Description java.util.List<CategoryTemplateNode>CategoryTemplateNode. getImmediateSubCategories()java.util.List<CategoryTemplateNode>CategoryTemplateNode. getSubCategories() -
Uses of CategoryTemplateNode in org.alfresco.repo.template
Methods in org.alfresco.repo.template that return types with arguments of type CategoryTemplateNode Modifier and Type Method Description java.util.List<CategoryTemplateNode>Classification. getAllCategoryNodes(java.lang.String aspect)Find all the category nodes in a given classification.java.util.List<CategoryTemplateNode>Classification. getAllCategoryNodes(org.alfresco.service.namespace.QName aspect)Find all the category nodes in a given classification.java.util.List<CategoryTemplateNode>Classification. getRootCategories(java.lang.String aspect)Get the root categories in a classification.
-