Class BasicSearchParameters
java.lang.Object
com.inductiveautomation.ignition.common.search.BasicSearchParameters
- All Implemented Interfaces:
- SearchParameters,- Serializable
- Since:
- 8.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionBasicSearchParameters(Map<String, Filter<?>> searchProviders, String searchPredicate, boolean searchImmutableItems) 
- 
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
- 
Constructor Details- 
BasicSearchParameters
 
- 
- 
Method Details- 
getSearchFiltersDescription copied from interface:SearchParametersThe 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.- Specified by:
- getSearchFiltersin interface- SearchParameters
 
- 
searchImmutableItemspublic boolean searchImmutableItems()Description copied from interface:SearchParametersSet to True to return immutable items in the search results- Specified by:
- searchImmutableItemsin interface- SearchParameters
 
- 
getSearchPredicateDescription copied from interface:SearchParametersThis 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- Specified by:
- getSearchPredicatein interface- SearchParameters
 
 
-