Interface TaxonomyService
-
- All Known Implementing Classes:
InMemoryTaxonomyService
public interface TaxonomyService
Service for reading taxonomy information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<TreeNode<java.lang.String>>
search(java.lang.String searchTerm)
Search for a tree of taxonomy terms with a given search term
-