AquaLogic Interaction Development Kit (IDK) 6.0.0

ISearchQuery Members

ISearchQuery overview

Public Instance Properties

MaxReturn Gets the maximum number of results to return (the number of results per page).
NumberToSkip Gets the number of results to skip; this is where the search starts.
SearchString Gets the search query string.

Public Instance Methods

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

See Also

ISearchQuery Interface | Plumtree.Remote.Search Namespace