Uses of Class
org.dspace.vocabulary.ControlledVocabulary

Packages that use ControlledVocabulary
org.dspace.vocabulary   
 

Uses of ControlledVocabulary in org.dspace.vocabulary
 

Methods in org.dspace.vocabulary that return ControlledVocabulary
static ControlledVocabulary ControlledVocabulary.loadVocabulary(String fileName)
          Load the vocabulary with the given filename, if no vocabulary is found null is returned The vocabulary file will need to located in the [dspace.dir]/config/controlled-vocabulary directory.
 

Methods in org.dspace.vocabulary that return types with arguments of type ControlledVocabulary
 List<ControlledVocabulary> ControlledVocabulary.getChildNodes()
           
 

Method parameters in org.dspace.vocabulary with type arguments of type ControlledVocabulary
 void ControlledVocabulary.setChildNodes(List<ControlledVocabulary> childNodes)
           
 

Constructor parameters in org.dspace.vocabulary with type arguments of type ControlledVocabulary
ControlledVocabulary(String id, String label, String value, List<ControlledVocabulary> childNodes)
           
 



Copyright © 2012 DuraSpace. All Rights Reserved.