Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.platform.syndication.vocabularies.HierarchicalVocabulary

Packages that use HierarchicalVocabulary
org.nuxeo.ecm.platform.syndication.vocabularies   
 

Uses of HierarchicalVocabulary in org.nuxeo.ecm.platform.syndication.vocabularies
 

Fields in org.nuxeo.ecm.platform.syndication.vocabularies with type parameters of type HierarchicalVocabulary
static java.util.Comparator<HierarchicalVocabulary> HierarchicalVocabulary.ORDER_BY_ID
           
 

Methods in org.nuxeo.ecm.platform.syndication.vocabularies that return HierarchicalVocabulary
 HierarchicalVocabulary Tree.Builder.getNode(HierarchicalVocabulary hv)
           
 HierarchicalVocabulary HierarchicalVocabulary.getParent()
           
 

Methods in org.nuxeo.ecm.platform.syndication.vocabularies that return types with arguments of type HierarchicalVocabulary
 java.util.List<HierarchicalVocabulary> HierarchicalVocabulary.getChilds()
           
 

Methods in org.nuxeo.ecm.platform.syndication.vocabularies with parameters of type HierarchicalVocabulary
 void HierarchicalVocabulary.addChild(HierarchicalVocabulary voca)
           
 void Tree.Builder.addElement(java.lang.String parent, HierarchicalVocabulary parentVoca1, SimpleVocabulary voca)
           
 HierarchicalVocabulary Tree.Builder.getNode(HierarchicalVocabulary hv)
           
 void HierarchicalVocabulary.removeChild(HierarchicalVocabulary voca)
           
 

Constructors in org.nuxeo.ecm.platform.syndication.vocabularies with parameters of type HierarchicalVocabulary
HierarchicalVocabulary(HierarchicalVocabulary parent, SimpleVocabulary vocabulary)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.