search (MediaObject, SearchParameters, SearchResults[])

format

SearchResults[] search(MediaObject eve,SearchParameters parameters, SearchResults target[]) throws EveException

 

SearchResults[] search(MediaObject eve,SearchParameters parameters,SearchResults target[], CommandList beforeMethods,CommandList afterMethods) throws EveException

description

Performs a search against a set of search results using the given MediaObject and search parameters. For more information on SearchParameters objects, see the SearchParameters section.

parameters

eve - the MediaObject to use as the source image for the search

 

parameters - the SearchParameters object containing the arguments to the search

 

target - the array of SearchResults against which to perform the search

 

CommandList beforeMethods — indicates that you want to run a command method(s) before the method is invoked

 

CommandList afterMethods — indicates that you want to run a command method(s) after the method is executed

returns

an array of SearchResults objects

throws

The search() method throws an EveException if the search fails.