net.rim.blackberry.api.invoke
Class SearchArguments

java.lang.Object
  extended by net.rim.blackberry.api.invoke.ApplicationArguments
      extended by net.rim.blackberry.api.invoke.SearchArguments

public class SearchArguments
extends ApplicationArguments

Encapsulates arguments to pass to the Search application.

Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.2.1

Constructor Summary
Category: Signed SearchArguments()
          Creates a new SearchArguments instance.
Category: Signed SearchArguments(String query)
          Creates a new SearchArguments instance.
Category: Signed SearchArguments(String text, String name)
          Deprecated. use SearchArguments.SearchArguments(String) instead with text as the query (name is ignored)
 
Method Summary
 
Methods inherited from class net.rim.blackberry.api.invoke.ApplicationArguments
getArgs
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Constructor Detail

SearchArguments

public SearchArguments()
Creates a new SearchArguments instance.

The default arguments start the Search application.

Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.2.1

SearchArguments

public SearchArguments(String text,
                       String name)
Deprecated. use SearchArguments.SearchArguments(String) instead with text as the query (name is ignored)

Creates a new SearchArguments instance.

The default arguments start the Search application.

Parameters:
text - Text String
name - Name String
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.2.1

SearchArguments

public SearchArguments(String query)
Creates a new SearchArguments instance.

The default arguments start the Search application.

Parameters:
query - Query String
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 7.0.0





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal