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
    • Method Detail

      • search

        java.util.Collection<TreeNode<java.lang.String>> search​(java.lang.String searchTerm)
        Search for a tree of taxonomy terms with a given search term
        Parameters:
        searchTerm - The term to search
        Returns:
        a List of TreeNodes with the requested search term