Package | Description |
---|---|
org.jivesoftware.spark.search |
Provides support for creating your own searchable objects within Spark.
|
org.jivesoftware.sparkimpl.search.users |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Searchable> |
SearchManager.getSearchServices()
Returns all registered search services.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
UserSearchService |