Package com.ptc.core.components.suggest
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 Summary
Modifier and TypeMethodDescriptiongetSuggestions(SuggestParms parms) Returns aCollectionofSuggestResultobjects that match the search term.
-
Method Details
-
getSuggestions
Returns aCollectionofSuggestResultobjects that match the search term.
Supported API: true
Extendable: true- Parameters:
parms- the SuggestParms required for the search- Returns:
- suggestion results
-