Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ISearchQuery Members

ISearchQuery overview

Public Instance Properties

iconMaxReturn Gets the maximum number of results to return (the number of results per page).
iconNumberToSkip Gets the number of results to skip; this is where the search starts.
iconSearchString Gets the search query string.

Public Instance Methods

iconGetSearchInfo Gets a 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.
iconGetSearchResult Gets the ISearchResult passed from
IRemoteSearch
to be filled with search records.
iconGetUserInfo Gets a UserInfoMap of User Information settings (e-mail, manager, etc.).
iconGetUserPrefs Gets a NamedValueMap of User preferences (user-specific configuration settings).

See Also

ISearchQuery Interface | Plumtree.Remote.Search Namespace