com.ibm.pim.interfaces.managers
Interface SearchManager
- All Superinterfaces:
- Manager
Deprecated.
public interface SearchManager
- extends Manager
Read-only interface for the Manager of Search objects
Field Summary |
static java.lang.String |
copyright
Deprecated. |
Method Summary |
SearchQuery |
getSearchQuery(java.lang.String queryString)
Deprecated. Obtain a Query object for the specified query String |
copyright
static final java.lang.String copyright
- Deprecated.
- See Also:
- Constant Field Values
getSearchQuery
SearchQuery getSearchQuery(java.lang.String queryString)
throws PIMInternalException,
PIMAuthorizationException
- Deprecated.
- 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