|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An 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 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.g., e-mail, manager). |
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 pages for the Search service.
The map will be empty if no Service Configuration Interface pages have been added for the Search service.
Note that the names in the NamedValueMapwill be uppercase.
NamedValueMappublic ISearchResult getSearchResult()
ISearchResult passed from IRemoteSearch to be filled in with a
result set.
ISearchResultpublic java.lang.String getSearchString()
public UserInfoMap getUserInfo()
UserInfoMap of User Information settings (e.g., e-mail, manager).
UserInfoMappublic NamedValueMap getUserPrefs()
NamedValueMap of User preferences (user-specific configuration settings).
NamedValueMap
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2007 BEA Systems, Inc. All Rights Reserved.