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
|
copyright
public static final java.lang.String copyright
- See Also:
- Constant Field Values
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