Nuxeo Enterprise Platform 5.4

org.nuxeo.theme.vocabularies
Class VocabularyManager

java.lang.Object
  extended by org.nuxeo.theme.vocabularies.VocabularyManager
All Implemented Interfaces:
Registrable

public final class VocabularyManager
extends java.lang.Object
implements Registrable


Constructor Summary
VocabularyManager()
           
 
Method Summary
 void clear()
          This method is called when the object is unregistered.
 java.util.List<VocabularyItem> getItems(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VocabularyManager

public VocabularyManager()
Method Detail

getItems

public java.util.List<VocabularyItem> getItems(java.lang.String name)

clear

public void clear()
Description copied from interface: Registrable
This method is called when the object is unregistered. Clean up local variables here.

Specified by:
clear in interface Registrable

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.