public interface TermSourceBackend extends Backend<TermSourceBackendUpdatedEvent>
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getSubsumption(String id)
Retrieves all of the descendants of the term specified by the given ID.
|
Term |
readTerm(String id)
Reads a term from the given terminology
|
Map<String,Term> |
readTerms(String[] ids)
Reads an array of terms from the given terminology
|
addBackendListener, close, getConfigurationsId, getDisplayName, getId, initialize, removeBackendListener, setEventListenersTerm readTerm(String id) throws TermSourceReadException
id - the term to findTerm matching the given term in the given terminologyTermSourceReadException - if the TermSource is unreadableMap<String,Term> readTerms(String[] ids) throws TermSourceReadException
ids - the terms to findTerms matching the given terms in the given
terminologyTermSourceReadException - if the TermSource is unreadableList<String> getSubsumption(String id) throws TermSourceReadException
id - the term whose descendants are to be retrievedList of Strings that are the term IDs of the
descendents of the given termTermSourceReadException - if the TermSource is unreadableCopyright © 2012–2017 Emory University. All rights reserved.