Class orion.searches.SavedSearches
A service for creating and managing saved searches.
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.ui/web/orion/searchOutliner.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Instantiates the saved search service.
|
Method Attributes | Method Name and Description |
---|---|
addSearch(theName, theQuery)
|
|
removeSearch(query)
|
|
renameSearch(query, newName)
|
Class Detail
orion.searches.SavedSearches()
Instantiates the saved search service. This service is used internally by the
search outliner and is not intended to be used as API. It is serving as
a preference holder and triggers listeners when the preference changes.
When preference changes trigger listeners, this class would no longer be needed.
Method Detail
addSearch(theName, theQuery)
- Parameters:
- theName
- theQuery
getSearches()
removeSearch(query)
- Parameters:
- query
renameSearch(query, newName)
- Parameters:
- query
- newName