public interface SearchParameters
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Filter<?>> |
getSearchFilters()
The names of the search providers that should process the search request.
|
java.lang.String |
getSearchPredicate()
This is ultimately the String that you are attempting to find via the Search/Replace dialog.
|
boolean |
searchImmutableItems()
Set to True to return immutable items in the search results
|
boolean searchImmutableItems()
java.lang.String getSearchPredicate()
java.util.Map<java.lang.String,Filter<?>> getSearchFilters()