Package com.webmethods.common.search
Interface ISliceableSearchContext
- All Superinterfaces:
ISearchContext
Search Context that does it's own paging/sorting
-
Method Summary
Modifier and TypeMethodDescriptionCollection<?>
search
(ISearchQuery searchQuery, Map<String, ?> pagingParams) Perform the search logic given the parametersMethods inherited from interface com.webmethods.common.search.ISearchContext
getAdvancedRefineableFields, getFilterableFields, getKeywordFields, getRefineableFields, getSearchResultInfo, search
-
Method Details
-
search
Perform the search logic given the parameters- Parameters:
searchQuery
- the query informationpagingParams
- parameters needed for paging/sorting- Returns:
- collection of search results
- Throws:
PortalException
-
getExceptions
-