Class SearchReplacement
java.lang.Object
com.inductiveautomation.ignition.common.search.SearchReplacement
- All Implemented Interfaces:
- Serializable
Send back to the gateway to run a string replacement on an item. The SearchResult implemementation must contain
 enough internal information to allow the specified search provider to be able to locate and update the search
 result String with the replacement.
- Since:
- 8.0
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe string that will replace the original string.The search provider that should handle this replacementThe original SearchResult that was retrieved during a previous search.
- 
Constructor Details- 
SearchReplacementpublic SearchReplacement()
- 
SearchReplacement
 
- 
- 
Method Details- 
getSearchResultThe original SearchResult that was retrieved during a previous search.
- 
getReplacementTextThe string that will replace the original string.
- 
getSearchProviderThe search provider that should handle this replacement
 
-