//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.repository/GlossaryTermRepository/getAllAssociated
getAllAssociated
[jvm]
abstract suspend fun getAllAssociated(model: GlossaryTermModel): List<GlossaryTermModel>
Get all the terms associated with the given one, regardless of the language.
Return
list of all associated terms
Parameters
jvm
model | Source term |