Interface SearchParameters
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- BasicSearchParameters
A search request that is to be sent to a gateway search provider.
- Since:
- 8.0
- 
Method SummaryModifier and TypeMethodDescriptionThe names of the search providers that should process the search request.This is ultimately the String that you are attempting to find via the Search/Replace dialog.booleanSet to True to return immutable items in the search results
- 
Method Details- 
searchImmutableItemsboolean searchImmutableItems()Set to True to return immutable items in the search results
- 
getSearchPredicateString getSearchPredicate()This is ultimately the String that you are attempting to find via the Search/Replace dialog. The Filter should be able to help to significantly cut down on the list, but each item must be text searched so that it can be returned as a SearchResult
- 
getSearchFiltersThe names of the search providers that should process the search request. Each search provider must supply a Filter object, configured to search for items that the search provider knows how to locate.
 
-