Uses of Class
org.dspace.vocabulary.ControlledVocabulary
Packages that use ControlledVocabulary
-
Uses of ControlledVocabulary in org.dspace.vocabulary
Methods in org.dspace.vocabulary that return ControlledVocabularyModifier and TypeMethodDescriptionstatic 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 ControlledVocabularyMethod parameters in org.dspace.vocabulary with type arguments of type ControlledVocabularyModifier and TypeMethodDescriptionvoidControlledVocabulary.setChildNodes(List<ControlledVocabulary> childNodes) Constructor parameters in org.dspace.vocabulary with type arguments of type ControlledVocabularyModifierConstructorDescriptionControlledVocabulary(String id, String label, String value, List<ControlledVocabulary> childNodes)