public interface VocabularyManager
| Modifier and Type | Method and Description |
|---|---|
List<Locale> |
getLocales() |
eu.dnetlib.domain.enabling.Vocabulary |
getVocabulary(String vocabularyName,
Locale locale)
Returns the path where the requested vocabulary is
|
eu.dnetlib.domain.enabling.Vocabulary |
getVocabulary(String vocabularyName,
Locale locale,
boolean loadanyway) |
Set<String> |
getVocabularyNames() |
String |
translate(String n,
String l,
String e,
String d) |
eu.dnetlib.domain.enabling.Vocabulary getVocabulary(String vocabularyName, Locale locale)
vocabularyName - The name of the vocabularylocale - the localeeu.dnetlib.domain.enabling.Vocabulary getVocabulary(String vocabularyName, Locale locale, boolean loadanyway)
Copyright © 2020. All rights reserved.