Uses of Class
org.dspace.vocabulary.ControlledVocabulary
-
Packages that use ControlledVocabulary Package Description org.dspace.vocabulary -
-
Uses of ControlledVocabulary in org.dspace.vocabulary
Methods in org.dspace.vocabulary that return ControlledVocabulary Modifier and Type Method Description static ControlledVocabularyControlledVocabulary. 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 Modifier and Type Method Description List<ControlledVocabulary>ControlledVocabulary. getChildNodes()Method parameters in org.dspace.vocabulary with type arguments of type ControlledVocabulary Modifier and Type Method Description voidControlledVocabulary. setChildNodes(List<ControlledVocabulary> childNodes)Constructor parameters in org.dspace.vocabulary with type arguments of type ControlledVocabulary Constructor Description ControlledVocabulary(String id, String label, String value, List<ControlledVocabulary> childNodes)
-