|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface that provides the input information to execute the search. For example, remote system access information, query strings, as well as search output preferences, including the number of records to be skipped.
| Method Summary | |
int |
getMaxReturn()
Gets the maximum number of records to return per page. |
int |
getNumberToSkip()
Gets the number of records to skip; this is where the search starts. |
NamedValueMap |
getSearchInfo()
Gets a NamedValueMap of preferences from Service Configuration Interface (SCI) pages for the Search service. |
ISearchResult |
getSearchResult()
Gets the ISearchResult passed from IRemoteSearch to be filled in with a
result set. |
java.lang.String |
getSearchString()
Gets the search query string. |
UserInfoMap |
getUserInfo()
Gets a UserInfoMap of User Information settings (e-mail, manager, etc.). |
NamedValueMap |
getUserPrefs()
Gets a NamedValueMap of User preferences (user-specific configuration settings). |
| Method Detail |
public int getMaxReturn()
public int getNumberToSkip()
public NamedValueMap getSearchInfo()
NamedValueMap of preferences from Service Configuration Interface (SCI) pages for the Search service.
The map will be empty if no SCI pages have been added for the Search service.
Note: The names in the NamedValueMap will be uppercase.
NamedValueMap of preferences from Service Configuration Interface (SCI) pagespublic ISearchResult getSearchResult()
ISearchResult passed from IRemoteSearch to be filled in with a
result set.
ISearchResult passed from IRemoteSearchpublic java.lang.String getSearchString()
public UserInfoMap getUserInfo()
UserInfoMap of User Information settings (e-mail, manager, etc.).
UserInfoMap of User Information settingspublic NamedValueMap getUserPrefs()
NamedValueMap of User preferences (user-specific configuration settings).
NamedValueMap of User preferences
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2008 Oracle® Corporation. All Rights Reserved.