Uses of Interface
com.funnelback.publicui.search.model.transaction.extrasearch.ExtraSearchFuture
-
Packages that use ExtraSearchFuture Package Description com.funnelback.publicui.search.model.transaction Provides classes used for a search transaction, from the input parameters to the search results. -
-
Uses of ExtraSearchFuture in com.funnelback.publicui.search.model.transaction
Fields in com.funnelback.publicui.search.model.transaction with type parameters of type ExtraSearchFuture Modifier and Type Field Description private Map<String,ExtraSearchFuture>
SearchTransaction. extraSearchesTasks
Internal use: Holds the extra searches tasks being executed.Methods in com.funnelback.publicui.search.model.transaction that return types with arguments of type ExtraSearchFuture Modifier and Type Method Description Map<String,ExtraSearchFuture>
SearchTransaction. getExtraSearchesTasks()
Internal use: Holds the extra searches tasks being executed.
-