| Modifier and Type | Method and Description |
|---|---|
List<Term> |
VocabulariesController.getTerms(String vocabularyId)
Returns all terms and their synonyms belonging to a vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VocabulariesController.commitTerms(List<Term> terms,
String vocabularyId) |
| Modifier and Type | Method and Description |
|---|---|
int |
Term.compareTo(Term o) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Term> |
VocabularyDAO.getTerms(String vocabularyId) |
List<Term> |
RegistryServiceVocabularyDAO.getTerms(String vocabularyId) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
VocabularyDAO.commitTerms(List<Term> terms,
String vocabularyId) |
void |
RegistryServiceVocabularyDAO.commitTerms(List<Term> terms,
String vocabularyId) |
Copyright © 2017. All rights reserved.