com.plumtree.remote.search
Interface IRemoteSearch


public interface IRemoteSearch

Interface to enable the portal to execute searches on remote systems. This interface delivers search results based on specific inputs from the portal. See Search Examples.


Method Summary
 ISearchResult basicSearch(ISearchQuery searchQuery, ISearchUser searchUser, ISearchContext searchContext)
          Runs a search and returns search results.
 

Method Detail

basicSearch

public ISearchResult basicSearch(ISearchQuery searchQuery,
                                 ISearchUser searchUser,
                                 ISearchContext searchContext)
                          throws ServiceException
Runs a search and returns search results.

Parameters:
searchQuery - the ISearchQuery search query interface
searchUser - the ISearchUser search user interface
searchContext - the ISearchContext search context interface
Returns:
a ISearchResult
Throws:
ServiceException
See Also:
ISearchQuery, ISearchUser, ISearchContext, ISearchResult


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.