Uses of Interface
com.jivesoftware.spark.search.Searchable

Packages that use Searchable
com.jivesoftware.spark.search Provides support for creating your own searchable objects within Spark. 
com.jivesoftware.sparkimpl.search.users   
 

Uses of Searchable in com.jivesoftware.spark.search
 

Methods in com.jivesoftware.spark.search with parameters of type Searchable
 void SearchManager.addSearchService(Searchable searchable)
          Add your own Searchable service.The UI will take immediate effect to indicate that this search service is now available as an option.
 void SearchManager.removeSearchService(Searchable searchable)
          Remove the Searchable service.
 void SearchService.setActiveSearchService(Searchable searchable)
           
 

Uses of Searchable in com.jivesoftware.sparkimpl.search.users
 

Classes in com.jivesoftware.sparkimpl.search.users that implement Searchable
 class UserSearchService