public class VocabularyHelper extends Object
| Constructor and Description |
|---|
VocabularyHelper() |
| Modifier and Type | Method and Description |
|---|---|
static VocabularyEntry |
getVocabularyEntry(NuxeoController nuxeoController,
List<String> vocabularyNames)
Get vocabulary entry.
|
static VocabularyEntry |
getVocabularyEntry(NuxeoController nuxeoController,
List<String> vocabularyNames,
Boolean multiLevel)
Get vocabulary entry.
|
static VocabularyEntry |
getVocabularyEntry(NuxeoController nuxeoController,
String vocabularyName)
Get vocabulary entry.
|
static VocabularyEntry |
getVocabularyEntry(NuxeoController nuxeoController,
String vocabularyName,
boolean multiLevel)
Get vocabulary entry.
|
static String |
getVocabularyLabel(NuxeoController nuxeoController,
List<String> vocabularyNames,
String key)
Get vocabulary label.
|
static String |
getVocabularyLabel(NuxeoController nuxeoController,
String vocabularyName,
String key)
Get vocabulary label.
|
public static String getVocabularyLabel(NuxeoController nuxeoController, List<String> vocabularyNames, String key)
nuxeoController - Nuxeo controllervocabularyNames - vocabulary nameskey - vocabulary keypublic static String getVocabularyLabel(NuxeoController nuxeoController, String vocabularyName, String key)
nuxeoController - Nuxeo controllervocabularyName - vocabulary namekey - vocabulary keypublic static VocabularyEntry getVocabularyEntry(NuxeoController nuxeoController, List<String> vocabularyNames, Boolean multiLevel)
nuxeoController - Nuxeo controllervocabularyNames - vocabulary namesmultiLevel - multi-level vocabulary indicator (eg: parent/child)public static VocabularyEntry getVocabularyEntry(NuxeoController nuxeoController, String vocabularyName, boolean multiLevel)
nuxeoController - Nuxeo controllervocabularyName - vocabulary namemultiLevel - multi-level vocabulary indicator (eg: parent/child)public static VocabularyEntry getVocabularyEntry(NuxeoController nuxeoController, String vocabularyName)
nuxeoController - Nuxeo controllervocabularyName - vocabulary namepublic static VocabularyEntry getVocabularyEntry(NuxeoController nuxeoController, List<String> vocabularyNames)
nuxeoController - Nuxeo controllervocabularyNames - vocabulary namesCopyright © 2019. All rights reserved.