| Package | Description |
|---|---|
| org.dspace.vocabulary |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<ControlledVocabulary> |
ControlledVocabulary.getChildNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ControlledVocabulary.setChildNodes(List<ControlledVocabulary> childNodes) |
| Constructor and Description |
|---|
ControlledVocabulary(String id,
String label,
String value,
List<ControlledVocabulary> childNodes) |
Copyright © 2016 DuraSpace. All Rights Reserved.