com.ibm.pim.interfaces.managers
Interface SearchManager

All Superinterfaces:
Manager

public interface SearchManager
extends Manager

Read-only interface for the Manager of Search objects


Field Summary
static java.lang.String copyright
           
 
Method Summary
 SearchQuery getSearchQuery(java.lang.String queryString)
          Obtain a Query object for the specified query String
 
Methods inherited from interface com.ibm.pim.interfaces.managers.Manager
getManagerName
 

Field Detail

copyright

public static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getSearchQuery

public SearchQuery getSearchQuery(java.lang.String queryString)
                           throws PIMInternalException,
                                  PIMAuthorizationException
Obtain a Query object for the specified query String

Parameters:
queryString - String containing valid search query
Returns:
Return a Query object from which the query can be executed.
Throws:
PIMInternalException - if query is invalid (null string,empty string, wrong syntax,nonexisting container name etc)
PIMAuthorizationException - if the user is not authorized to perform this operation