Class Index | File Index

Classes


Class orion.search.GSearchClient

Provides API for searching the workspace or under a certain folder.
Defined in: </jobs/genie.orion/orion-client-stable/workspace/bundles/org.eclipse.orion.client.ui/web/orion/gSearchClient.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new global search client.
Method Summary
Method Attributes Method Name and Description
 
 
convert(jsonData, searchParams)
 
search(searchParams, Callback, generateMeta)
Runs a search and displays the results under the given DOM node.
Class Detail
orion.search.GSearchClient(options)
Creates a new global search client.
Parameters:
{Object} options
The options object
{orion.serviceregistry.ServiceRegistry} options.serviceRegistry
The service registry
{orion.fileClient.FileClient} options.fileClient
The file client that provide search API
Method Detail
cancel()

convert(jsonData, searchParams)
Parameters:
jsonData
searchParams

search(searchParams, Callback, generateMeta)
Runs a search and displays the results under the given DOM node.
Parameters:
{Object} searchParams
The search parameters.
{Function(JSONObject)} Callback
function that receives the results of the query.
generateMeta

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Oct 30 2015 15:55:45 GMT-0400 (EDT)