| Package | Description |
|---|---|
| eu.dnetlib.functionality.modular.ui.vocabularies.controllers | |
| eu.dnetlib.functionality.modular.ui.vocabularies.persistence |
| Modifier and Type | Method and Description |
|---|---|
void |
VocabulariesController.commitTerms(List<Term> terms,
String vocabularyId) |
void |
VocabulariesController.commitVocabularyInfo(Vocabulary voc,
String vocabularyId) |
String |
VocabulariesController.createVocabulary(Vocabulary voc) |
void |
VocabulariesController.dropVocabulary(String vocabularyId) |
List<Term> |
VocabulariesController.getTerms(String vocabularyId)
Returns all terms and their synonyms belonging to a vocabulary.
|
List<Vocabulary> |
VocabulariesController.getVocabularies()
Returns all vocabularies serialized in json.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
VocabularyDAO.commitTerms(List<Term> terms,
String vocabularyId) |
void |
RegistryServiceVocabularyDAO.commitTerms(List<Term> terms,
String vocabularyId) |
abstract void |
VocabularyDAO.commitVocabularyInfo(Vocabulary voc,
String vocabularyId) |
void |
RegistryServiceVocabularyDAO.commitVocabularyInfo(Vocabulary voc,
String vocabularyId) |
abstract String |
VocabularyDAO.createVocabulary(Vocabulary voc) |
String |
RegistryServiceVocabularyDAO.createVocabulary(Vocabulary voc) |
abstract void |
VocabularyDAO.dropVocabulary(String vocabularyId) |
void |
RegistryServiceVocabularyDAO.dropVocabulary(String vocabularyId) |
abstract List<Term> |
VocabularyDAO.getTerms(String vocabularyId) |
List<Term> |
RegistryServiceVocabularyDAO.getTerms(String vocabularyId) |
abstract List<Vocabulary> |
VocabularyDAO.getVocabularies() |
List<Vocabulary> |
RegistryServiceVocabularyDAO.getVocabularies() |
Copyright © 2017. All rights reserved.