Uses of Class
com.funnelback.plugin.index.model.querycompletion.AutoCompletionEntry
-
Packages that use AutoCompletionEntry Package Description com.funnelback.plugin.index.consumers -
-
Uses of AutoCompletionEntry in com.funnelback.plugin.index.consumers
Methods in com.funnelback.plugin.index.consumers with parameters of type AutoCompletionEntry Modifier and Type Method Description void
AutoCompletionConsumer. applyAutoCompletionEntryToProfiles(AutoCompletionEntry autoCompletionEntry, Set<String> profiles)
A plugin may call this to supply autocompletion entries and the profiles for which they should be applied.
-