Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.ui.web.directory
Class VocabularyEntryList

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.directory.VocabularyEntryList
All Implemented Interfaces:
java.io.Serializable

public class VocabularyEntryList
extends java.lang.Object
implements java.io.Serializable

Author:
George Lefter
See Also:
Serialized Form

Constructor Summary
VocabularyEntryList(java.lang.String name)
           
VocabularyEntryList(java.lang.String name, java.util.List<VocabularyEntry> entries)
           
 
Method Summary
 void add(VocabularyEntry entry)
           
 java.util.List<VocabularyEntry> getEntries()
           
 java.util.List<VocabularyEntry> getEntries(java.lang.String parent)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VocabularyEntryList

public VocabularyEntryList(java.lang.String name,
                           java.util.List<VocabularyEntry> entries)

VocabularyEntryList

public VocabularyEntryList(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

add

public void add(VocabularyEntry entry)

getEntries

public java.util.List<VocabularyEntry> getEntries()

getEntries

public java.util.List<VocabularyEntry> getEntries(java.lang.String parent)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.