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

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

Uses of Searchable in org.jivesoftware.spark.search
 

Methods in org.jivesoftware.spark.search that return types with arguments of type Searchable
 java.util.Collection<Searchable> SearchManager.getSearchServices()
          Returns all registered search services.
 

Methods in org.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 org.jivesoftware.sparkimpl.search.users
 

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