Class BasicSearchParameters
java.lang.Object
com.inductiveautomation.ignition.common.search.BasicSearchParameters
- All Implemented Interfaces:
SearchParameters,Serializable
- Since:
- 8.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBasicSearchParameters(Map<String, Filter<?>> searchProviders, String searchPredicate, boolean searchImmutableItems) -
Method Summary
Modifier 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
-
getSearchFilters
Description 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 interfaceSearchParameters
-
searchImmutableItems
public boolean searchImmutableItems()Description copied from interface:SearchParametersSet to True to return immutable items in the search results- Specified by:
searchImmutableItemsin interfaceSearchParameters
-
getSearchPredicate
Description 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 interfaceSearchParameters
-