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