Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.platform.ui.web.directory.VocabularyEntry

Packages that use VocabularyEntry
org.nuxeo.ecm.platform.ui.web.directory   
org.nuxeo.ecm.webapp.edit.vocabularies   
 

Uses of VocabularyEntry in org.nuxeo.ecm.platform.ui.web.directory
 

Methods in org.nuxeo.ecm.platform.ui.web.directory that return types with arguments of type VocabularyEntry
 java.util.List<VocabularyEntry> VocabularyEntryList.getEntries()
           
 java.util.List<VocabularyEntry> VocabularyEntryList.getEntries(java.lang.String parent)
           
 

Methods in org.nuxeo.ecm.platform.ui.web.directory with parameters of type VocabularyEntry
 void VocabularyEntryList.add(VocabularyEntry entry)
           
 

Constructor parameters in org.nuxeo.ecm.platform.ui.web.directory with type arguments of type VocabularyEntry
VocabularyEntryList(java.lang.String name, java.util.List<VocabularyEntry> entries)
           
 

Uses of VocabularyEntry in org.nuxeo.ecm.webapp.edit.vocabularies
 

Methods in org.nuxeo.ecm.webapp.edit.vocabularies that return VocabularyEntry
 VocabularyEntry VocabularyActionsBean.getSearchCriteria()
          Deprecated.  
 VocabularyEntry VocabularyActions.getSearchCriteria()
          Deprecated. Returns the criteria which is used to perform the search for a vocabulary entries.
 VocabularyEntry VocabularyActionsBean.getSelectedVocabularyEntry()
          Deprecated.  
 VocabularyEntry VocabularyActions.getSelectedVocabularyEntry()
          Deprecated. Returns the selected vocabulary entry chosen for modifying actions.
 

Methods in org.nuxeo.ecm.webapp.edit.vocabularies with parameters of type VocabularyEntry
 void VocabularyActionsBean.setSearchCriteria(VocabularyEntry searchCriteria)
          Deprecated.  
 void VocabularyActions.setSearchCriteria(VocabularyEntry searchCriteria)
          Deprecated. Performs the search for a vocabulary entries.
 void VocabularyActionsBean.setSelectedVocabularyEntry(VocabularyEntry entry)
          Deprecated.  
 void VocabularyActions.setSelectedVocabularyEntry(VocabularyEntry entry)
          Deprecated. Sets the vocabulary entry the user is going to use for modifying actions.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.