Nuxeo ECM Projects 5.4.3-SNAPSHOT

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 Object
implements Registrable


Constructor Summary
VocabularyManager()
           
 
Method Summary
 void clear()
          This method is called when the object is unregistered.
 List<VocabularyItem> getItems(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 List<VocabularyItem> getItems(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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.