Interface Suggestable

All Known Subinterfaces:
OptionSuggestable

public interface Suggestable
This is a service which provides suggestion results for a set of parameters. SuggestTextBox uses its implementation registered against the configured service key.

Supported API: true

Extendable: true
  • Method Details

    • getSuggestions

      Collection<SuggestResult> getSuggestions(SuggestParms parms)
      Returns a Collection of SuggestResult objects that match the search term.

      Supported API: true

      Extendable: true
      Parameters:
      parms - the SuggestParms required for the search
      Returns:
      suggestion results